#085C8E

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

Shades of Dark Cerulean #085C8E

Tints of Dark Cerulean #085C8E

Color information

#085C8E (or 0x085C8E) is unknown color: approx Dark Cerulean. HEX triplet: 08, 5C and 8E. RGB value is (8,92,142). Sum of RGB (Red+Green+Blue) = 8+92+142=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #085C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C8E is #F7A371. Grayscale: #484848. Windows color (decimal): -16229234 or 9329672. OLE color: 9329672.

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

Color convert

RGB892142-
CMYK0.940.3500.44
HSL202.39º89.33%29.41%-
HSV(B)202.39º94.37%55.69%-
XYZ8.819.6626.99-
YUV72.58167.1781.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.31%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=3.31%
G=38.02%
B=58.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8921420.940.3500.44202.3989.3329.41
Hex85C8E5E2302Cca591d
Octal101342161364305431213135
Binary10001011100100011101011110100011010110011001010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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