#085C9D

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

Shades of Cobalt #085C9D

Tints of Cobalt #085C9D

Color information

#085C9D (or 0x085C9D) is unknown color: approx Cobalt. HEX triplet: 08, 5C and 9D. RGB value is (8,92,157). Sum of RGB (Red+Green+Blue) = 8+92+157=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #085C9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085C9D is #F7A362. Grayscale: #494949. Windows color (decimal): -16229219 or 10312712. OLE color: 10312712.

HSL color Cylindrical-coordinate representation of color #085C9D: hue angle of 206.17º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085C9D is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB892157-
CMYK0.950.4100.38
HSL206.17º90.3%32.35%-
HSV(B)206.17º94.9%61.57%-
XYZ10.0110.1433.33-
YUV74.29174.6780.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.11%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=3.11%
G=35.80%
B=61.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8921570.950.4100.38206.1790.332.35
Hex85C9D5F29026ce5a20
Octal101342351375104631613240
Binary100010111001001110110111111010010100110110011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,92,157); }

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

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

 a { background-color: rgb(8,92,157); }

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

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

 span { border-color: rgb(8,92,157); }

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