Shades of Cobalt #095296
Tints of Cobalt #095296
RGB
CMYK
RGB Variations
Color information
#095296 (or 0x095296) is known color: Cobalt. HEX triplet: 09, 52 and 96. RGB value is (9,82,150). Sum of RGB (Red+Green+Blue) = 9+82+150=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 82 (32.42% from 255 or 34.02% 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 #095296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095296 is #F6AD69. Grayscale: #434343. Windows color (decimal): -16166250 or 9851401. OLE color: 9851401.
HSL color Cylindrical-coordinate representation of color #095296: hue angle of 208.94º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095296 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 82 | 150 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.41 |
| HSL | 208.94º | 0.89% | 0.31% | - |
| HSV(B) | 208.94º | 0.94% | 0.59% | - |
| XYZ | 8.63 | 8.29 | 30 | - |
| YUV | 67.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 150 | 0.94 | 0.45 | 0 | 0.41 | 208.94 | 0.89 | 0.31 |
| Hex | 9 | 52 | 96 | 5E | 2D | 0 | 29 | D1 | 59 | 1F |
| Octal | 11 | 122 | 226 | 136 | 55 | 0 | 51 | 321 | 131 | 37 |
| Binary | 1001 | 1010010 | 10010110 | 1011110 | 101101 | 0 | 101001 | 11010001 | 1011001 | 11111 |
Color Harmonies of #095296
Complementary color
Monochromatic Colors of #095296
Black with #095296
Text Example
Text Example
White with #095296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095296; }
p { color: rgb(9,82,150); }
H1.HeaderClassName
{
color: #095296;
}
.AnyTagClassName
{
color: #095296;
}
</style>
background-color css
<style>
a { background-color: #095296; }
a { background-color: rgb(9,82,150); }
div.DivClassName
{
background-color: #095296;
}
.BgClassName
{
background-color: #095296;
}
</style>
border-color css
<style>
span { border-color: #095296; }
span { border-color: rgb(9,82,150); }
td.TdClassName
{
border-color: #095296;
}
.TagClassName
{
border-color: #095296;
}
</style>