Shades of Smalt #0F4696
Tints of Smalt #0F4696
RGB
CMYK
RGB Variations
Color information
#0F4696 (or 0x0F4696) is known color: Smalt. HEX triplet: 0F, 46 and 96. RGB value is (15,70,150). Sum of RGB (Red+Green+Blue) = 15+70+150=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F4696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4696 is #F0B969. Grayscale: #3E3E3E. Windows color (decimal): -15776106 or 9848335. OLE color: 9848335.
HSL color Cylindrical-coordinate representation of color #0F4696: hue angle of 215.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4696 is Cyan = 0.9, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 70 | 150 | - |
| CMYK | 0.9 | 0.53 | 0 | 0.41 |
| HSL | 215.56º | 0.82% | 0.32% | - |
| HSV(B) | 215.56º | 0.9% | 0.59% | - |
| XYZ | 7.89 | 6.68 | 29.73 | - |
| YUV | 62.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 70 | 150 | 0.9 | 0.53 | 0 | 0.41 | 215.56 | 0.82 | 0.32 |
| Hex | F | 46 | 96 | 5A | 35 | 0 | 29 | D8 | 52 | 20 |
| Octal | 17 | 106 | 226 | 132 | 65 | 0 | 51 | 330 | 122 | 40 |
| Binary | 1111 | 1000110 | 10010110 | 1011010 | 110101 | 0 | 101001 | 11011000 | 1010010 | 100000 |
Color Harmonies of #0F4696
Complementary color
Monochromatic Colors of #0F4696
Black with #0F4696
Text Example
Text Example
White with #0F4696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4696; }
p { color: rgb(15,70,150); }
H1.HeaderClassName
{
color: #0F4696;
}
.AnyTagClassName
{
color: #0F4696;
}
</style>
background-color css
<style>
a { background-color: #0F4696; }
a { background-color: rgb(15,70,150); }
div.DivClassName
{
background-color: #0F4696;
}
.BgClassName
{
background-color: #0F4696;
}
</style>
border-color css
<style>
span { border-color: #0F4696; }
span { border-color: rgb(15,70,150); }
td.TdClassName
{
border-color: #0F4696;
}
.TagClassName
{
border-color: #0F4696;
}
</style>