Shades of Cobalt #0249BB
Tints of Cobalt #0249BB
RGB
CMYK
RGB Variations
Color information
#0249BB (or 0x0249BB) is known color: Cobalt. HEX triplet: 02, 49 and BB. RGB value is (2,73,187). Sum of RGB (Red+Green+Blue) = 2+73+187=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #0249BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249BB is #FDB644. Grayscale: #404040. Windows color (decimal): -16627269 or 12273922. OLE color: 12273922.
HSL color Cylindrical-coordinate representation of color #0249BB: hue angle of 216.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0249BB is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 73 | 187 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.27 |
| HSL | 216.97º | 0.98% | 0.37% | - |
| HSV(B) | 216.97º | 0.99% | 0.73% | - |
| XYZ | 11.38 | 8.37 | 48.03 | - |
| YUV | 64.77 | 196.98 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 187 | 0.99 | 0.61 | 0 | 0.27 | 216.97 | 0.98 | 0.37 |
| Hex | 2 | 49 | BB | 63 | 3D | 0 | 1B | D9 | 62 | 25 |
| Octal | 2 | 111 | 273 | 143 | 75 | 0 | 33 | 331 | 142 | 45 |
| Binary | 10 | 1001001 | 10111011 | 1100011 | 111101 | 0 | 11011 | 11011001 | 1100010 | 100101 |
Color Harmonies of #0249BB
Complementary color
Monochromatic Colors of #0249BB
Black with #0249BB
Text Example
Text Example
White with #0249BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249BB; }
p { color: rgb(2,73,187); }
H1.HeaderClassName
{
color: #0249BB;
}
.AnyTagClassName
{
color: #0249BB;
}
</style>
background-color css
<style>
a { background-color: #0249BB; }
a { background-color: rgb(2,73,187); }
div.DivClassName
{
background-color: #0249BB;
}
.BgClassName
{
background-color: #0249BB;
}
</style>
border-color css
<style>
span { border-color: #0249BB; }
span { border-color: rgb(2,73,187); }
td.TdClassName
{
border-color: #0249BB;
}
.TagClassName
{
border-color: #0249BB;
}
</style>