#085498

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

Shades of Cobalt #085498

Tints of Cobalt #085498

Color information

#085498 (or 0x085498) is unknown color: approx Cobalt. HEX triplet: 08, 54 and 98. RGB value is (8,84,152). Sum of RGB (Red+Green+Blue) = 8+84+152=244 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.28% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #085498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085498 is #F7AB67. Grayscale: #444444. Windows color (decimal): -16231272 or 9982984. OLE color: 9982984.

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

Color convert

RGB884152-
CMYK0.950.4500.40
HSL208.33º90%31.37%-
HSV(B)208.33º94.74%59.61%-
XYZ8.948.6630.91-
YUV69.03174.8284.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.28%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 152 (59.77% from 255) = 62.30%
R=3.28%
G=34.43%
B=62.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8841520.950.4500.40208.339031.37
Hex854985F2D028d05a1f
Octal101242301375505032013237
Binary10001010100100110001011111101101010100011010000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085498; }

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

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

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

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

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

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

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

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