#014F77

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

Shades of Dark Cerulean #014F77

Tints of Dark Cerulean #014F77

Color information

#014F77 (or 0x014F77) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4F and 77. RGB value is (1,79,119). Sum of RGB (Red+Green+Blue) = 1+79+119=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #014F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014F77 is #FEB088. Grayscale: #3C3C3C. Windows color (decimal): -16691337 or 7819009. OLE color: 7819009.

HSL color Cylindrical-coordinate representation of color #014F77: hue angle of 200.34º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F77 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB179119-
CMYK0.990.3400.53
HSL200.34º98.33%23.53%-
HSV(B)200.34º99.16%46.67%-
XYZ6.146.9318.47-
YUV60.24161.1685.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=0.50%
G=39.70%
B=59.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1791190.990.3400.53200.3498.3323.53
Hex14F776322035c86218
Octal11171671434206531014230
Binary1100111111101111100011100010011010111001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014F77; }

 p { color: rgb(1,79,119); }

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

<style>
 a { background-color: #014F77; }

 a { background-color: rgb(1,79,119); }

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

<style>
 span { border-color: #014F77; }

 span { border-color: rgb(1,79,119); }

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