Shades of Cobalt #085D9D
Tints of Cobalt #085D9D
RGB
CMYK
RGB Variations
Color information
#085D9D (or 0x085D9D) is known color: Cobalt. HEX triplet: 08, 5D and 9D. RGB value is (8,93,157). Sum of RGB (Red+Green+Blue) = 8+93+157=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #085D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085D9D is #F7A262. Grayscale: #4A4A4A. Windows color (decimal): -16228963 or 10312968. OLE color: 10312968.
HSL color Cylindrical-coordinate representation of color #085D9D: hue angle of 205.77º 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 #085D9D is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 93 | 157 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.38 |
| HSL | 205.77º | 0.9% | 0.32% | - |
| HSV(B) | 205.77º | 0.95% | 0.62% | - |
| XYZ | 10.1 | 10.31 | 33.36 | - |
| YUV | 74.88 | 174.34 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 157 | 0.95 | 0.41 | 0 | 0.38 | 205.77 | 0.9 | 0.32 |
| Hex | 8 | 5D | 9D | 5F | 29 | 0 | 26 | CE | 5A | 20 |
| Octal | 10 | 135 | 235 | 137 | 51 | 0 | 46 | 316 | 132 | 40 |
| Binary | 1000 | 1011101 | 10011101 | 1011111 | 101001 | 0 | 100110 | 11001110 | 1011010 | 100000 |
Color Harmonies of #085D9D
Complementary color
Monochromatic Colors of #085D9D
Black with #085D9D
Text Example
Text Example
White with #085D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D9D; }
p { color: rgb(8,93,157); }
H1.HeaderClassName
{
color: #085D9D;
}
.AnyTagClassName
{
color: #085D9D;
}
</style>
background-color css
<style>
a { background-color: #085D9D; }
a { background-color: rgb(8,93,157); }
div.DivClassName
{
background-color: #085D9D;
}
.BgClassName
{
background-color: #085D9D;
}
</style>
border-color css
<style>
span { border-color: #085D9D; }
span { border-color: rgb(8,93,157); }
td.TdClassName
{
border-color: #085D9D;
}
.TagClassName
{
border-color: #085D9D;
}
</style>