Shades of Cobalt #094699
Tints of Cobalt #094699
RGB
CMYK
RGB Variations
Color information
#094699 (or 0x094699) is known color: Cobalt. HEX triplet: 09, 46 and 99. RGB value is (9,70,153). Sum of RGB (Red+Green+Blue) = 9+70+153=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #094699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094699 is #F6B966. Grayscale: #3C3C3C. Windows color (decimal): -16169319 or 10044937. OLE color: 10044937.
HSL color Cylindrical-coordinate representation of color #094699: hue angle of 214.58º 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 #094699 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 70 | 153 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.4 |
| HSL | 214.58º | 0.89% | 0.32% | - |
| HSV(B) | 214.58º | 0.94% | 0.6% | - |
| XYZ | 8.05 | 6.74 | 31.01 | - |
| YUV | 61.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 153 | 0.94 | 0.54 | 0 | 0.4 | 214.58 | 0.89 | 0.32 |
| Hex | 9 | 46 | 99 | 5E | 36 | 0 | 28 | D7 | 59 | 20 |
| Octal | 11 | 106 | 231 | 136 | 66 | 0 | 50 | 327 | 131 | 40 |
| Binary | 1001 | 1000110 | 10011001 | 1011110 | 110110 | 0 | 101000 | 11010111 | 1011001 | 100000 |
Color Harmonies of #094699
Complementary color
Monochromatic Colors of #094699
Black with #094699
Text Example
Text Example
White with #094699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094699; }
p { color: rgb(9,70,153); }
H1.HeaderClassName
{
color: #094699;
}
.AnyTagClassName
{
color: #094699;
}
</style>
background-color css
<style>
a { background-color: #094699; }
a { background-color: rgb(9,70,153); }
div.DivClassName
{
background-color: #094699;
}
.BgClassName
{
background-color: #094699;
}
</style>
border-color css
<style>
span { border-color: #094699; }
span { border-color: rgb(9,70,153); }
td.TdClassName
{
border-color: #094699;
}
.TagClassName
{
border-color: #094699;
}
</style>