Shades of Cobalt #094D98
Tints of Cobalt #094D98
RGB
CMYK
RGB Variations
Color information
#094D98 (or 0x094D98) is known color: Cobalt. HEX triplet: 09, 4D and 98. RGB value is (9,77,152). Sum of RGB (Red+Green+Blue) = 9+77+152=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #094D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D98 is #F6B267. Grayscale: #404040. Windows color (decimal): -16167528 or 9981193. OLE color: 9981193.
HSL color Cylindrical-coordinate representation of color #094D98: hue angle of 211.47º 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 #094D98 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 77 | 152 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.40 |
| HSL | 211.47º | 0.89% | 0.32% | - |
| HSV(B) | 211.47º | 0.94% | 0.6% | - |
| XYZ | 8.43 | 7.63 | 30.73 | - |
| YUV | 65.22 | 176.97 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 152 | 0.94 | 0.49 | 0 | 0.40 | 211.47 | 0.89 | 0.32 |
| Hex | 9 | 4D | 98 | 5E | 31 | 0 | 28 | D3 | 59 | 20 |
| Octal | 11 | 115 | 230 | 136 | 61 | 0 | 50 | 323 | 131 | 40 |
| Binary | 1001 | 1001101 | 10011000 | 1011110 | 110001 | 0 | 101000 | 11010011 | 1011001 | 100000 |
Color Harmonies of #094D98
Complementary color
Monochromatic Colors of #094D98
Black with #094D98
Text Example
Text Example
White with #094D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D98; }
p { color: rgb(9,77,152); }
H1.HeaderClassName
{
color: #094D98;
}
.AnyTagClassName
{
color: #094D98;
}
</style>
background-color css
<style>
a { background-color: #094D98; }
a { background-color: rgb(9,77,152); }
div.DivClassName
{
background-color: #094D98;
}
.BgClassName
{
background-color: #094D98;
}
</style>
border-color css
<style>
span { border-color: #094D98; }
span { border-color: rgb(9,77,152); }
td.TdClassName
{
border-color: #094D98;
}
.TagClassName
{
border-color: #094D98;
}
</style>