#014877

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

Shades of Dark Cerulean #014877

Tints of Dark Cerulean #014877

Color information

#014877 (or 0x014877) is unknown color: approx Dark Cerulean. HEX triplet: 01, 48 and 77. RGB value is (1,72,119). Sum of RGB (Red+Green+Blue) = 1+72+119=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #014877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014877 is #FEB788. Grayscale: #373737. Windows color (decimal): -16693129 or 7817217. OLE color: 7817217.

HSL color Cylindrical-coordinate representation of color #014877: hue angle of 203.9º 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 #014877 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB172119-
CMYK0.990.3900.53
HSL203.9º98.33%23.53%-
HSV(B)203.9º99.16%46.67%-
XYZ5.665.9718.31-
YUV56.13163.4888.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=0.52%
G=37.5%
B=61.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1721190.990.3900.53203.998.3323.53
Hex148776327035cc6218
Octal11101671434706531414230
Binary1100100011101111100011100111011010111001100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014877; }

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

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

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

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

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

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

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

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