Shades of Cobalt #085296
Tints of Cobalt #085296
RGB
CMYK
RGB Variations
Color information
#085296 (or 0x085296) is known color: Cobalt. HEX triplet: 08, 52 and 96. RGB value is (8,82,150). Sum of RGB (Red+Green+Blue) = 8+82+150=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #085296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085296 is #F7AD69. Grayscale: #434343. Windows color (decimal): -16231786 or 9851400. OLE color: 9851400.
HSL color Cylindrical-coordinate representation of color #085296: hue angle of 208.73º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085296 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 82 | 150 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.41 |
| HSL | 208.73º | 0.9% | 0.31% | - |
| HSV(B) | 208.73º | 0.95% | 0.59% | - |
| XYZ | 8.62 | 8.29 | 30 | - |
| YUV | 67.63 | 174.48 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 82 | 150 | 0.95 | 0.45 | 0 | 0.41 | 208.73 | 0.9 | 0.31 |
| Hex | 8 | 52 | 96 | 5F | 2D | 0 | 29 | D1 | 5A | 1F |
| Octal | 10 | 122 | 226 | 137 | 55 | 0 | 51 | 321 | 132 | 37 |
| Binary | 1000 | 1010010 | 10010110 | 1011111 | 101101 | 0 | 101001 | 11010001 | 1011010 | 11111 |
Color Harmonies of #085296
Complementary color
Monochromatic Colors of #085296
Black with #085296
Text Example
Text Example
White with #085296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085296; }
p { color: rgb(8,82,150); }
H1.HeaderClassName
{
color: #085296;
}
.AnyTagClassName
{
color: #085296;
}
</style>
background-color css
<style>
a { background-color: #085296; }
a { background-color: rgb(8,82,150); }
div.DivClassName
{
background-color: #085296;
}
.BgClassName
{
background-color: #085296;
}
</style>
border-color css
<style>
span { border-color: #085296; }
span { border-color: rgb(8,82,150); }
td.TdClassName
{
border-color: #085296;
}
.TagClassName
{
border-color: #085296;
}
</style>