Shades of Cobalt #094899
Tints of Cobalt #094899
RGB
CMYK
RGB Variations
Color information
#094899 (or 0x094899) is known color: Cobalt. HEX triplet: 09, 48 and 99. RGB value is (9,72,153). Sum of RGB (Red+Green+Blue) = 9+72+153=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #094899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094899 is #F6B766. Grayscale: #3E3E3E. Windows color (decimal): -16168807 or 10045449. OLE color: 10045449.
HSL color Cylindrical-coordinate representation of color #094899: hue angle of 213.75º 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 #094899 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 72 | 153 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.4 |
| HSL | 213.75º | 0.89% | 0.32% | - |
| HSV(B) | 213.75º | 0.94% | 0.6% | - |
| XYZ | 8.18 | 6.99 | 31.06 | - |
| YUV | 62.4 | 179.13 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 153 | 0.94 | 0.53 | 0 | 0.4 | 213.75 | 0.89 | 0.32 |
| Hex | 9 | 48 | 99 | 5E | 35 | 0 | 28 | D6 | 59 | 20 |
| Octal | 11 | 110 | 231 | 136 | 65 | 0 | 50 | 326 | 131 | 40 |
| Binary | 1001 | 1001000 | 10011001 | 1011110 | 110101 | 0 | 101000 | 11010110 | 1011001 | 100000 |
Color Harmonies of #094899
Complementary color
Monochromatic Colors of #094899
Black with #094899
Text Example
Text Example
White with #094899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094899; }
p { color: rgb(9,72,153); }
H1.HeaderClassName
{
color: #094899;
}
.AnyTagClassName
{
color: #094899;
}
</style>
background-color css
<style>
a { background-color: #094899; }
a { background-color: rgb(9,72,153); }
div.DivClassName
{
background-color: #094899;
}
.BgClassName
{
background-color: #094899;
}
</style>
border-color css
<style>
span { border-color: #094899; }
span { border-color: rgb(9,72,153); }
td.TdClassName
{
border-color: #094899;
}
.TagClassName
{
border-color: #094899;
}
</style>