Shades of Cobalt #095198
Tints of Cobalt #095198
RGB
CMYK
RGB Variations
Color information
#095198 (or 0x095198) is known color: Cobalt. HEX triplet: 09, 51 and 98. RGB value is (9,81,152). Sum of RGB (Red+Green+Blue) = 9+81+152=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #095198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095198 is #F6AE67. Grayscale: #434343. Windows color (decimal): -16166504 or 9982217. OLE color: 9982217.
HSL color Cylindrical-coordinate representation of color #095198: hue angle of 209.79º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095198 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 81 | 152 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.40 |
| HSL | 209.79º | 0.89% | 0.32% | - |
| HSV(B) | 209.79º | 0.94% | 0.6% | - |
| XYZ | 8.72 | 8.21 | 30.83 | - |
| YUV | 67.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 152 | 0.94 | 0.47 | 0 | 0.40 | 209.79 | 0.89 | 0.32 |
| Hex | 9 | 51 | 98 | 5E | 2F | 0 | 28 | D2 | 59 | 20 |
| Octal | 11 | 121 | 230 | 136 | 57 | 0 | 50 | 322 | 131 | 40 |
| Binary | 1001 | 1010001 | 10011000 | 1011110 | 101111 | 0 | 101000 | 11010010 | 1011001 | 100000 |
Color Harmonies of #095198
Complementary color
Monochromatic Colors of #095198
Black with #095198
Text Example
Text Example
White with #095198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095198; }
p { color: rgb(9,81,152); }
H1.HeaderClassName
{
color: #095198;
}
.AnyTagClassName
{
color: #095198;
}
</style>
background-color css
<style>
a { background-color: #095198; }
a { background-color: rgb(9,81,152); }
div.DivClassName
{
background-color: #095198;
}
.BgClassName
{
background-color: #095198;
}
</style>
border-color css
<style>
span { border-color: #095198; }
span { border-color: rgb(9,81,152); }
td.TdClassName
{
border-color: #095198;
}
.TagClassName
{
border-color: #095198;
}
</style>