Shades of Cobalt #085DA1
Tints of Cobalt #085DA1
RGB
CMYK
RGB Variations
Color information
#085DA1 (or 0x085DA1) is known color: Cobalt. HEX triplet: 08, 5D and A1. RGB value is (8,93,161). Sum of RGB (Red+Green+Blue) = 8+93+161=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #085DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085DA1 is #F7A25E. Grayscale: #4A4A4A. Windows color (decimal): -16228959 or 10575112. OLE color: 10575112.
HSL color Cylindrical-coordinate representation of color #085DA1: hue angle of 206.67º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085DA1 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 93 | 161 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.37 |
| HSL | 206.67º | 0.91% | 0.33% | - |
| HSV(B) | 206.67º | 0.95% | 0.63% | - |
| XYZ | 10.45 | 10.45 | 35.19 | - |
| YUV | 75.34 | 176.34 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 161 | 0.95 | 0.42 | 0 | 0.37 | 206.67 | 0.91 | 0.33 |
| Hex | 8 | 5D | A1 | 5F | 2A | 0 | 25 | CF | 5B | 21 |
| Octal | 10 | 135 | 241 | 137 | 52 | 0 | 45 | 317 | 133 | 41 |
| Binary | 1000 | 1011101 | 10100001 | 1011111 | 101010 | 0 | 100101 | 11001111 | 1011011 | 100001 |
Color Harmonies of #085DA1
Complementary color
Monochromatic Colors of #085DA1
Black with #085DA1
Text Example
Text Example
White with #085DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DA1; }
p { color: rgb(8,93,161); }
H1.HeaderClassName
{
color: #085DA1;
}
.AnyTagClassName
{
color: #085DA1;
}
</style>
background-color css
<style>
a { background-color: #085DA1; }
a { background-color: rgb(8,93,161); }
div.DivClassName
{
background-color: #085DA1;
}
.BgClassName
{
background-color: #085DA1;
}
</style>
border-color css
<style>
span { border-color: #085DA1; }
span { border-color: rgb(8,93,161); }
td.TdClassName
{
border-color: #085DA1;
}
.TagClassName
{
border-color: #085DA1;
}
</style>