Shades of Cobalt #094D99
Tints of Cobalt #094D99
RGB
CMYK
RGB Variations
Color information
#094D99 (or 0x094D99) is known color: Cobalt. HEX triplet: 09, 4D and 99. RGB value is (9,77,153). Sum of RGB (Red+Green+Blue) = 9+77+153=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #094D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D99 is #F6B266. Grayscale: #404040. Windows color (decimal): -16167527 or 10046729. OLE color: 10046729.
HSL color Cylindrical-coordinate representation of color #094D99: hue angle of 211.67º 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 #094D99 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 9 | 77 | 153 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.4 |
| HSL | 211.67º | 0.89% | 0.32% | - |
| HSV(B) | 211.67º | 0.94% | 0.6% | - |
| XYZ | 8.52 | 7.67 | 31.17 | - |
| YUV | 65.33 | 177.47 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 153 | 0.94 | 0.50 | 0 | 0.4 | 211.67 | 0.89 | 0.32 |
| Hex | 9 | 4D | 99 | 5E | 32 | 0 | 28 | D4 | 59 | 20 |
| Octal | 11 | 115 | 231 | 136 | 62 | 0 | 50 | 324 | 131 | 40 |
| Binary | 1001 | 1001101 | 10011001 | 1011110 | 110010 | 0 | 101000 | 11010100 | 1011001 | 100000 |
Color Harmonies of #094D99
Complementary color
Monochromatic Colors of #094D99
Black with #094D99
Text Example
Text Example
White with #094D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D99; }
p { color: rgb(9,77,153); }
H1.HeaderClassName
{
color: #094D99;
}
.AnyTagClassName
{
color: #094D99;
}
</style>
background-color css
<style>
a { background-color: #094D99; }
a { background-color: rgb(9,77,153); }
div.DivClassName
{
background-color: #094D99;
}
.BgClassName
{
background-color: #094D99;
}
</style>
border-color css
<style>
span { border-color: #094D99; }
span { border-color: rgb(9,77,153); }
td.TdClassName
{
border-color: #094D99;
}
.TagClassName
{
border-color: #094D99;
}
</style>