Shades of Cobalt #085DA8
Tints of Cobalt #085DA8
RGB
CMYK
RGB Variations
Color information
#085DA8 (or 0x085DA8) is known color: Cobalt. HEX triplet: 08, 5D and A8. RGB value is (8,93,168). Sum of RGB (Red+Green+Blue) = 8+93+168=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 168 (66.02% from 255 or 62.45% from 269); Max value from RGB is 168 - color contains mainly: blue. Hex color #085DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085DA8 is #F7A257. Grayscale: #4B4B4B. Windows color (decimal): -16228952 or 11033864. OLE color: 11033864.
HSL color Cylindrical-coordinate representation of color #085DA8: hue angle of 208.12º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085DA8 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 93 | 168 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.34 |
| HSL | 208.13º | 0.91% | 0.35% | - |
| HSV(B) | 208.13º | 0.95% | 0.66% | - |
| XYZ | 11.08 | 10.71 | 38.53 | - |
| YUV | 76.14 | 179.84 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 168 | 0.95 | 0.45 | 0 | 0.34 | 208.13 | 0.91 | 0.35 |
| Hex | 8 | 5D | A8 | 5F | 2D | 0 | 22 | D0 | 5B | 23 |
| Octal | 10 | 135 | 250 | 137 | 55 | 0 | 42 | 320 | 133 | 43 |
| Binary | 1000 | 1011101 | 10101000 | 1011111 | 101101 | 0 | 100010 | 11010000 | 1011011 | 100011 |
Color Harmonies of #085DA8
Complementary color
Monochromatic Colors of #085DA8
Black with #085DA8
Text Example
Text Example
White with #085DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DA8; }
p { color: rgb(8,93,168); }
H1.HeaderClassName
{
color: #085DA8;
}
.AnyTagClassName
{
color: #085DA8;
}
</style>
background-color css
<style>
a { background-color: #085DA8; }
a { background-color: rgb(8,93,168); }
div.DivClassName
{
background-color: #085DA8;
}
.BgClassName
{
background-color: #085DA8;
}
</style>
border-color css
<style>
span { border-color: #085DA8; }
span { border-color: rgb(8,93,168); }
td.TdClassName
{
border-color: #085DA8;
}
.TagClassName
{
border-color: #085DA8;
}
</style>