Shades of Cobalt #085DA3
Tints of Cobalt #085DA3
RGB
CMYK
RGB Variations
Color information
#085DA3 (or 0x085DA3) is known color: Cobalt. HEX triplet: 08, 5D and A3. RGB value is (8,93,163). Sum of RGB (Red+Green+Blue) = 8+93+163=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 163 (64.06% from 255 or 61.74% from 264); Max value from RGB is 163 - color contains mainly: blue. Hex color #085DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085DA3 is #F7A25C. Grayscale: #4B4B4B. Windows color (decimal): -16228957 or 10706184. OLE color: 10706184.
HSL color Cylindrical-coordinate representation of color #085DA3: hue angle of 207.1º 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 #085DA3 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 8 | 93 | 163 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.36 |
| HSL | 207.1º | 0.91% | 0.34% | - |
| HSV(B) | 207.1º | 0.95% | 0.64% | - |
| XYZ | 10.63 | 10.52 | 36.12 | - |
| YUV | 75.57 | 177.34 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 163 | 0.95 | 0.43 | 0 | 0.36 | 207.1 | 0.91 | 0.34 |
| Hex | 8 | 5D | A3 | 5F | 2B | 0 | 24 | CF | 5B | 22 |
| Octal | 10 | 135 | 243 | 137 | 53 | 0 | 44 | 317 | 133 | 42 |
| Binary | 1000 | 1011101 | 10100011 | 1011111 | 101011 | 0 | 100100 | 11001111 | 1011011 | 100010 |
Color Harmonies of #085DA3
Complementary color
Monochromatic Colors of #085DA3
Black with #085DA3
Text Example
Text Example
White with #085DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DA3; }
p { color: rgb(8,93,163); }
H1.HeaderClassName
{
color: #085DA3;
}
.AnyTagClassName
{
color: #085DA3;
}
</style>
background-color css
<style>
a { background-color: #085DA3; }
a { background-color: rgb(8,93,163); }
div.DivClassName
{
background-color: #085DA3;
}
.BgClassName
{
background-color: #085DA3;
}
</style>
border-color css
<style>
span { border-color: #085DA3; }
span { border-color: rgb(8,93,163); }
td.TdClassName
{
border-color: #085DA3;
}
.TagClassName
{
border-color: #085DA3;
}
</style>