#085C8C

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

Shades of Dark Cerulean #085C8C

Tints of Dark Cerulean #085C8C

Color information

#085C8C (or 0x085C8C) is unknown color: approx Dark Cerulean. HEX triplet: 08, 5C and 8C. RGB value is (8,92,140). Sum of RGB (Red+Green+Blue) = 8+92+140=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #085C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C8C is #F7A373. Grayscale: #484848. Windows color (decimal): -16229236 or 9198600. OLE color: 9198600.

HSL color Cylindrical-coordinate representation of color #085C8C: hue angle of 201.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085C8C is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB892140-
CMYK0.940.3400.45
HSL201.82º89.19%29.02%-
HSV(B)201.82º94.29%54.9%-
XYZ8.669.626.21-
YUV72.36166.1782.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.33%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 140 (55.08% from 255) = 58.33%
R=3.33%
G=38.33%
B=58.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8921400.940.3400.45201.8289.1929.02
Hex85C8C5E2202Dca591d
Octal101342141364205531213135
Binary10001011100100011001011110100010010110111001010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085C8C; }

 p { color: rgb(8,92,140); }

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

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

 a { background-color: rgb(8,92,140); }

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

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

 span { border-color: rgb(8,92,140); }

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