#084877

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

Shades of Dark Cerulean #084877

Tints of Dark Cerulean #084877

Color information

#084877 (or 0x084877) is unknown color: approx Dark Cerulean. HEX triplet: 08, 48 and 77. RGB value is (8,72,119). Sum of RGB (Red+Green+Blue) = 8+72+119=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 72 (28.52% from 255 or 36.18% 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 #084877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084877 is #F7B788. Grayscale: #393939. Windows color (decimal): -16234377 or 7817224. OLE color: 7817224.

HSL color Cylindrical-coordinate representation of color #084877: hue angle of 205.41º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084877 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB872119-
CMYK0.930.3900.53
HSL205.41º87.4%24.9%-
HSV(B)205.41º93.28%46.67%-
XYZ5.756.0218.31-
YUV58.22162.392.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=4.02%
G=36.18%
B=59.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8721190.930.3900.53205.4187.424.9
Hex848775D27035cd5719
Octal101101671354706531512731
Binary1000100100011101111011101100111011010111001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084877; }

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

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

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

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

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

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

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

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