#085379

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

Shades of Dark Cerulean #085379

Tints of Dark Cerulean #085379

Color information

#085379 (or 0x085379) is unknown color: approx Dark Cerulean. HEX triplet: 08, 53 and 79. RGB value is (8,83,121). Sum of RGB (Red+Green+Blue) = 8+83+121=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #085379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085379 is #F7AC86. Grayscale: #404040. Windows color (decimal): -16231559 or 7951112. OLE color: 7951112.

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

Color convert

RGB883121-
CMYK0.930.3100.53
HSL200.18º87.6%25.29%-
HSV(B)200.18º93.39%47.45%-
XYZ6.647.6219.21-
YUV64.91159.6587.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 121 (47.66% from 255) = 57.08%
R=3.77%
G=39.15%
B=57.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8831210.930.3100.53200.1887.625.29
Hex853795D1F035c85819
Octal101231711353706531013031
Binary100010100111111001101110111111011010111001000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085379; }

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

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

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

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

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

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

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

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