#085279

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

Shades of Dark Cerulean #085279

Tints of Dark Cerulean #085279

Color information

#085279 (or 0x085279) is unknown color: approx Dark Cerulean. HEX triplet: 08, 52 and 79. RGB value is (8,82,121). Sum of RGB (Red+Green+Blue) = 8+82+121=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #085279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085279 is #F7AD86. Grayscale: #404040. Windows color (decimal): -16231815 or 7950856. OLE color: 7950856.

HSL color Cylindrical-coordinate representation of color #085279: hue angle of 200.71º degrees, saturation: 0.88, 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 #085279 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB882121-
CMYK0.930.3200.53
HSL200.71º87.6%25.29%-
HSV(B)200.71º93.39%47.45%-
XYZ6.577.4719.18-
YUV64.32159.9887.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=3.79%
G=38.86%
B=57.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8821210.930.3200.53200.7187.625.29
Hex852795D20035c95819
Octal101221711354006531113031
Binary1000101001011110011011101100000011010111001001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085279; }

 p { color: rgb(8,82,121); }

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

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

 a { background-color: rgb(8,82,121); }

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

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

 span { border-color: rgb(8,82,121); }

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