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