Shades of Cobalt #0249B9
Tints of Cobalt #0249B9
RGB
CMYK
RGB Variations
Color information
#0249B9 (or 0x0249B9) is known color: Cobalt. HEX triplet: 02, 49 and B9. RGB value is (2,73,185). Sum of RGB (Red+Green+Blue) = 2+73+185=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 185 (72.66% from 255 or 71.15% from 260); Max value from RGB is 185 - color contains mainly: blue. Hex color #0249B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0249B9 is #FDB646. Grayscale: #404040. Windows color (decimal): -16627271 or 12142850. OLE color: 12142850.
HSL color Cylindrical-coordinate representation of color #0249B9: hue angle of 216.72º 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 #0249B9 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 73 | 185 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.27 |
| HSL | 216.72º | 0.98% | 0.37% | - |
| HSV(B) | 216.72º | 0.99% | 0.73% | - |
| XYZ | 11.16 | 8.28 | 46.91 | - |
| YUV | 64.54 | 195.98 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 185 | 0.99 | 0.61 | 0 | 0.27 | 216.72 | 0.98 | 0.37 |
| Hex | 2 | 49 | B9 | 63 | 3D | 0 | 1B | D9 | 62 | 25 |
| Octal | 2 | 111 | 271 | 143 | 75 | 0 | 33 | 331 | 142 | 45 |
| Binary | 10 | 1001001 | 10111001 | 1100011 | 111101 | 0 | 11011 | 11011001 | 1100010 | 100101 |
Color Harmonies of #0249B9
Complementary color
Monochromatic Colors of #0249B9
Black with #0249B9
Text Example
Text Example
White with #0249B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0249B9; }
p { color: rgb(2,73,185); }
H1.HeaderClassName
{
color: #0249B9;
}
.AnyTagClassName
{
color: #0249B9;
}
</style>
background-color css
<style>
a { background-color: #0249B9; }
a { background-color: rgb(2,73,185); }
div.DivClassName
{
background-color: #0249B9;
}
.BgClassName
{
background-color: #0249B9;
}
</style>
border-color css
<style>
span { border-color: #0249B9; }
span { border-color: rgb(2,73,185); }
td.TdClassName
{
border-color: #0249B9;
}
.TagClassName
{
border-color: #0249B9;
}
</style>