Shades of Cobalt #095297
Tints of Cobalt #095297
RGB
CMYK
RGB Variations
Color information
#095297 (or 0x095297) is known color: Cobalt. HEX triplet: 09, 52 and 97. RGB value is (9,82,151). Sum of RGB (Red+Green+Blue) = 9+82+151=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #095297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095297 is #F6AD68. Grayscale: #434343. Windows color (decimal): -16166249 or 9916937. OLE color: 9916937.
HSL color Cylindrical-coordinate representation of color #095297: hue angle of 209.15º 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 #095297 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 82 | 151 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.41 |
| HSL | 209.15º | 0.89% | 0.31% | - |
| HSV(B) | 209.15º | 0.94% | 0.59% | - |
| XYZ | 8.72 | 8.33 | 30.43 | - |
| YUV | 68.04 | 174.82 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 151 | 0.94 | 0.46 | 0 | 0.41 | 209.15 | 0.89 | 0.31 |
| Hex | 9 | 52 | 97 | 5E | 2E | 0 | 29 | D1 | 59 | 1F |
| Octal | 11 | 122 | 227 | 136 | 56 | 0 | 51 | 321 | 131 | 37 |
| Binary | 1001 | 1010010 | 10010111 | 1011110 | 101110 | 0 | 101001 | 11010001 | 1011001 | 11111 |
Color Harmonies of #095297
Complementary color
Monochromatic Colors of #095297
Black with #095297
Text Example
Text Example
White with #095297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095297; }
p { color: rgb(9,82,151); }
H1.HeaderClassName
{
color: #095297;
}
.AnyTagClassName
{
color: #095297;
}
</style>
background-color css
<style>
a { background-color: #095297; }
a { background-color: rgb(9,82,151); }
div.DivClassName
{
background-color: #095297;
}
.BgClassName
{
background-color: #095297;
}
</style>
border-color css
<style>
span { border-color: #095297; }
span { border-color: rgb(9,82,151); }
td.TdClassName
{
border-color: #095297;
}
.TagClassName
{
border-color: #095297;
}
</style>