Shades of Cobalt #0F49BC
Tints of Cobalt #0F49BC
RGB
CMYK
RGB Variations
Color information
#0F49BC (or 0x0F49BC) is known color: Cobalt. HEX triplet: 0F, 49 and BC. RGB value is (15,73,188). Sum of RGB (Red+Green+Blue) = 15+73+188=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #0F49BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F49BC is #F0B643. Grayscale: #444444. Windows color (decimal): -15775300 or 12339471. OLE color: 12339471.
HSL color Cylindrical-coordinate representation of color #0F49BC: hue angle of 219.88º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F49BC is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 73 | 188 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.26 |
| HSL | 219.88º | 0.85% | 0.4% | - |
| HSV(B) | 219.88º | 0.92% | 0.74% | - |
| XYZ | 11.66 | 8.5 | 48.6 | - |
| YUV | 68.77 | 195.28 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 188 | 0.92 | 0.61 | 0 | 0.26 | 219.88 | 0.85 | 0.4 |
| Hex | F | 49 | BC | 5C | 3D | 0 | 1A | DC | 55 | 28 |
| Octal | 17 | 111 | 274 | 134 | 75 | 0 | 32 | 334 | 125 | 50 |
| Binary | 1111 | 1001001 | 10111100 | 1011100 | 111101 | 0 | 11010 | 11011100 | 1010101 | 101000 |
Color Harmonies of #0F49BC
Complementary color
Monochromatic Colors of #0F49BC
Black with #0F49BC
Text Example
Text Example
White with #0F49BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F49BC; }
p { color: rgb(15,73,188); }
H1.HeaderClassName
{
color: #0F49BC;
}
.AnyTagClassName
{
color: #0F49BC;
}
</style>
background-color css
<style>
a { background-color: #0F49BC; }
a { background-color: rgb(15,73,188); }
div.DivClassName
{
background-color: #0F49BC;
}
.BgClassName
{
background-color: #0F49BC;
}
</style>
border-color css
<style>
span { border-color: #0F49BC; }
span { border-color: rgb(15,73,188); }
td.TdClassName
{
border-color: #0F49BC;
}
.TagClassName
{
border-color: #0F49BC;
}
</style>