#004F71

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

Shades of Dark Cerulean #004F71

Tints of Dark Cerulean #004F71

Color information

#004F71 (or 0x004F71) is unknown color: approx Dark Cerulean. HEX triplet: 00, 4F and 71. RGB value is (0,79,113). Sum of RGB (Red+Green+Blue) = 0+79+113=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #004F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F71 is #FFB08E. Grayscale: #3B3B3B. Windows color (decimal): -16756879 or 7425792. OLE color: 7425792.

HSL color Cylindrical-coordinate representation of color #004F71: hue angle of 198.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F71 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB079113-
CMYK10.3000.56
HSL198.05º100%22.16%-
HSV(B)198.05º100%44.31%-
XYZ5.786.7816.63-
YUV59.26158.3385.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 79 (31.25% from 255) = 41.15%
BLUE value IS 113 (44.53% from 255) = 58.85%
R=0%
G=41.15%
B=58.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal07911310.3000.56198.0510022.16
Hex04F71641E038c66416
Octal01171611443607030614426
Binary010011111110001110010011110011100011000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,79,113); }

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

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

 a { background-color: rgb(0,79,113); }

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

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

 span { border-color: rgb(0,79,113); }

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