Shades of Cobalt #085396
Tints of Cobalt #085396
RGB
CMYK
RGB Variations
Color information
#085396 (or 0x085396) is known color: Cobalt. HEX triplet: 08, 53 and 96. RGB value is (8,83,150). Sum of RGB (Red+Green+Blue) = 8+83+150=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #085396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085396 is #F7AC69. Grayscale: #434343. Windows color (decimal): -16231530 or 9851656. OLE color: 9851656.
HSL color Cylindrical-coordinate representation of color #085396: hue angle of 208.31º 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 #085396 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 8 | 83 | 150 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.41 |
| HSL | 208.31º | 0.9% | 0.31% | - |
| HSV(B) | 208.31º | 0.95% | 0.59% | - |
| XYZ | 8.7 | 8.44 | 30.02 | - |
| YUV | 68.21 | 174.15 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 83 | 150 | 0.95 | 0.45 | 0 | 0.41 | 208.31 | 0.9 | 0.31 |
| Hex | 8 | 53 | 96 | 5F | 2D | 0 | 29 | D0 | 5A | 1F |
| Octal | 10 | 123 | 226 | 137 | 55 | 0 | 51 | 320 | 132 | 37 |
| Binary | 1000 | 1010011 | 10010110 | 1011111 | 101101 | 0 | 101001 | 11010000 | 1011010 | 11111 |
Color Harmonies of #085396
Complementary color
Monochromatic Colors of #085396
Black with #085396
Text Example
Text Example
White with #085396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085396; }
p { color: rgb(8,83,150); }
H1.HeaderClassName
{
color: #085396;
}
.AnyTagClassName
{
color: #085396;
}
</style>
background-color css
<style>
a { background-color: #085396; }
a { background-color: rgb(8,83,150); }
div.DivClassName
{
background-color: #085396;
}
.BgClassName
{
background-color: #085396;
}
</style>
border-color css
<style>
span { border-color: #085396; }
span { border-color: rgb(8,83,150); }
td.TdClassName
{
border-color: #085396;
}
.TagClassName
{
border-color: #085396;
}
</style>