COLOR #00237E

HEX: #00237E
RGB: (0,35,126)

Color info

#00237E contains mainly blue color. Web safe color of #00237E is #003366 (or #036).

RGB color model

#00237E color RGB value is (0,35,126).

  • red value is 0;
  • green value is 35;
  • blue value is 126.
RGB:
(0,35,126)
(0%,14%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 126 of 255 = 49%

0
35
126

R + G + B ~ 21%. #00237E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 126 = 161 (100%)
R 0 of 161 ~ 0%
G 35 of 161 ~ 21.74%
B 126 of 161 ~ 78.26%

%21.74
%78.26

CMYK color model

#00237E color CMYK value is (100,72,0,51).

  • cyan value is 100.00%
  • magenta value is 72.22%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(100,72,0,51)
C100M72Y0K51 
(100%,72%,0%,51%)
(1.00/0.72/0.00/0.51)	

CMYK percentages

%100
%72.22
%0
%50.59

Codes

Color #00237E in popluar color models

00237E
RGB035126
HSL223°100.00%24.71%
HSB/HSV223°100.00%49.41%
CMYK100.00%72.22%0.00%
50.59%

Color #00237E in popluar number systems.

HEX00237E
Decimal035126
Binary01000111111110
Octal043176

Shades and tints

Shades of #00237E

#00237E
(0,35,126)
#002073
(0,32,115)
#001D68
(0,29,104)
#001A5D
(0,26,93)
#001752
(0,23,82)
#001447
(0,20,71)
#00113C
(0,17,60)
#000E31
(0,14,49)
#000B26
(0,11,38)
#00081B
(0,8,27)
#000510
(0,5,16)
#000000
(0,0,0)

Tints of #00237E

#00237E
(0,35,126)
#173789
(23,55,137)
#2E4B94
(46,75,148)
#455F9F
(69,95,159)
#5C73AA
(92,115,170)
#7387B5
(115,135,181)
#8A9BC0
(138,155,192)
#A1AFCB
(161,175,203)
#B8C3D6
(184,195,214)
#CFD7E1
(207,215,225)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00237E color. Also use rgb(0,35,126) instead hex code.

Text Font Color

.myTextColor { color: #00237E; }

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

This text font color is #00237E.


Background Color

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

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

This div background color is #00237E.


Border color

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

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

This div border color is #00237E.


Opacity

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

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

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

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

This text has shadow with #00237E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00237E on black background.


Color preview on white background

This text has color #00237E on white background.



Black color preview on #00237E background

This text has black color on #00237E background.


White color preview on #00237E background

This text has white color on #00237E background.