#085A98

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

Shades of Cobalt #085A98

Tints of Cobalt #085A98

Color information

#085A98 (or 0x085A98) is unknown color: approx Cobalt. HEX triplet: 08, 5A and 98. RGB value is (8,90,152). Sum of RGB (Red+Green+Blue) = 8+90+152=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #085A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085A98 is #F7A567. Grayscale: #484848. Windows color (decimal): -16229736 or 9984520. OLE color: 9984520.

HSL color Cylindrical-coordinate representation of color #085A98: hue angle of 205.83º 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 #085A98 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB890152-
CMYK0.950.4100.40
HSL205.83º90%31.37%-
HSV(B)205.83º94.74%59.61%-
XYZ9.429.6331.07-
YUV72.55172.8381.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.2%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=3.2%
G=36%
B=60.8%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8901520.950.4100.40205.839031.37
Hex85A985F29028ce5a1f
Octal101322301375105031613237
Binary10001011010100110001011111101001010100011001110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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