#085FA3

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

Shades of Cobalt #085FA3

Tints of Cobalt #085FA3

Color information

#085FA3 (or 0x085FA3) is unknown color: approx Cobalt. HEX triplet: 08, 5F and A3. RGB value is (8,95,163). Sum of RGB (Red+Green+Blue) = 8+95+163=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 163 (64.06% from 255 or 61.28% from 266); Max value from RGB is 163 - color contains mainly: blue. Hex color #085FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085FA3 is #F7A05C. Grayscale: #4C4C4C. Windows color (decimal): -16228445 or 10706696. OLE color: 10706696.

HSL color Cylindrical-coordinate representation of color #085FA3: hue angle of 206.32º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085FA3 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB895163-
CMYK0.950.4200.36
HSL206.32º90.64%33.53%-
HSV(B)206.32º95.09%63.92%-
XYZ10.810.8836.18-
YUV76.74176.6878.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.01%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 163 (64.06% from 255) = 61.28%
R=3.01%
G=35.71%
B=61.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8951630.950.4200.36206.3290.6433.53
Hex85FA35F2A024ce5b22
Octal101372431375204431613342
Binary100010111111010001110111111010100100100110011101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,95,163); }

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

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

 a { background-color: rgb(8,95,163); }

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

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

 span { border-color: rgb(8,95,163); }

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