COLOR #00117D

HEX: #00117D
RGB: (0,17,125)

Renk bilgisi

#00117D contains mainly blue color. #00117D ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#00117D color RGB value is (0,17,125).

  • kırmız ton 0;
  • yeşil ton 17;
  • mavi ton 125.
RGB:
(0,17,125)
(0%,7%,49%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 17 of 255 = 7%
B 125 of 255 = 49%

0
17
125

R + G + B ~ 19%. #00117D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 17 + 125 = 142 (100%)
R 0 of 142 ~ 0%
G 17 of 142 ~ 11.97%
B 125 of 142 ~ 88.03%

%11.97
%88.03

CMYK RENK MODELİ

#00117D rengi CMYK tonu (100,86,0,51).

  • camgöbeği tonu 100.00%
  • eflatun tonu 86.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(100,86,0,51)
C100M86Y0K51 
(100%,86%,0%,51%)
(1.00/0.86/0.00/0.51)	

CMYK yüzdeleri

%100
%86.4
%0
%50.98

Codes

Color #00117D in popluar color models

00117D
RGB017125
HSL232°100.00%24.51%
HSB/HSV232°100.00%49.02%
CMYK100.00%86.40%0.00%
50.98%

Color #00117D in popluar number systems.

HEX00117D
Decimal017125
Binary0100011111101
Octal021175

Shades and tints

Shades of #00117D

#00117D
(0,17,125)
#001072
(0,16,114)
#000F67
(0,15,103)
#000E5C
(0,14,92)
#000D51
(0,13,81)
#000C46
(0,12,70)
#000B3B
(0,11,59)
#000A30
(0,10,48)
#000925
(0,9,37)
#00081A
(0,8,26)
#00070F
(0,7,15)
#000000
(0,0,0)

Tints of #00117D

#00117D
(0,17,125)
#172688
(23,38,136)
#2E3B93
(46,59,147)
#45509E
(69,80,158)
#5C65A9
(92,101,169)
#737AB4
(115,122,180)
#8A8FBF
(138,143,191)
#A1A4CA
(161,164,202)
#B8B9D5
(184,185,213)
#CFCEE0
(207,206,224)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00117D color. Also use rgb(0,17,125) instead hex code.

Text Font Color

.myTextColor { color: #00117D; }

<p style="color:#00117D">This sample text font color is #00117D.</p>

This text font color is #00117D.


Background Color

.myBgColor { background-color: #00117D; }

<div style="background-color:#00117D">Inner text</div>

This div background color is #00117D.


Border color

.myBorderColor { border: 1px solid #00117D; }

<div style="border:3px solid #00117D">Div</div>

This div border color is #00117D.


Opacity

.myOpacity80 { color: #00117D; opacity: 0.8; }

<p style="color:#00117D;opacity:0.8;">80%</p>

Text with #00117D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00117D;}

<p style="text-shadow: 3px 3px 1px #00117D">Text here.</p>

This text has shadow with #00117D color.

.textShadow {text-shadow: 3px 3px 1px #00117D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00117D, 5px 5px 20px red">Text here.</p>

This text has shadow with #00117D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00117D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00117D, Direction=45, Strength=4)">Text</p>

This text has shadow with #00117D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00117D;
  -webkit-box-shadow:	1px 1px 3px 2px #00117D;
  box-shadow:		1px 1px 3px 2px #00117D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00117D;
-webkit-box-shadow: 1px 1px 3px 2px #00117D;
box-shadow:1px 1px 3px 2px #00117D;">
Div content here</div>
This div box has shadow with color #00117D.

Preview

Color preview on black background

This text has color #00117D on black background.


Color preview on white background

This text has color #00117D on white background.



Black color preview on #00117D background

This text has black color on #00117D background.


White color preview on #00117D background

This text has white color on #00117D background.