Shades of Smalt #0F3594
Tints of Smalt #0F3594
RGB
CMYK
RGB Variations
Color information
#0F3594 (or 0x0F3594) is known color: Smalt. HEX triplet: 0F, 35 and 94. RGB value is (15,53,148). Sum of RGB (Red+Green+Blue) = 15+53+148=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F3594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3594 is #F0CA6B. Grayscale: #343434. Windows color (decimal): -15780460 or 9712911. OLE color: 9712911.
HSL color Cylindrical-coordinate representation of color #0F3594: hue angle of 222.86º 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 #0F3594 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 53 | 148 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.42 |
| HSL | 222.86º | 0.82% | 0.32% | - |
| HSV(B) | 222.86º | 0.9% | 0.58% | - |
| XYZ | 6.82 | 4.79 | 28.58 | - |
| YUV | 52.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 148 | 0.90 | 0.64 | 0 | 0.42 | 222.86 | 0.82 | 0.32 |
| Hex | F | 35 | 94 | 5A | 40 | 0 | 2A | DF | 52 | 20 |
| Octal | 17 | 65 | 224 | 132 | 100 | 0 | 52 | 337 | 122 | 40 |
| Binary | 1111 | 110101 | 10010100 | 1011010 | 1000000 | 0 | 101010 | 11011111 | 1010010 | 100000 |
Color Harmonies of #0F3594
Complementary color
Monochromatic Colors of #0F3594
Black with #0F3594
Text Example
Text Example
White with #0F3594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3594; }
p { color: rgb(15,53,148); }
H1.HeaderClassName
{
color: #0F3594;
}
.AnyTagClassName
{
color: #0F3594;
}
</style>
background-color css
<style>
a { background-color: #0F3594; }
a { background-color: rgb(15,53,148); }
div.DivClassName
{
background-color: #0F3594;
}
.BgClassName
{
background-color: #0F3594;
}
</style>
border-color css
<style>
span { border-color: #0F3594; }
span { border-color: rgb(15,53,148); }
td.TdClassName
{
border-color: #0F3594;
}
.TagClassName
{
border-color: #0F3594;
}
</style>