Shades of Cobalt #095197
Tints of Cobalt #095197
RGB
CMYK
RGB Variations
Color information
#095197 (or 0x095197) is known color: Cobalt. HEX triplet: 09, 51 and 97. RGB value is (9,81,151). Sum of RGB (Red+Green+Blue) = 9+81+151=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #095197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095197 is #F6AE68. Grayscale: #434343. Windows color (decimal): -16166505 or 9916681. OLE color: 9916681.
HSL color Cylindrical-coordinate representation of color #095197: hue angle of 209.58º 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 #095197 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 9 | 81 | 151 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.41 |
| HSL | 209.58º | 0.89% | 0.31% | - |
| HSV(B) | 209.58º | 0.94% | 0.59% | - |
| XYZ | 8.64 | 8.18 | 30.4 | - |
| YUV | 67.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 151 | 0.94 | 0.46 | 0 | 0.41 | 209.58 | 0.89 | 0.31 |
| Hex | 9 | 51 | 97 | 5E | 2E | 0 | 29 | D2 | 59 | 1F |
| Octal | 11 | 121 | 227 | 136 | 56 | 0 | 51 | 322 | 131 | 37 |
| Binary | 1001 | 1010001 | 10010111 | 1011110 | 101110 | 0 | 101001 | 11010010 | 1011001 | 11111 |
Color Harmonies of #095197
Complementary color
Monochromatic Colors of #095197
Black with #095197
Text Example
Text Example
White with #095197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095197; }
p { color: rgb(9,81,151); }
H1.HeaderClassName
{
color: #095197;
}
.AnyTagClassName
{
color: #095197;
}
</style>
background-color css
<style>
a { background-color: #095197; }
a { background-color: rgb(9,81,151); }
div.DivClassName
{
background-color: #095197;
}
.BgClassName
{
background-color: #095197;
}
</style>
border-color css
<style>
span { border-color: #095197; }
span { border-color: rgb(9,81,151); }
td.TdClassName
{
border-color: #095197;
}
.TagClassName
{
border-color: #095197;
}
</style>