COLOR #00123B

HEX: #00123B
RGB: (0,18,59)

Color info

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

RGB color model

#00123B color RGB value is (0,18,59).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 59 of 255 = 23%

0
18
59

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 59 = 77 (100%)
R 0 of 77 ~ 0%
G 18 of 77 ~ 23.38%
B 59 of 77 ~ 76.62%

%23.38
%76.62

CMYK color model

#00123B color CMYK value is (100,69,0,77).

  • cyan value is 100.00%
  • magenta value is 69.49%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(100,69,0,77)
C100M69Y0K77 
(100%,69%,0%,77%)
(1.00/0.69/0.00/0.77)	

CMYK percentages

%100
%69.49
%0
%76.86

Codes

Color #00123B in popluar color models

00123B
RGB01859
HSL222°100.00%11.57%
HSB/HSV222°100.00%23.14%
CMYK100.00%69.49%0.00%
76.86%

Color #00123B in popluar number systems.

HEX00123B
Decimal01859
Binary010010111011
Octal02273

Shades and tints

Shades of #00123B

#00123B
(0,18,59)
#001136
(0,17,54)
#001031
(0,16,49)
#000F2C
(0,15,44)
#000E27
(0,14,39)
#000D22
(0,13,34)
#000C1D
(0,12,29)
#000B18
(0,11,24)
#000A13
(0,10,19)
#00090E
(0,9,14)
#000809
(0,8,9)
#000000
(0,0,0)

Tints of #00123B

#00123B
(0,18,59)
#17274C
(23,39,76)
#2E3C5D
(46,60,93)
#45516E
(69,81,110)
#5C667F
(92,102,127)
#737B90
(115,123,144)
#8A90A1
(138,144,161)
#A1A5B2
(161,165,178)
#B8BAC3
(184,186,195)
#CFCFD4
(207,207,212)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00123B; }

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

This text font color is #00123B.


Background Color

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

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

This div background color is #00123B.


Border color

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

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

This div border color is #00123B.


Opacity

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

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

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

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

This text has shadow with #00123B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00123B on black background.


Color preview on white background

This text has color #00123B on white background.



Black color preview on #00123B background

This text has black color on #00123B background.


White color preview on #00123B background

This text has white color on #00123B background.