#085695

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

Shades of Dark Cerulean #085695

Tints of Dark Cerulean #085695

Color information

#085695 (or 0x085695) is unknown color: approx Dark Cerulean. HEX triplet: 08, 56 and 95. RGB value is (8,86,149). Sum of RGB (Red+Green+Blue) = 8+86+149=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #085695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085695 is #F7A96A. Grayscale: #454545. Windows color (decimal): -16230763 or 9786888. OLE color: 9786888.

HSL color Cylindrical-coordinate representation of color #085695: hue angle of 206.81º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085695 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB886149-
CMYK0.950.4200.42
HSL206.81º89.81%30.78%-
HSV(B)206.81º94.63%58.43%-
XYZ8.858.8829.68-
YUV69.86172.6683.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=3.29%
G=35.39%
B=61.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8861490.950.4200.42206.8189.8130.78
Hex856955F2A02Acf5a1f
Octal101262251375205231713237
Binary10001010110100101011011111101010010101011001111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085695; }

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

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

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

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

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

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

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

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