#085AAA

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

Shades of Cobalt #085AAA

Tints of Cobalt #085AAA

Color information

#085AAA (or 0x085AAA) is unknown color: approx Cobalt. HEX triplet: 08, 5A and AA. RGB value is (8,90,170). Sum of RGB (Red+Green+Blue) = 8+90+170=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #085AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085AAA is #F7A555. Grayscale: #4A4A4A. Windows color (decimal): -16229718 or 11164168. OLE color: 11164168.

HSL color Cylindrical-coordinate representation of color #085AAA: hue angle of 209.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085AAA is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB890170-
CMYK0.950.4700.33
HSL209.63º91.01%34.9%-
HSV(B)209.63º95.29%66.67%-
XYZ11.0110.2739.43-
YUV74.6181.8380.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.99%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 170 (66.80% from 255) = 63.43%
R=2.99%
G=33.58%
B=63.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8901700.950.4700.33209.6391.0134.9
Hex85AAA5F2F021d25b23
Octal101322521375704132213343
Binary100010110101010101010111111011110100001110100101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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