#085EA3

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

Shades of Cobalt #085EA3

Tints of Cobalt #085EA3

Color information

#085EA3 (or 0x085EA3) is unknown color: approx Cobalt. HEX triplet: 08, 5E and A3. RGB value is (8,94,163). Sum of RGB (Red+Green+Blue) = 8+94+163=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #085EA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085EA3 is #F7A15C. Grayscale: #4B4B4B. Windows color (decimal): -16228701 or 10706440. OLE color: 10706440.

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

Color convert

RGB894163-
CMYK0.950.4200.36
HSL206.71º90.64%33.53%-
HSV(B)206.71º95.09%63.92%-
XYZ10.7110.736.15-
YUV76.15177.0179.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.02%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 163 (64.06% from 255) = 61.51%
R=3.02%
G=35.47%
B=61.51%

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
Decimal8941630.950.4200.36206.7190.6433.53
Hex85EA35F2A024cf5b22
Octal101362431375204431713342
Binary100010111101010001110111111010100100100110011111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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