Shades of Cobalt #094CBB
Tints of Cobalt #094CBB
RGB
CMYK
RGB Variations
Color information
#094CBB (or 0x094CBB) is known color: Cobalt. HEX triplet: 09, 4C and BB. RGB value is (9,76,187). Sum of RGB (Red+Green+Blue) = 9+76+187=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #094CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094CBB is #F6B344. Grayscale: #444444. Windows color (decimal): -16167749 or 12274697. OLE color: 12274697.
HSL color Cylindrical-coordinate representation of color #094CBB: hue angle of 217.42º 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 #094CBB is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 76 | 187 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.27 |
| HSL | 217.42º | 0.91% | 0.38% | - |
| HSV(B) | 217.42º | 0.95% | 0.73% | - |
| XYZ | 11.67 | 8.81 | 48.1 | - |
| YUV | 68.62 | 194.8 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 76 | 187 | 0.95 | 0.59 | 0 | 0.27 | 217.42 | 0.91 | 0.38 |
| Hex | 9 | 4C | BB | 5F | 3B | 0 | 1B | D9 | 5B | 26 |
| Octal | 11 | 114 | 273 | 137 | 73 | 0 | 33 | 331 | 133 | 46 |
| Binary | 1001 | 1001100 | 10111011 | 1011111 | 111011 | 0 | 11011 | 11011001 | 1011011 | 100110 |
Color Harmonies of #094CBB
Complementary color
Monochromatic Colors of #094CBB
Black with #094CBB
Text Example
Text Example
White with #094CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094CBB; }
p { color: rgb(9,76,187); }
H1.HeaderClassName
{
color: #094CBB;
}
.AnyTagClassName
{
color: #094CBB;
}
</style>
background-color css
<style>
a { background-color: #094CBB; }
a { background-color: rgb(9,76,187); }
div.DivClassName
{
background-color: #094CBB;
}
.BgClassName
{
background-color: #094CBB;
}
</style>
border-color css
<style>
span { border-color: #094CBB; }
span { border-color: rgb(9,76,187); }
td.TdClassName
{
border-color: #094CBB;
}
.TagClassName
{
border-color: #094CBB;
}
</style>