Shades of Smalt #0F3589
Tints of Smalt #0F3589
RGB
CMYK
RGB Variations
Color information
#0F3589 (or 0x0F3589) is known color: Smalt. HEX triplet: 0F, 35 and 89. RGB value is (15,53,137). Sum of RGB (Red+Green+Blue) = 15+53+137=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F3589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3589 is #F0CA76. Grayscale: #323232. Windows color (decimal): -15780471 or 8992015. OLE color: 8992015.
HSL color Cylindrical-coordinate representation of color #0F3589: hue angle of 221.31º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3589 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 53 | 137 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.46 |
| HSL | 221.31º | 0.8% | 0.3% | - |
| HSV(B) | 221.31º | 0.89% | 0.54% | - |
| XYZ | 5.99 | 4.45 | 24.21 | - |
| YUV | 51.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 137 | 0.89 | 0.61 | 0 | 0.46 | 221.31 | 0.8 | 0.3 |
| Hex | F | 35 | 89 | 59 | 3D | 0 | 2E | DD | 50 | 1E |
| Octal | 17 | 65 | 211 | 131 | 75 | 0 | 56 | 335 | 120 | 36 |
| Binary | 1111 | 110101 | 10001001 | 1011001 | 111101 | 0 | 101110 | 11011101 | 1010000 | 11110 |
Color Harmonies of #0F3589
Complementary color
Monochromatic Colors of #0F3589
Black with #0F3589
Text Example
Text Example
White with #0F3589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3589; }
p { color: rgb(15,53,137); }
H1.HeaderClassName
{
color: #0F3589;
}
.AnyTagClassName
{
color: #0F3589;
}
</style>
background-color css
<style>
a { background-color: #0F3589; }
a { background-color: rgb(15,53,137); }
div.DivClassName
{
background-color: #0F3589;
}
.BgClassName
{
background-color: #0F3589;
}
</style>
border-color css
<style>
span { border-color: #0F3589; }
span { border-color: rgb(15,53,137); }
td.TdClassName
{
border-color: #0F3589;
}
.TagClassName
{
border-color: #0F3589;
}
</style>