Shades of Cobalt #094FBA
Tints of Cobalt #094FBA
RGB
CMYK
RGB Variations
Color information
#094FBA (or 0x094FBA) is known color: Cobalt. HEX triplet: 09, 4F and BA. RGB value is (9,79,186). Sum of RGB (Red+Green+Blue) = 9+79+186=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #094FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094FBA is #F6B045. Grayscale: #454545. Windows color (decimal): -16166982 or 12209929. OLE color: 12209929.
HSL color Cylindrical-coordinate representation of color #094FBA: hue angle of 216.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094FBA is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 79 | 186 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.27 |
| HSL | 216.27º | 0.91% | 0.38% | - |
| HSV(B) | 216.27º | 0.95% | 0.73% | - |
| XYZ | 11.77 | 9.2 | 47.61 | - |
| YUV | 70.27 | 193.31 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 79 | 186 | 0.95 | 0.58 | 0 | 0.27 | 216.27 | 0.91 | 0.38 |
| Hex | 9 | 4F | BA | 5F | 3A | 0 | 1B | D8 | 5B | 26 |
| Octal | 11 | 117 | 272 | 137 | 72 | 0 | 33 | 330 | 133 | 46 |
| Binary | 1001 | 1001111 | 10111010 | 1011111 | 111010 | 0 | 11011 | 11011000 | 1011011 | 100110 |
Color Harmonies of #094FBA
Complementary color
Monochromatic Colors of #094FBA
Black with #094FBA
Text Example
Text Example
White with #094FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094FBA; }
p { color: rgb(9,79,186); }
H1.HeaderClassName
{
color: #094FBA;
}
.AnyTagClassName
{
color: #094FBA;
}
</style>
background-color css
<style>
a { background-color: #094FBA; }
a { background-color: rgb(9,79,186); }
div.DivClassName
{
background-color: #094FBA;
}
.BgClassName
{
background-color: #094FBA;
}
</style>
border-color css
<style>
span { border-color: #094FBA; }
span { border-color: rgb(9,79,186); }
td.TdClassName
{
border-color: #094FBA;
}
.TagClassName
{
border-color: #094FBA;
}
</style>