Shades of Smalt #0F3794
Tints of Smalt #0F3794
RGB
CMYK
RGB Variations
Color information
#0F3794 (or 0x0F3794) is known color: Smalt. HEX triplet: 0F, 37 and 94. RGB value is (15,55,148). Sum of RGB (Red+Green+Blue) = 15+55+148=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F3794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3794 is #F0C86B. Grayscale: #353535. Windows color (decimal): -15779948 or 9713423. OLE color: 9713423.
HSL color Cylindrical-coordinate representation of color #0F3794: hue angle of 221.95º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3794 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 55 | 148 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.42 |
| HSL | 221.95º | 0.82% | 0.32% | - |
| HSV(B) | 221.95º | 0.9% | 0.58% | - |
| XYZ | 6.91 | 4.97 | 28.61 | - |
| YUV | 53.64 | 181.25 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 148 | 0.90 | 0.63 | 0 | 0.42 | 221.95 | 0.82 | 0.32 |
| Hex | F | 37 | 94 | 5A | 3F | 0 | 2A | DE | 52 | 20 |
| Octal | 17 | 67 | 224 | 132 | 77 | 0 | 52 | 336 | 122 | 40 |
| Binary | 1111 | 110111 | 10010100 | 1011010 | 111111 | 0 | 101010 | 11011110 | 1010010 | 100000 |
Color Harmonies of #0F3794
Complementary color
Monochromatic Colors of #0F3794
Black with #0F3794
Text Example
Text Example
White with #0F3794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3794; }
p { color: rgb(15,55,148); }
H1.HeaderClassName
{
color: #0F3794;
}
.AnyTagClassName
{
color: #0F3794;
}
</style>
background-color css
<style>
a { background-color: #0F3794; }
a { background-color: rgb(15,55,148); }
div.DivClassName
{
background-color: #0F3794;
}
.BgClassName
{
background-color: #0F3794;
}
</style>
border-color css
<style>
span { border-color: #0F3794; }
span { border-color: rgb(15,55,148); }
td.TdClassName
{
border-color: #0F3794;
}
.TagClassName
{
border-color: #0F3794;
}
</style>