Shades of Smalt #0F4095
Tints of Smalt #0F4095
RGB
CMYK
RGB Variations
Color information
#0F4095 (or 0x0F4095) is known color: Smalt. HEX triplet: 0F, 40 and 95. RGB value is (15,64,149). Sum of RGB (Red+Green+Blue) = 15+64+149=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F4095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4095 is #F0BF6A. Grayscale: #3A3A3A. Windows color (decimal): -15777643 or 9781263. OLE color: 9781263.
HSL color Cylindrical-coordinate representation of color #0F4095: hue angle of 218.06º 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 #0F4095 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 64 | 149 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.42 |
| HSL | 218.06º | 0.82% | 0.32% | - |
| HSV(B) | 218.06º | 0.9% | 0.58% | - |
| XYZ | 7.46 | 5.94 | 29.19 | - |
| YUV | 59.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 149 | 0.90 | 0.57 | 0 | 0.42 | 218.06 | 0.82 | 0.32 |
| Hex | F | 40 | 95 | 5A | 39 | 0 | 2A | DA | 52 | 20 |
| Octal | 17 | 100 | 225 | 132 | 71 | 0 | 52 | 332 | 122 | 40 |
| Binary | 1111 | 1000000 | 10010101 | 1011010 | 111001 | 0 | 101010 | 11011010 | 1010010 | 100000 |
Color Harmonies of #0F4095
Complementary color
Monochromatic Colors of #0F4095
Black with #0F4095
Text Example
Text Example
White with #0F4095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4095; }
p { color: rgb(15,64,149); }
H1.HeaderClassName
{
color: #0F4095;
}
.AnyTagClassName
{
color: #0F4095;
}
</style>
background-color css
<style>
a { background-color: #0F4095; }
a { background-color: rgb(15,64,149); }
div.DivClassName
{
background-color: #0F4095;
}
.BgClassName
{
background-color: #0F4095;
}
</style>
border-color css
<style>
span { border-color: #0F4095; }
span { border-color: rgb(15,64,149); }
td.TdClassName
{
border-color: #0F4095;
}
.TagClassName
{
border-color: #0F4095;
}
</style>