Shades of Cobalt #094DBA
Tints of Cobalt #094DBA
RGB
CMYK
RGB Variations
Color information
#094DBA (or 0x094DBA) is known color: Cobalt. HEX triplet: 09, 4D and BA. RGB value is (9,77,186). Sum of RGB (Red+Green+Blue) = 9+77+186=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #094DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094DBA is #F6B245. Grayscale: #444444. Windows color (decimal): -16167494 or 12209417. OLE color: 12209417.
HSL color Cylindrical-coordinate representation of color #094DBA: hue angle of 216.95º 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 #094DBA is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 77 | 186 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.27 |
| HSL | 216.95º | 0.91% | 0.38% | - |
| HSV(B) | 216.95º | 0.95% | 0.73% | - |
| XYZ | 11.63 | 8.91 | 47.56 | - |
| YUV | 69.09 | 193.97 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 186 | 0.95 | 0.59 | 0 | 0.27 | 216.95 | 0.91 | 0.38 |
| Hex | 9 | 4D | BA | 5F | 3B | 0 | 1B | D9 | 5B | 26 |
| Octal | 11 | 115 | 272 | 137 | 73 | 0 | 33 | 331 | 133 | 46 |
| Binary | 1001 | 1001101 | 10111010 | 1011111 | 111011 | 0 | 11011 | 11011001 | 1011011 | 100110 |
Color Harmonies of #094DBA
Complementary color
Monochromatic Colors of #094DBA
Black with #094DBA
Text Example
Text Example
White with #094DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094DBA; }
p { color: rgb(9,77,186); }
H1.HeaderClassName
{
color: #094DBA;
}
.AnyTagClassName
{
color: #094DBA;
}
</style>
background-color css
<style>
a { background-color: #094DBA; }
a { background-color: rgb(9,77,186); }
div.DivClassName
{
background-color: #094DBA;
}
.BgClassName
{
background-color: #094DBA;
}
</style>
border-color css
<style>
span { border-color: #094DBA; }
span { border-color: rgb(9,77,186); }
td.TdClassName
{
border-color: #094DBA;
}
.TagClassName
{
border-color: #094DBA;
}
</style>