#085687

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

Shades of Dark Cerulean #085687

Tints of Dark Cerulean #085687

Color information

#085687 (or 0x085687) is unknown color: approx Dark Cerulean. HEX triplet: 08, 56 and 87. RGB value is (8,86,135). Sum of RGB (Red+Green+Blue) = 8+86+135=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #085687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085687 is #F7A978. Grayscale: #434343. Windows color (decimal): -16230777 or 8869384. OLE color: 8869384.

HSL color Cylindrical-coordinate representation of color #085687: hue angle of 203.15º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085687 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB886135-
CMYK0.940.3600.47
HSL203.15º88.81%28.04%-
HSV(B)203.15º94.07%52.94%-
XYZ7.88.4624.14-
YUV68.26165.6685.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=3.49%
G=37.55%
B=58.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8861350.940.3600.47203.1588.8128.04
Hex856875E2402Fcb591c
Octal101262071364405731313134
Binary10001010110100001111011110100100010111111001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085687; }

 p { color: rgb(8,86,135); }

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

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

 a { background-color: rgb(8,86,135); }

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

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

 span { border-color: rgb(8,86,135); }

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