#003C76

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

Shades of Dark Cerulean #003C76

Tints of Dark Cerulean #003C76

Color information

#003C76 (or 0x003C76) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3C and 76. RGB value is (0,60,118). Sum of RGB (Red+Green+Blue) = 0+60+118=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #003C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C76 is #FFC389. Grayscale: #303030. Windows color (decimal): -16761738 or 7748608. OLE color: 7748608.

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

Color convert

RGB060118-
CMYK10.4900.54
HSL209.49º100%23.14%-
HSV(B)209.49º100%46.27%-
XYZ4.894.5417.76-
YUV48.67167.1293.28-

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) = 33.71%
BLUE value IS 118 (46.48% from 255) = 66.29%
R=0%
G=33.71%
B=66.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal06011810.4900.54209.4910023.14
Hex03C766431036d16417
Octal0741661446106632114427
Binary011110011101101100100110001011011011010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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