#003C81

Color #003C81 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #003C81

Tints of Dark Cerulean #003C81

Color information

#003C81 (or 0x003C81) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3C and 81. RGB value is (0,60,129). Sum of RGB (Red+Green+Blue) = 0+60+129=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #003C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C81 is #FFC37E. Grayscale: #313131. Windows color (decimal): -16761727 or 8469504. OLE color: 8469504.

HSL color Cylindrical-coordinate representation of color #003C81: hue angle of 212.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C81 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB060129-
CMYK10.5300.49
HSL212.09º100%25.29%-
HSV(B)212.09º100%50.59%-
XYZ5.584.8221.4-
YUV49.93172.6292.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 129 (50.78% from 255) = 68.25%
R=0%
G=31.75%
B=68.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06012910.5300.49212.0910025.29
Hex03C816435031d46419
Octal0742011446506132414431
Binary0111100100000011100100110101011000111010100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003C81; }

 p { color: rgb(0,60,129); }

 H1.HeaderClassName
 {
   color: #003C81;
 }
 .AnyTagClassName
 {
   color: #003C81;
 }
</style>
background-color css

<style>
 a { background-color: #003C81; }

 a { background-color: rgb(0,60,129); }

 div.DivClassName
 {
   background-color: #003C81;
 }
 .BgClassName
 {
   background-color: #003C81;
 }
</style>
border-color css

<style>
 span { border-color: #003C81; }

 span { border-color: rgb(0,60,129); }

 td.TdClassName
 {
   border-color: #003C81;
 }
 .TagClassName
 {
   border-color: #003C81;
 }
</style>