Shades of Cobalt #09499D
Tints of Cobalt #09499D
RGB
CMYK
RGB Variations
Color information
#09499D (or 0x09499D) is known color: Cobalt. HEX triplet: 09, 49 and 9D. RGB value is (9,73,157). Sum of RGB (Red+Green+Blue) = 9+73+157=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #09499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09499D is #F6B662. Grayscale: #3F3F3F. Windows color (decimal): -16168547 or 10307849. OLE color: 10307849.
HSL color Cylindrical-coordinate representation of color #09499D: hue angle of 214.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09499D is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 73 | 157 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.38 |
| HSL | 214.05º | 0.89% | 0.33% | - |
| HSV(B) | 214.05º | 0.94% | 0.62% | - |
| XYZ | 8.58 | 7.26 | 32.85 | - |
| YUV | 63.44 | 180.8 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 157 | 0.94 | 0.54 | 0 | 0.38 | 214.05 | 0.89 | 0.33 |
| Hex | 9 | 49 | 9D | 5E | 36 | 0 | 26 | D6 | 59 | 21 |
| Octal | 11 | 111 | 235 | 136 | 66 | 0 | 46 | 326 | 131 | 41 |
| Binary | 1001 | 1001001 | 10011101 | 1011110 | 110110 | 0 | 100110 | 11010110 | 1011001 | 100001 |
Color Harmonies of #09499D
Complementary color
Monochromatic Colors of #09499D
Black with #09499D
Text Example
Text Example
White with #09499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09499D; }
p { color: rgb(9,73,157); }
H1.HeaderClassName
{
color: #09499D;
}
.AnyTagClassName
{
color: #09499D;
}
</style>
background-color css
<style>
a { background-color: #09499D; }
a { background-color: rgb(9,73,157); }
div.DivClassName
{
background-color: #09499D;
}
.BgClassName
{
background-color: #09499D;
}
</style>
border-color css
<style>
span { border-color: #09499D; }
span { border-color: rgb(9,73,157); }
td.TdClassName
{
border-color: #09499D;
}
.TagClassName
{
border-color: #09499D;
}
</style>