Shades of Smalt #0F3889
Tints of Smalt #0F3889
RGB
CMYK
RGB Variations
Color information
#0F3889 (or 0x0F3889) is known color: Smalt. HEX triplet: 0F, 38 and 89. RGB value is (15,56,137). Sum of RGB (Red+Green+Blue) = 15+56+137=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #0F3889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3889 is #F0C776. Grayscale: #343434. Windows color (decimal): -15779703 or 8992783. OLE color: 8992783.
HSL color Cylindrical-coordinate representation of color #0F3889: hue angle of 219.84º 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 #0F3889 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 56 | 137 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.46 |
| HSL | 219.84º | 0.8% | 0.3% | - |
| HSV(B) | 219.84º | 0.89% | 0.54% | - |
| XYZ | 6.13 | 4.74 | 24.26 | - |
| YUV | 52.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 137 | 0.89 | 0.59 | 0 | 0.46 | 219.84 | 0.8 | 0.3 |
| Hex | F | 38 | 89 | 59 | 3B | 0 | 2E | DC | 50 | 1E |
| Octal | 17 | 70 | 211 | 131 | 73 | 0 | 56 | 334 | 120 | 36 |
| Binary | 1111 | 111000 | 10001001 | 1011001 | 111011 | 0 | 101110 | 11011100 | 1010000 | 11110 |
Color Harmonies of #0F3889
Complementary color
Monochromatic Colors of #0F3889
Black with #0F3889
Text Example
Text Example
White with #0F3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3889; }
p { color: rgb(15,56,137); }
H1.HeaderClassName
{
color: #0F3889;
}
.AnyTagClassName
{
color: #0F3889;
}
</style>
background-color css
<style>
a { background-color: #0F3889; }
a { background-color: rgb(15,56,137); }
div.DivClassName
{
background-color: #0F3889;
}
.BgClassName
{
background-color: #0F3889;
}
</style>
border-color css
<style>
span { border-color: #0F3889; }
span { border-color: rgb(15,56,137); }
td.TdClassName
{
border-color: #0F3889;
}
.TagClassName
{
border-color: #0F3889;
}
</style>