COLOR #00126B

HEX: #00126B RGB: (0,18,107)

Color info

#00126B contains mainly blue color. Web safe color of #00126B is #000066 (or #006).

RGB color model

#00126B color RGB value is (0,18,107).

RGB: (0,18,107) (0%, 7%, 42%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 107 of 255 = 42%

0
18
107

R + G + B ~ 16%. #00126B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 18 + 107 = 125 (100%)
R 0 of 125 ~ 0%
G 18 of 125 ~ 14.4%
B 107 of 125 ~ 85.6'%

%14.4
%85.6

CMYK color model

#00126B color CMYK value is (100,83,0,58).

  • cyan value is 100.00%
  • magenta value is 83.18%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (100,83,0,58)
C100M83Y0K58 (100%, 83%, 0%, 58%)
(1.00 / 0.83 / 0.00 / 0.58)

CMYK percentages

%100
%83.18
%0
%58.04

Codes

Color #00126B in popluar color models

00 12 6B
RGB 0 18 107
HSL 230° 100.00% 20.98%
HSB/HSV 230° 100.00% 41.96%
CMYK 100.00% 83.18% 0.00%
58.04%

Color #00126B in popluar number systems.

HEX 00 12 6B
Decimal 0 18 107
Binary 0 10010 1101011
Octal 0 22 153

Shades and tints

Shades of #00126B

#00126B
(0,18,107)
#001162
(0,17,98)
#001059
(0,16,89)
#000F50
(0,15,80)
#000E47
(0,14,71)
#000D3E
(0,13,62)
#000C35
(0,12,53)
#000B2C
(0,11,44)
#000A23
(0,10,35)
#00091A
(0,9,26)
#000811
(0,8,17)
#000000
(0,0,0)

Tints of #00126B

#00126B
(0,18,107)
#172778
(23,39,120)
#2E3C85
(46,60,133)
#455192
(69,81,146)
#5C669F
(92,102,159)
#737BAC
(115,123,172)
#8A90B9
(138,144,185)
#A1A5C6
(161,165,198)
#B8BAD3
(184,186,211)
#CFCFE0
(207,207,224)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00126B color. Also use rgb(0,18,107) instead hex code.

Text Font Color

.myTextColor { color: #00126B; }

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

This text font color is #00126B.

Background Color

.myBgColor { background-color: #00126B; }

<div style="background-color:#00126B">Inner text</div>

This div background color is #00126B.

Border color

.myBorderColor { border: 1px solid #00126B; }

<div style="border:3px solid #00126B">Div</div>

This div border color is #00126B.

Opacity

.myOpacity80 { color: #00126B; opacity: 0.8; }

<p style="color:#00126B;opacity:0.8;">80%</p>

Text with #00126B 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 #00126B;}

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

This text has shadow with #00126B color.


.textShadow {text-shadow: 3px 3px 1px #00126B', 3px 3px 1px red;}

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

This text has shadow with #00126B primary color and red secondary color.


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

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

This text has shadow with #00126B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00126B; -webkit-box-shadow: 1px 1px 3px 2px #00126B; box-shadow:1px 1px 3px 2px #00126B;">
Div content here
</div>

This div box has shadow with color #00126B.

Preview

Color preview on black background

This text has color #00126B on black background.


Color preview on white background

This text has color #00126B on white background.


Black color preview on #00126B background

This text has black color on #00126B background.


White color preview on #00126B background

This text has white color on #00126B background.


Related colors

Complementary color

Complementary color for #hex is #FFED94.


I love getcolorcode.com

Triadic colors

1 #6B0012 and #126B00 with #00126B are triadic colors.

2 #6B1200 and #12006B with #00126B are triadic colors.