#084970

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

Shades of Dark Cerulean #084970

Tints of Dark Cerulean #084970

Color information

#084970 (or 0x084970) is unknown color: approx Dark Cerulean. HEX triplet: 08, 49 and 70. RGB value is (8,73,112). Sum of RGB (Red+Green+Blue) = 8+73+112=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #084970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084970 is #F7B68F. Grayscale: #393939. Windows color (decimal): -16234128 or 7358728. OLE color: 7358728.

HSL color Cylindrical-coordinate representation of color #084970: hue angle of 202.5º 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 #084970 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB873112-
CMYK0.930.3500.56
HSL202.5º86.67%23.53%-
HSV(B)202.5º92.86%43.92%-
XYZ5.415.9916.2-
YUV58.01158.4792.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.15%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=4.15%
G=37.82%
B=58.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8731120.930.3500.56202.586.6723.53
Hex849705D23038ca5718
Octal101111601354307031212730
Binary1000100100111100001011101100011011100011001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084970; }

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

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

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

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

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

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

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

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