Shades of Smalt #0F3892
Tints of Smalt #0F3892
RGB
CMYK
RGB Variations
Color information
#0F3892 (or 0x0F3892) is known color: Smalt. HEX triplet: 0F, 38 and 92. RGB value is (15,56,146). Sum of RGB (Red+Green+Blue) = 15+56+146=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F3892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3892 is #F0C76D. Grayscale: #353535. Windows color (decimal): -15779694 or 9582607. OLE color: 9582607.
HSL color Cylindrical-coordinate representation of color #0F3892: hue angle of 221.22º 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 #0F3892 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 56 | 146 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.43 |
| HSL | 221.22º | 0.81% | 0.32% | - |
| HSV(B) | 221.22º | 0.9% | 0.57% | - |
| XYZ | 6.8 | 5.01 | 27.8 | - |
| YUV | 54 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 146 | 0.90 | 0.62 | 0 | 0.43 | 221.22 | 0.81 | 0.32 |
| Hex | F | 38 | 92 | 5A | 3E | 0 | 2B | DD | 51 | 20 |
| Octal | 17 | 70 | 222 | 132 | 76 | 0 | 53 | 335 | 121 | 40 |
| Binary | 1111 | 111000 | 10010010 | 1011010 | 111110 | 0 | 101011 | 11011101 | 1010001 | 100000 |
Color Harmonies of #0F3892
Complementary color
Monochromatic Colors of #0F3892
Black with #0F3892
Text Example
Text Example
White with #0F3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3892; }
p { color: rgb(15,56,146); }
H1.HeaderClassName
{
color: #0F3892;
}
.AnyTagClassName
{
color: #0F3892;
}
</style>
background-color css
<style>
a { background-color: #0F3892; }
a { background-color: rgb(15,56,146); }
div.DivClassName
{
background-color: #0F3892;
}
.BgClassName
{
background-color: #0F3892;
}
</style>
border-color css
<style>
span { border-color: #0F3892; }
span { border-color: rgb(15,56,146); }
td.TdClassName
{
border-color: #0F3892;
}
.TagClassName
{
border-color: #0F3892;
}
</style>