Shades of Cobalt #094F9E
Tints of Cobalt #094F9E
RGB
CMYK
RGB Variations
Color information
#094F9E (or 0x094F9E) is known color: Cobalt. HEX triplet: 09, 4F and 9E. RGB value is (9,79,158). Sum of RGB (Red+Green+Blue) = 9+79+158=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #094F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F9E is #F6B061. Grayscale: #424242. Windows color (decimal): -16167010 or 10374921. OLE color: 10374921.
HSL color Cylindrical-coordinate representation of color #094F9E: hue angle of 211.81º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094F9E is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 79 | 158 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.38 |
| HSL | 211.81º | 0.89% | 0.33% | - |
| HSV(B) | 211.81º | 0.94% | 0.62% | - |
| XYZ | 9.08 | 8.12 | 33.44 | - |
| YUV | 67.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 158 | 0.94 | 0.50 | 0 | 0.38 | 211.81 | 0.89 | 0.33 |
| Hex | 9 | 4F | 9E | 5E | 32 | 0 | 26 | D4 | 59 | 21 |
| Octal | 11 | 117 | 236 | 136 | 62 | 0 | 46 | 324 | 131 | 41 |
| Binary | 1001 | 1001111 | 10011110 | 1011110 | 110010 | 0 | 100110 | 11010100 | 1011001 | 100001 |
Color Harmonies of #094F9E
Complementary color
Monochromatic Colors of #094F9E
Black with #094F9E
Text Example
Text Example
White with #094F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094F9E; }
p { color: rgb(9,79,158); }
H1.HeaderClassName
{
color: #094F9E;
}
.AnyTagClassName
{
color: #094F9E;
}
</style>
background-color css
<style>
a { background-color: #094F9E; }
a { background-color: rgb(9,79,158); }
div.DivClassName
{
background-color: #094F9E;
}
.BgClassName
{
background-color: #094F9E;
}
</style>
border-color css
<style>
span { border-color: #094F9E; }
span { border-color: rgb(9,79,158); }
td.TdClassName
{
border-color: #094F9E;
}
.TagClassName
{
border-color: #094F9E;
}
</style>