Shades of Smalt #0F4092
Tints of Smalt #0F4092
RGB
CMYK
RGB Variations
Color information
#0F4092 (or 0x0F4092) is known color: Smalt. HEX triplet: 0F, 40 and 92. RGB value is (15,64,146). Sum of RGB (Red+Green+Blue) = 15+64+146=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F4092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4092 is #F0BF6D. Grayscale: #3A3A3A. Windows color (decimal): -15777646 or 9584655. OLE color: 9584655.
HSL color Cylindrical-coordinate representation of color #0F4092: hue angle of 217.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F4092 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 64 | 146 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.43 |
| HSL | 217.56º | 0.81% | 0.32% | - |
| HSV(B) | 217.56º | 0.9% | 0.57% | - |
| XYZ | 7.22 | 5.84 | 27.94 | - |
| YUV | 58.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 146 | 0.90 | 0.56 | 0 | 0.43 | 217.56 | 0.81 | 0.32 |
| Hex | F | 40 | 92 | 5A | 38 | 0 | 2B | DA | 51 | 20 |
| Octal | 17 | 100 | 222 | 132 | 70 | 0 | 53 | 332 | 121 | 40 |
| Binary | 1111 | 1000000 | 10010010 | 1011010 | 111000 | 0 | 101011 | 11011010 | 1010001 | 100000 |
Color Harmonies of #0F4092
Complementary color
Monochromatic Colors of #0F4092
Black with #0F4092
Text Example
Text Example
White with #0F4092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4092; }
p { color: rgb(15,64,146); }
H1.HeaderClassName
{
color: #0F4092;
}
.AnyTagClassName
{
color: #0F4092;
}
</style>
background-color css
<style>
a { background-color: #0F4092; }
a { background-color: rgb(15,64,146); }
div.DivClassName
{
background-color: #0F4092;
}
.BgClassName
{
background-color: #0F4092;
}
</style>
border-color css
<style>
span { border-color: #0F4092; }
span { border-color: rgb(15,64,146); }
td.TdClassName
{
border-color: #0F4092;
}
.TagClassName
{
border-color: #0F4092;
}
</style>