Shades of Smalt #0F4196
Tints of Smalt #0F4196
RGB
CMYK
RGB Variations
Color information
#0F4196 (or 0x0F4196) is known color: Smalt. HEX triplet: 0F, 41 and 96. RGB value is (15,65,150). Sum of RGB (Red+Green+Blue) = 15+65+150=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F4196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4196 is #F0BE69. Grayscale: #3B3B3B. Windows color (decimal): -15777386 or 9847055. OLE color: 9847055.
HSL color Cylindrical-coordinate representation of color #0F4196: hue angle of 217.78º 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 #0F4196 is Cyan = 0.9, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 65 | 150 | - |
| CMYK | 0.9 | 0.57 | 0 | 0.41 |
| HSL | 217.78º | 0.82% | 0.32% | - |
| HSV(B) | 217.78º | 0.9% | 0.59% | - |
| XYZ | 7.59 | 6.08 | 29.63 | - |
| YUV | 59.74 | 178.94 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 150 | 0.9 | 0.57 | 0 | 0.41 | 217.78 | 0.82 | 0.32 |
| Hex | F | 41 | 96 | 5A | 39 | 0 | 29 | DA | 52 | 20 |
| Octal | 17 | 101 | 226 | 132 | 71 | 0 | 51 | 332 | 122 | 40 |
| Binary | 1111 | 1000001 | 10010110 | 1011010 | 111001 | 0 | 101001 | 11011010 | 1010010 | 100000 |
Color Harmonies of #0F4196
Complementary color
Monochromatic Colors of #0F4196
Black with #0F4196
Text Example
Text Example
White with #0F4196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4196; }
p { color: rgb(15,65,150); }
H1.HeaderClassName
{
color: #0F4196;
}
.AnyTagClassName
{
color: #0F4196;
}
</style>
background-color css
<style>
a { background-color: #0F4196; }
a { background-color: rgb(15,65,150); }
div.DivClassName
{
background-color: #0F4196;
}
.BgClassName
{
background-color: #0F4196;
}
</style>
border-color css
<style>
span { border-color: #0F4196; }
span { border-color: rgb(15,65,150); }
td.TdClassName
{
border-color: #0F4196;
}
.TagClassName
{
border-color: #0F4196;
}
</style>