Shades of Cobalt #094BBB
Tints of Cobalt #094BBB
RGB
CMYK
RGB Variations
Color information
#094BBB (or 0x094BBB) is known color: Cobalt. HEX triplet: 09, 4B and BB. RGB value is (9,75,187). Sum of RGB (Red+Green+Blue) = 9+75+187=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #094BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094BBB is #F6B444. Grayscale: #434343. Windows color (decimal): -16168005 or 12274441. OLE color: 12274441.
HSL color Cylindrical-coordinate representation of color #094BBB: hue angle of 217.75º 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 #094BBB is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 75 | 187 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.27 |
| HSL | 217.75º | 0.91% | 0.38% | - |
| HSV(B) | 217.75º | 0.95% | 0.73% | - |
| XYZ | 11.6 | 8.68 | 48.08 | - |
| YUV | 68.03 | 195.13 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 187 | 0.95 | 0.60 | 0 | 0.27 | 217.75 | 0.91 | 0.38 |
| Hex | 9 | 4B | BB | 5F | 3C | 0 | 1B | DA | 5B | 26 |
| Octal | 11 | 113 | 273 | 137 | 74 | 0 | 33 | 332 | 133 | 46 |
| Binary | 1001 | 1001011 | 10111011 | 1011111 | 111100 | 0 | 11011 | 11011010 | 1011011 | 100110 |
Color Harmonies of #094BBB
Complementary color
Monochromatic Colors of #094BBB
Black with #094BBB
Text Example
Text Example
White with #094BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094BBB; }
p { color: rgb(9,75,187); }
H1.HeaderClassName
{
color: #094BBB;
}
.AnyTagClassName
{
color: #094BBB;
}
</style>
background-color css
<style>
a { background-color: #094BBB; }
a { background-color: rgb(9,75,187); }
div.DivClassName
{
background-color: #094BBB;
}
.BgClassName
{
background-color: #094BBB;
}
</style>
border-color css
<style>
span { border-color: #094BBB; }
span { border-color: rgb(9,75,187); }
td.TdClassName
{
border-color: #094BBB;
}
.TagClassName
{
border-color: #094BBB;
}
</style>