Shades of Cobalt #0F49AB
Tints of Cobalt #0F49AB
RGB
CMYK
RGB Variations
Color information
#0F49AB (or 0x0F49AB) is known color: Cobalt. HEX triplet: 0F, 49 and AB. RGB value is (15,73,171). Sum of RGB (Red+Green+Blue) = 15+73+171=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F49AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F49AB is #F0B654. Grayscale: #424242. Windows color (decimal): -15775317 or 11225359. OLE color: 11225359.
HSL color Cylindrical-coordinate representation of color #0F49AB: hue angle of 217.69º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F49AB is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 73 | 171 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.33 |
| HSL | 217.69º | 0.84% | 0.36% | - |
| HSV(B) | 217.69º | 0.91% | 0.67% | - |
| XYZ | 9.93 | 7.81 | 39.51 | - |
| YUV | 66.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 171 | 0.91 | 0.57 | 0 | 0.33 | 217.69 | 0.84 | 0.36 |
| Hex | F | 49 | AB | 5B | 39 | 0 | 21 | DA | 54 | 24 |
| Octal | 17 | 111 | 253 | 133 | 71 | 0 | 41 | 332 | 124 | 44 |
| Binary | 1111 | 1001001 | 10101011 | 1011011 | 111001 | 0 | 100001 | 11011010 | 1010100 | 100100 |
Color Harmonies of #0F49AB
Complementary color
Monochromatic Colors of #0F49AB
Black with #0F49AB
Text Example
Text Example
White with #0F49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F49AB; }
p { color: rgb(15,73,171); }
H1.HeaderClassName
{
color: #0F49AB;
}
.AnyTagClassName
{
color: #0F49AB;
}
</style>
background-color css
<style>
a { background-color: #0F49AB; }
a { background-color: rgb(15,73,171); }
div.DivClassName
{
background-color: #0F49AB;
}
.BgClassName
{
background-color: #0F49AB;
}
</style>
border-color css
<style>
span { border-color: #0F49AB; }
span { border-color: rgb(15,73,171); }
td.TdClassName
{
border-color: #0F49AB;
}
.TagClassName
{
border-color: #0F49AB;
}
</style>