Shades of Cobalt #0F49AC
Tints of Cobalt #0F49AC
RGB
CMYK
RGB Variations
Color information
#0F49AC (or 0x0F49AC) is known color: Cobalt. HEX triplet: 0F, 49 and AC. RGB value is (15,73,172). Sum of RGB (Red+Green+Blue) = 15+73+172=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F49AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F49AC is #F0B653. Grayscale: #424242. Windows color (decimal): -15775316 or 11290895. OLE color: 11290895.
HSL color Cylindrical-coordinate representation of color #0F49AC: hue angle of 217.83º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F49AC is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 73 | 172 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.33 |
| HSL | 217.83º | 0.84% | 0.37% | - |
| HSV(B) | 217.83º | 0.91% | 0.67% | - |
| XYZ | 10.03 | 7.85 | 40.02 | - |
| YUV | 66.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 172 | 0.91 | 0.58 | 0 | 0.33 | 217.83 | 0.84 | 0.37 |
| Hex | F | 49 | AC | 5B | 3A | 0 | 21 | DA | 54 | 25 |
| Octal | 17 | 111 | 254 | 133 | 72 | 0 | 41 | 332 | 124 | 45 |
| Binary | 1111 | 1001001 | 10101100 | 1011011 | 111010 | 0 | 100001 | 11011010 | 1010100 | 100101 |
Color Harmonies of #0F49AC
Complementary color
Monochromatic Colors of #0F49AC
Black with #0F49AC
Text Example
Text Example
White with #0F49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F49AC; }
p { color: rgb(15,73,172); }
H1.HeaderClassName
{
color: #0F49AC;
}
.AnyTagClassName
{
color: #0F49AC;
}
</style>
background-color css
<style>
a { background-color: #0F49AC; }
a { background-color: rgb(15,73,172); }
div.DivClassName
{
background-color: #0F49AC;
}
.BgClassName
{
background-color: #0F49AC;
}
</style>
border-color css
<style>
span { border-color: #0F49AC; }
span { border-color: rgb(15,73,172); }
td.TdClassName
{
border-color: #0F49AC;
}
.TagClassName
{
border-color: #0F49AC;
}
</style>