COLOR #00122E

HEX: #00122E
RGB: (0,18,46)

Color info

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

RGB color model

#00122E color RGB value is (0,18,46).

  • red value is 0;
  • green value is 18;
  • blue value is 46.
RGB:
(0,18,46)
(0%,7%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 46 of 255 = 18%

0
18
46

R + G + B ~ 8%. #00122E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 46 = 64 (100%)
R 0 of 64 ~ 0%
G 18 of 64 ~ 28.13%
B 46 of 64 ~ 71.88%

%28.13
%71.88

CMYK color model

#00122E color CMYK value is (100,61,0,82).

  • cyan value is 100.00%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(100,61,0,82)
C100M61Y0K82 
(100%,61%,0%,82%)
(1.00/0.61/0.00/0.82)	

CMYK percentages

%100
%60.87
%0
%81.96

Codes

Color #00122E in popluar color models

00122E
RGB01846
HSL217°100.00%9.02%
HSB/HSV217°100.00%18.04%
CMYK100.00%60.87%0.00%
81.96%

Color #00122E in popluar number systems.

HEX00122E
Decimal01846
Binary010010101110
Octal02256

Shades and tints

Shades of #00122E

#00122E
(0,18,46)
#00112A
(0,17,42)
#001026
(0,16,38)
#000F22
(0,15,34)
#000E1E
(0,14,30)
#000D1A
(0,13,26)
#000C16
(0,12,22)
#000B12
(0,11,18)
#000A0E
(0,10,14)
#00090A
(0,9,10)
#000806
(0,8,6)
#000000
(0,0,0)

Tints of #00122E

#00122E
(0,18,46)
#172741
(23,39,65)
#2E3C54
(46,60,84)
#455167
(69,81,103)
#5C667A
(92,102,122)
#737B8D
(115,123,141)
#8A90A0
(138,144,160)
#A1A5B3
(161,165,179)
#B8BAC6
(184,186,198)
#CFCFD9
(207,207,217)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00122E; }

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

This text font color is #00122E.


Background Color

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

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

This div background color is #00122E.


Border color

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

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

This div border color is #00122E.


Opacity

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

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

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

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

This text has shadow with #00122E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00122E on black background.


Color preview on white background

This text has color #00122E on white background.



Black color preview on #00122E background

This text has black color on #00122E background.


White color preview on #00122E background

This text has white color on #00122E background.