Shades of Cobalt #09489A
Tints of Cobalt #09489A
RGB
CMYK
RGB Variations
Color information
#09489A (or 0x09489A) is known color: Cobalt. HEX triplet: 09, 48 and 9A. RGB value is (9,72,154). Sum of RGB (Red+Green+Blue) = 9+72+154=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #09489A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09489A is #F6B765. Grayscale: #3E3E3E. Windows color (decimal): -16168806 or 10110985. OLE color: 10110985.
HSL color Cylindrical-coordinate representation of color #09489A: hue angle of 213.93º 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 #09489A is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 72 | 154 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.40 |
| HSL | 213.93º | 0.89% | 0.32% | - |
| HSV(B) | 213.93º | 0.94% | 0.6% | - |
| XYZ | 8.26 | 7.03 | 31.49 | - |
| YUV | 62.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 154 | 0.94 | 0.53 | 0 | 0.40 | 213.93 | 0.89 | 0.32 |
| Hex | 9 | 48 | 9A | 5E | 35 | 0 | 28 | D6 | 59 | 20 |
| Octal | 11 | 110 | 232 | 136 | 65 | 0 | 50 | 326 | 131 | 40 |
| Binary | 1001 | 1001000 | 10011010 | 1011110 | 110101 | 0 | 101000 | 11010110 | 1011001 | 100000 |
Color Harmonies of #09489A
Complementary color
Monochromatic Colors of #09489A
Black with #09489A
Text Example
Text Example
White with #09489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09489A; }
p { color: rgb(9,72,154); }
H1.HeaderClassName
{
color: #09489A;
}
.AnyTagClassName
{
color: #09489A;
}
</style>
background-color css
<style>
a { background-color: #09489A; }
a { background-color: rgb(9,72,154); }
div.DivClassName
{
background-color: #09489A;
}
.BgClassName
{
background-color: #09489A;
}
</style>
border-color css
<style>
span { border-color: #09489A; }
span { border-color: rgb(9,72,154); }
td.TdClassName
{
border-color: #09489A;
}
.TagClassName
{
border-color: #09489A;
}
</style>