Shades of Cobalt #0949BC
Tints of Cobalt #0949BC
RGB
CMYK
RGB Variations
Color information
#0949BC (or 0x0949BC) is known color: Cobalt. HEX triplet: 09, 49 and BC. RGB value is (9,73,188). Sum of RGB (Red+Green+Blue) = 9+73+188=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #0949BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0949BC is #F6B643. Grayscale: #424242. Windows color (decimal): -16168516 or 12339465. OLE color: 12339465.
HSL color Cylindrical-coordinate representation of color #0949BC: hue angle of 218.55º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0949BC is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 73 | 188 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.26 |
| HSL | 218.55º | 0.91% | 0.39% | - |
| HSV(B) | 218.55º | 0.95% | 0.74% | - |
| XYZ | 11.57 | 8.45 | 48.6 | - |
| YUV | 66.97 | 196.3 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 188 | 0.95 | 0.61 | 0 | 0.26 | 218.55 | 0.91 | 0.39 |
| Hex | 9 | 49 | BC | 5F | 3D | 0 | 1A | DB | 5B | 27 |
| Octal | 11 | 111 | 274 | 137 | 75 | 0 | 32 | 333 | 133 | 47 |
| Binary | 1001 | 1001001 | 10111100 | 1011111 | 111101 | 0 | 11010 | 11011011 | 1011011 | 100111 |
Color Harmonies of #0949BC
Complementary color
Monochromatic Colors of #0949BC
Black with #0949BC
Text Example
Text Example
White with #0949BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0949BC; }
p { color: rgb(9,73,188); }
H1.HeaderClassName
{
color: #0949BC;
}
.AnyTagClassName
{
color: #0949BC;
}
</style>
background-color css
<style>
a { background-color: #0949BC; }
a { background-color: rgb(9,73,188); }
div.DivClassName
{
background-color: #0949BC;
}
.BgClassName
{
background-color: #0949BC;
}
</style>
border-color css
<style>
span { border-color: #0949BC; }
span { border-color: rgb(9,73,188); }
td.TdClassName
{
border-color: #0949BC;
}
.TagClassName
{
border-color: #0949BC;
}
</style>