#004C7F

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

Shades of Dark Cerulean #004C7F

Tints of Dark Cerulean #004C7F

Color information

#004C7F (or 0x004C7F) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4C and 7F. RGB value is (0,76,127). Sum of RGB (Red+Green+Blue) = 0+76+127=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #004C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C7F is #FFB380. Grayscale: #3A3A3A. Windows color (decimal): -16757633 or 8342528. OLE color: 8342528.

HSL color Cylindrical-coordinate representation of color #004C7F: hue angle of 204.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C7F is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB076127-
CMYK10.4000.50
HSL204.09º100%24.9%-
HSV(B)204.09º100%49.8%-
XYZ6.426.721.03-
YUV59.09166.3285.85-

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) = 37.44%
BLUE value IS 127 (50% from 255) = 62.56%
R=0%
G=37.44%
B=62.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal07612710.4000.50204.0910024.9
Hex04C7F6428032cc6419
Octal01141771445006231414431
Binary0100110011111111100100101000011001011001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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