#085B97

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

Shades of Cobalt #085B97

Tints of Cobalt #085B97

Color information

#085B97 (or 0x085B97) is unknown color: approx Cobalt. HEX triplet: 08, 5B and 97. RGB value is (8,91,151). Sum of RGB (Red+Green+Blue) = 8+91+151=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #085B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085B97 is #F7A468. Grayscale: #484848. Windows color (decimal): -16229481 or 9919240. OLE color: 9919240.

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

Color convert

RGB891151-
CMYK0.950.4000.41
HSL205.17º89.94%31.18%-
HSV(B)205.17º94.7%59.22%-
XYZ9.439.7730.67-
YUV73.0217281.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.2%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 151 (59.38% from 255) = 60.4%
R=3.2%
G=36.4%
B=60.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8911510.950.4000.41205.1789.9431.18
Hex85B975F28029cd5a1f
Octal101332271375005131513237
Binary10001011011100101111011111101000010100111001101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,91,151); }

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

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

 a { background-color: rgb(8,91,151); }

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

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

 span { border-color: rgb(8,91,151); }

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