COLOR #00121E

HEX: #00121E RGB: (0,18,30)

Color info

#00121E contains only green and blue colors. Web safe color of #00121E is #000033 (or #003).

RGB color model

#00121E color RGB value is (0,18,30).

RGB: (0,18,30) (0%, 7%, 12%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 30 of 255 = 12%

0
18
30

R + G + B ~ 6%. #00121E is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 18 + 30 = 48 (100%)
R 0 of 48 ~ 0%
G 18 of 48 ~ 37.5%
B 30 of 48 ~ 62.5'%

%37.5
%62.5

CMYK color model

#00121E color CMYK value is (100,40,0,88).

  • cyan value is 100.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (100,40,0,88)
C100M40Y0K88 (100%, 40%, 0%, 88%)
(1.00 / 0.40 / 0.00 / 0.88)

CMYK percentages

%100
%40
%0
%88.24

Codes

Color #00121E in popluar color models

00 12 1E
RGB 0 18 30
HSL 204° 100.00% 5.88%
HSB/HSV 204° 100.00% 11.76%
CMYK 100.00% 40.00% 0.00%
88.24%

Color #00121E in popluar number systems.

HEX 00 12 1E
Decimal 0 18 30
Binary 0 10010 11110
Octal 0 22 36

Shades and tints

Shades of #00121E

#00121E
(0,18,30)
#00111C
(0,17,28)
#00101A
(0,16,26)
#000F18
(0,15,24)
#000E16
(0,14,22)
#000D14
(0,13,20)
#000C12
(0,12,18)
#000B10
(0,11,16)
#000A0E
(0,10,14)
#00090C
(0,9,12)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #00121E

#00121E
(0,18,30)
#172732
(23,39,50)
#2E3C46
(46,60,70)
#45515A
(69,81,90)
#5C666E
(92,102,110)
#737B82
(115,123,130)
#8A9096
(138,144,150)
#A1A5AA
(161,165,170)
#B8BABE
(184,186,190)
#CFCFD2
(207,207,210)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00121E color. Also use rgb(0,18,30) instead hex code.

Text Font Color

.myTextColor { color: #00121E; }

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

This text font color is #00121E.

Background Color

.myBgColor { background-color: #00121E; }

<div style="background-color:#00121E">Inner text</div>

This div background color is #00121E.

Border color

.myBorderColor { border: 1px solid #00121E; }

<div style="border:3px solid #00121E">Div</div>

This div border color is #00121E.

Opacity

.myOpacity80 { color: #00121E; opacity: 0.8; }

<p style="color:#00121E;opacity:0.8;">80%</p>

Text with #00121E 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 #00121E;}

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

This text has shadow with #00121E color.


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

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

This text has shadow with #00121E primary color and red secondary color.


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

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

This text has shadow with #00121E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00121E.

Preview

Color preview on black background

This text has color #00121E on black background.


Color preview on white background

This text has color #00121E on white background.


Black color preview on #00121E background

This text has black color on #00121E background.


White color preview on #00121E background

This text has white color on #00121E background.


Related colors

Complementary color

Complementary color for #hex is #FFEDE1.


I love getcolorcode.com

Triadic colors

1 #1E0012 and #121E00 with #00121E are triadic colors.

2 #1E1200 and #12001E with #00121E are triadic colors.