#084976

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

Shades of Dark Cerulean #084976

Tints of Dark Cerulean #084976

Color information

#084976 (or 0x084976) is unknown color: approx Dark Cerulean. HEX triplet: 08, 49 and 76. RGB value is (8,73,118). Sum of RGB (Red+Green+Blue) = 8+73+118=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #084976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084976 is #F7B689. Grayscale: #3A3A3A. Windows color (decimal): -16234122 or 7751944. OLE color: 7751944.

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

Color convert

RGB873118-
CMYK0.930.3800.54
HSL204.55º87.3%24.71%-
HSV(B)204.55º93.22%46.27%-
XYZ5.756.1218.02-
YUV58.7161.4791.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.02%
GREEN value IS 73 (28.91% from 255) = 36.68%
BLUE value IS 118 (46.48% from 255) = 59.30%
R=4.02%
G=36.68%
B=59.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8731180.930.3800.54204.5587.324.71
Hex849765D26036cd5719
Octal101111661354606631512731
Binary1000100100111101101011101100110011011011001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084976; }

 p { color: rgb(8,73,118); }

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

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

 a { background-color: rgb(8,73,118); }

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

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

 span { border-color: rgb(8,73,118); }

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