#004C76

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

Shades of Dark Cerulean #004C76

Tints of Dark Cerulean #004C76

Color information

#004C76 (or 0x004C76) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4C and 76. RGB value is (0,76,118). Sum of RGB (Red+Green+Blue) = 0+76+118=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #004C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C76 is #FFB389. Grayscale: #393939. Windows color (decimal): -16757642 or 7752704. OLE color: 7752704.

HSL color Cylindrical-coordinate representation of color #004C76: hue angle of 201.36º 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 #004C76 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB076118-
CMYK10.3600.54
HSL201.36º100%23.14%-
HSV(B)201.36º100%46.27%-
XYZ5.856.4818.08-
YUV58.06161.8286.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 39.18%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=0%
G=39.18%
B=60.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal07611810.3600.54201.3610023.14
Hex04C766424036c96417
Octal01141661444406631114427
Binary0100110011101101100100100100011011011001001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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