Shades of Smalt #0F3487
Tints of Smalt #0F3487
RGB
CMYK
RGB Variations
Color information
#0F3487 (or 0x0F3487) is known color: Smalt. HEX triplet: 0F, 34 and 87. RGB value is (15,52,135). Sum of RGB (Red+Green+Blue) = 15+52+135=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F3487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3487 is #F0CB78. Grayscale: #323232. Windows color (decimal): -15780729 or 8860687. OLE color: 8860687.
HSL color Cylindrical-coordinate representation of color #0F3487: hue angle of 221.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3487 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 52 | 135 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.47 |
| HSL | 221.5º | 0.8% | 0.29% | - |
| HSV(B) | 221.5º | 0.89% | 0.53% | - |
| XYZ | 5.8 | 4.31 | 23.45 | - |
| YUV | 50.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 135 | 0.89 | 0.61 | 0 | 0.47 | 221.5 | 0.8 | 0.29 |
| Hex | F | 34 | 87 | 59 | 3D | 0 | 2F | DE | 50 | 1D |
| Octal | 17 | 64 | 207 | 131 | 75 | 0 | 57 | 336 | 120 | 35 |
| Binary | 1111 | 110100 | 10000111 | 1011001 | 111101 | 0 | 101111 | 11011110 | 1010000 | 11101 |
Color Harmonies of #0F3487
Complementary color
Monochromatic Colors of #0F3487
Black with #0F3487
Text Example
Text Example
White with #0F3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3487; }
p { color: rgb(15,52,135); }
H1.HeaderClassName
{
color: #0F3487;
}
.AnyTagClassName
{
color: #0F3487;
}
</style>
background-color css
<style>
a { background-color: #0F3487; }
a { background-color: rgb(15,52,135); }
div.DivClassName
{
background-color: #0F3487;
}
.BgClassName
{
background-color: #0F3487;
}
</style>
border-color css
<style>
span { border-color: #0F3487; }
span { border-color: rgb(15,52,135); }
td.TdClassName
{
border-color: #0F3487;
}
.TagClassName
{
border-color: #0F3487;
}
</style>