#085C90

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

Shades of Dark Cerulean #085C90

Tints of Dark Cerulean #085C90

Color information

#085C90 (or 0x085C90) is unknown color: approx Dark Cerulean. HEX triplet: 08, 5C and 90. RGB value is (8,92,144). Sum of RGB (Red+Green+Blue) = 8+92+144=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #085C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C90 is #F7A36F. Grayscale: #484848. Windows color (decimal): -16229232 or 9460744. OLE color: 9460744.

HSL color Cylindrical-coordinate representation of color #085C90: hue angle of 202.94º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085C90 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB892144-
CMYK0.940.3600.44
HSL202.94º89.47%29.8%-
HSV(B)202.94º94.44%56.47%-
XYZ8.969.7227.79-
YUV72.81168.1781.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.28%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=3.28%
G=37.70%
B=59.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8921440.940.3600.44202.9489.4729.8
Hex85C905E2402Ccb591e
Octal101342201364405431313136
Binary10001011100100100001011110100100010110011001011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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