Shades of Smalt #0F4396
Tints of Smalt #0F4396
RGB
CMYK
RGB Variations
Color information
#0F4396 (or 0x0F4396) is known color: Smalt. HEX triplet: 0F, 43 and 96. RGB value is (15,67,150). Sum of RGB (Red+Green+Blue) = 15+67+150=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F4396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4396 is #F0BC69. Grayscale: #3C3C3C. Windows color (decimal): -15776874 or 9847567. OLE color: 9847567.
HSL color Cylindrical-coordinate representation of color #0F4396: hue angle of 216.89º 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 #0F4396 is Cyan = 0.9, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 67 | 150 | - |
| CMYK | 0.9 | 0.55 | 0 | 0.41 |
| HSL | 216.89º | 0.82% | 0.32% | - |
| HSV(B) | 216.89º | 0.9% | 0.59% | - |
| XYZ | 7.71 | 6.32 | 29.67 | - |
| YUV | 60.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 150 | 0.9 | 0.55 | 0 | 0.41 | 216.89 | 0.82 | 0.32 |
| Hex | F | 43 | 96 | 5A | 37 | 0 | 29 | D9 | 52 | 20 |
| Octal | 17 | 103 | 226 | 132 | 67 | 0 | 51 | 331 | 122 | 40 |
| Binary | 1111 | 1000011 | 10010110 | 1011010 | 110111 | 0 | 101001 | 11011001 | 1010010 | 100000 |
Color Harmonies of #0F4396
Complementary color
Monochromatic Colors of #0F4396
Black with #0F4396
Text Example
Text Example
White with #0F4396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4396; }
p { color: rgb(15,67,150); }
H1.HeaderClassName
{
color: #0F4396;
}
.AnyTagClassName
{
color: #0F4396;
}
</style>
background-color css
<style>
a { background-color: #0F4396; }
a { background-color: rgb(15,67,150); }
div.DivClassName
{
background-color: #0F4396;
}
.BgClassName
{
background-color: #0F4396;
}
</style>
border-color css
<style>
span { border-color: #0F4396; }
span { border-color: rgb(15,67,150); }
td.TdClassName
{
border-color: #0F4396;
}
.TagClassName
{
border-color: #0F4396;
}
</style>