Shades of Cobalt #094698
Tints of Cobalt #094698
RGB
CMYK
RGB Variations
Color information
#094698 (or 0x094698) is known color: Cobalt. HEX triplet: 09, 46 and 98. RGB value is (9,70,152). Sum of RGB (Red+Green+Blue) = 9+70+152=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #094698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094698 is #F6B967. Grayscale: #3C3C3C. Windows color (decimal): -16169320 or 9979401. OLE color: 9979401.
HSL color Cylindrical-coordinate representation of color #094698: hue angle of 214.41º 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 #094698 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 70 | 152 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.40 |
| HSL | 214.41º | 0.89% | 0.32% | - |
| HSV(B) | 214.41º | 0.94% | 0.6% | - |
| XYZ | 7.97 | 6.71 | 30.58 | - |
| YUV | 61.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 152 | 0.94 | 0.54 | 0 | 0.40 | 214.41 | 0.89 | 0.32 |
| Hex | 9 | 46 | 98 | 5E | 36 | 0 | 28 | D6 | 59 | 20 |
| Octal | 11 | 106 | 230 | 136 | 66 | 0 | 50 | 326 | 131 | 40 |
| Binary | 1001 | 1000110 | 10011000 | 1011110 | 110110 | 0 | 101000 | 11010110 | 1011001 | 100000 |
Color Harmonies of #094698
Complementary color
Monochromatic Colors of #094698
Black with #094698
Text Example
Text Example
White with #094698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094698; }
p { color: rgb(9,70,152); }
H1.HeaderClassName
{
color: #094698;
}
.AnyTagClassName
{
color: #094698;
}
</style>
background-color css
<style>
a { background-color: #094698; }
a { background-color: rgb(9,70,152); }
div.DivClassName
{
background-color: #094698;
}
.BgClassName
{
background-color: #094698;
}
</style>
border-color css
<style>
span { border-color: #094698; }
span { border-color: rgb(9,70,152); }
td.TdClassName
{
border-color: #094698;
}
.TagClassName
{
border-color: #094698;
}
</style>