#085B98

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

Shades of Cobalt #085B98

Tints of Cobalt #085B98

Color information

#085B98 (or 0x085B98) is unknown color: approx Cobalt. HEX triplet: 08, 5B and 98. RGB value is (8,91,152). Sum of RGB (Red+Green+Blue) = 8+91+152=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #085B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085B98 is #F7A467. Grayscale: #484848. Windows color (decimal): -16229480 or 9984776. OLE color: 9984776.

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

Color convert

RGB891152-
CMYK0.950.4000.40
HSL205.42º90%31.37%-
HSV(B)205.42º94.74%59.61%-
XYZ9.519.831.1-
YUV73.14172.581.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.19%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 152 (59.77% from 255) = 60.56%
R=3.19%
G=36.25%
B=60.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8911520.950.4000.40205.429031.37
Hex85B985F28028cd5a1f
Octal101332301375005031513237
Binary10001011011100110001011111101000010100011001101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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