Shades of Smalt #0F4096
Tints of Smalt #0F4096
RGB
CMYK
RGB Variations
Color information
#0F4096 (or 0x0F4096) is known color: Smalt. HEX triplet: 0F, 40 and 96. RGB value is (15,64,150). Sum of RGB (Red+Green+Blue) = 15+64+150=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F4096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4096 is #F0BF69. Grayscale: #3A3A3A. Windows color (decimal): -15777642 or 9846799. OLE color: 9846799.
HSL color Cylindrical-coordinate representation of color #0F4096: hue angle of 218.22º 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 #0F4096 is Cyan = 0.9, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 64 | 150 | - |
| CMYK | 0.9 | 0.57 | 0 | 0.41 |
| HSL | 218.22º | 0.82% | 0.32% | - |
| HSV(B) | 218.22º | 0.9% | 0.59% | - |
| XYZ | 7.54 | 5.97 | 29.61 | - |
| YUV | 59.15 | 179.27 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 150 | 0.9 | 0.57 | 0 | 0.41 | 218.22 | 0.82 | 0.32 |
| Hex | F | 40 | 96 | 5A | 39 | 0 | 29 | DA | 52 | 20 |
| Octal | 17 | 100 | 226 | 132 | 71 | 0 | 51 | 332 | 122 | 40 |
| Binary | 1111 | 1000000 | 10010110 | 1011010 | 111001 | 0 | 101001 | 11011010 | 1010010 | 100000 |
Color Harmonies of #0F4096
Complementary color
Monochromatic Colors of #0F4096
Black with #0F4096
Text Example
Text Example
White with #0F4096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4096; }
p { color: rgb(15,64,150); }
H1.HeaderClassName
{
color: #0F4096;
}
.AnyTagClassName
{
color: #0F4096;
}
</style>
background-color css
<style>
a { background-color: #0F4096; }
a { background-color: rgb(15,64,150); }
div.DivClassName
{
background-color: #0F4096;
}
.BgClassName
{
background-color: #0F4096;
}
</style>
border-color css
<style>
span { border-color: #0F4096; }
span { border-color: rgb(15,64,150); }
td.TdClassName
{
border-color: #0F4096;
}
.TagClassName
{
border-color: #0F4096;
}
</style>