Shades of Cobalt #0049BB
Tints of Cobalt #0049BB
RGB
CMYK
RGB Variations
Color information
#0049BB (or 0x0049BB) is known color: Cobalt. HEX triplet: 00, 49 and BB. RGB value is (0,73,187). Sum of RGB (Red+Green+Blue) = 0+73+187=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #0049BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0049BB is #FFB644. Grayscale: #3F3F3F. Windows color (decimal): -16758341 or 12273920. OLE color: 12273920.
HSL color Cylindrical-coordinate representation of color #0049BB: hue angle of 216.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049BB is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 73 | 187 | - |
| CMYK | 1 | 0.61 | 0 | 0.27 |
| HSL | 216.58º | 1% | 0.37% | - |
| HSV(B) | 216.58º | 1% | 0.73% | - |
| XYZ | 11.35 | 8.35 | 48.03 | - |
| YUV | 64.17 | 197.32 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 187 | 1 | 0.61 | 0 | 0.27 | 216.58 | 1 | 0.37 |
| Hex | 0 | 49 | BB | 64 | 3D | 0 | 1B | D9 | 64 | 25 |
| Octal | 0 | 111 | 273 | 144 | 75 | 0 | 33 | 331 | 144 | 45 |
| Binary | 0 | 1001001 | 10111011 | 1100100 | 111101 | 0 | 11011 | 11011001 | 1100100 | 100101 |
Color Harmonies of #0049BB
Complementary color
Monochromatic Colors of #0049BB
Black with #0049BB
Text Example
Text Example
White with #0049BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0049BB; }
p { color: rgb(0,73,187); }
H1.HeaderClassName
{
color: #0049BB;
}
.AnyTagClassName
{
color: #0049BB;
}
</style>
background-color css
<style>
a { background-color: #0049BB; }
a { background-color: rgb(0,73,187); }
div.DivClassName
{
background-color: #0049BB;
}
.BgClassName
{
background-color: #0049BB;
}
</style>
border-color css
<style>
span { border-color: #0049BB; }
span { border-color: rgb(0,73,187); }
td.TdClassName
{
border-color: #0049BB;
}
.TagClassName
{
border-color: #0049BB;
}
</style>