#084870

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

Shades of Dark Cerulean #084870

Tints of Dark Cerulean #084870

Color information

#084870 (or 0x084870) is unknown color: approx Dark Cerulean. HEX triplet: 08, 48 and 70. RGB value is (8,72,112). Sum of RGB (Red+Green+Blue) = 8+72+112=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #084870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084870 is #F7B78F. Grayscale: #393939. Windows color (decimal): -16234384 or 7358472. OLE color: 7358472.

HSL color Cylindrical-coordinate representation of color #084870: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #084870 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB872112-
CMYK0.930.3600.56
HSL203.08º86.67%23.53%-
HSV(B)203.08º92.86%43.92%-
XYZ5.345.8616.18-
YUV57.42158.892.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 58.33%
R=4.17%
G=37.5%
B=58.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8721120.930.3600.56203.0886.6723.53
Hex848705D24038cb5718
Octal101101601354407031312730
Binary1000100100011100001011101100100011100011001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084870; }

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

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

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

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

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

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

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

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