COLOR #00123F

HEX: #00123F
RGB: (0,18,63)

Color info

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

RGB color model

#00123F color RGB value is (0,18,63).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 63 of 255 = 25%

0
18
63

R + G + B ~ 11%. #00123F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 63 = 81 (100%)
R 0 of 81 ~ 0%
G 18 of 81 ~ 22.22%
B 63 of 81 ~ 77.78%

%22.22
%77.78

CMYK color model

#00123F color CMYK value is (100,71,0,75).

  • cyan value is 100.00%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(100,71,0,75)
C100M71Y0K75 
(100%,71%,0%,75%)
(1.00/0.71/0.00/0.75)	

CMYK percentages

%100
%71.43
%0
%75.29

Codes

Color #00123F in popluar color models

00123F
RGB01863
HSL223°100.00%12.35%
HSB/HSV223°100.00%24.71%
CMYK100.00%71.43%0.00%
75.29%

Color #00123F in popluar number systems.

HEX00123F
Decimal01863
Binary010010111111
Octal02277

Shades and tints

Shades of #00123F

#00123F
(0,18,63)
#00113A
(0,17,58)
#001035
(0,16,53)
#000F30
(0,15,48)
#000E2B
(0,14,43)
#000D26
(0,13,38)
#000C21
(0,12,33)
#000B1C
(0,11,28)
#000A17
(0,10,23)
#000912
(0,9,18)
#00080D
(0,8,13)
#000000
(0,0,0)

Tints of #00123F

#00123F
(0,18,63)
#172750
(23,39,80)
#2E3C61
(46,60,97)
#455172
(69,81,114)
#5C6683
(92,102,131)
#737B94
(115,123,148)
#8A90A5
(138,144,165)
#A1A5B6
(161,165,182)
#B8BAC7
(184,186,199)
#CFCFD8
(207,207,216)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00123F color. Also use rgb(0,18,63) instead hex code.

Text Font Color

.myTextColor { color: #00123F; }

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

This text font color is #00123F.


Background Color

.myBgColor { background-color: #00123F; }

<div style="background-color:#00123F">Inner text</div>

This div background color is #00123F.


Border color

.myBorderColor { border: 1px solid #00123F; }

<div style="border:3px solid #00123F">Div</div>

This div border color is #00123F.


Opacity

.myOpacity80 { color: #00123F; opacity: 0.8; }

<p style="color:#00123F;opacity:0.8;">80%</p>

Text with #00123F 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 #00123F;}

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

This text has shadow with #00123F color.

.textShadow {text-shadow: 3px 3px 1px #00123F, 3px 3px 1px red;}

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

This text has shadow with #00123F primary color and red secondary color.


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

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

This text has shadow with #00123F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00123F on black background.


Color preview on white background

This text has color #00123F on white background.



Black color preview on #00123F background

This text has black color on #00123F background.


White color preview on #00123F background

This text has white color on #00123F background.