COLOR #00023C

HEX: #00023C RGB: (0,2,60)

Color info

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

RGB color model

#00023C color RGB value is (0,2,60).

RGB: (0,2,60) (0%, 1%, 24%)

RGB channels and saturation

R 0 of 255 = 0%
G 2 of 255 = 1%
B 60 of 255 = 24%

0
2
60

R + G + B ~ 8%. #00023C is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 2 + 60 = 62 (100%)
R 0 of 62 ~ 0%
G 2 of 62 ~ 3.23%
B 60 of 62 ~ 96.77'%

%96.77

CMYK color model

#00023C color CMYK value is (100,97,0,76).

  • cyan value is 100.00%
  • magenta value is 96.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (100,97,0,76)
C100M97Y0K76 (100%, 97%, 0%, 76%)
(1.00 / 0.97 / 0.00 / 0.76)

CMYK percentages

%100
%96.67
%0
%76.47

Codes

Color #00023C in popluar color models

00 02 3C
RGB 0 2 60
HSL 238° 100.00% 11.76%
HSB/HSV 238° 100.00% 23.53%
CMYK 100.00% 96.67% 0.00%
76.47%

Color #00023C in popluar number systems.

HEX 00 02 3C
Decimal 0 2 60
Binary 0 10 111100
Octal 0 2 74

Shades and tints

Shades of #00023C

#00023C
(0,2,60)
#000237
(0,2,55)
#000232
(0,2,50)
#00022D
(0,2,45)
#000228
(0,2,40)
#000223
(0,2,35)
#00021E
(0,2,30)
#000219
(0,2,25)
#000214
(0,2,20)
#00020F
(0,2,15)
#00020A
(0,2,10)
#000000
(0,0,0)

Tints of #00023C

#00023C
(0,2,60)
#17194D
(23,25,77)
#2E305E
(46,48,94)
#45476F
(69,71,111)
#5C5E80
(92,94,128)
#737591
(115,117,145)
#8A8CA2
(138,140,162)
#A1A3B3
(161,163,179)
#B8BAC4
(184,186,196)
#CFD1D5
(207,209,213)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00023C color. Also use rgb(0,2,60) instead hex code.

Text Font Color

.myTextColor { color: #00023C; }

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

This text font color is #00023C.

Background Color

.myBgColor { background-color: #00023C; }

<div style="background-color:#00023C">Inner text</div>

This div background color is #00023C.

Border color

.myBorderColor { border: 1px solid #00023C; }

<div style="border:3px solid #00023C">Div</div>

This div border color is #00023C.

Opacity

.myOpacity80 { color: #00023C; opacity: 0.8; }

<p style="color:#00023C;opacity:0.8;">80%</p>

Text with #00023C 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 #00023C;}

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

This text has shadow with #00023C color.


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

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

This text has shadow with #00023C primary color and red secondary color.


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

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

This text has shadow with #00023C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00023C.

Preview

Color preview on black background

This text has color #00023C on black background.


Color preview on white background

This text has color #00023C on white background.


Black color preview on #00023C background

This text has black color on #00023C background.


White color preview on #00023C background

This text has white color on #00023C background.


Related colors

Complementary color

Complementary color for #hex is #FFFDC3.


I love getcolorcode.com

Triadic colors

1 #3C0002 and #023C00 with #00023C are triadic colors.

2 #3C0200 and #02003C with #00023C are triadic colors.