Shades of Smalt #0F248B
Tints of Smalt #0F248B
RGB
CMYK
RGB Variations
Color information
#0F248B (or 0x0F248B) is known color: Smalt. HEX triplet: 0F, 24 and 8B. RGB value is (15,36,139). Sum of RGB (Red+Green+Blue) = 15+36+139=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F248B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F248B is #F0DB74. Grayscale: #292929. Windows color (decimal): -15784821 or 9118735. OLE color: 9118735.
HSL color Cylindrical-coordinate representation of color #0F248B: hue angle of 229.84º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F248B is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 36 | 139 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.45 |
| HSL | 229.84º | 0.81% | 0.3% | - |
| HSV(B) | 229.84º | 0.89% | 0.55% | - |
| XYZ | 5.49 | 3.23 | 24.76 | - |
| YUV | 41.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 139 | 0.89 | 0.74 | 0 | 0.45 | 229.84 | 0.81 | 0.3 |
| Hex | F | 24 | 8B | 59 | 4A | 0 | 2D | E6 | 51 | 1E |
| Octal | 17 | 44 | 213 | 131 | 112 | 0 | 55 | 346 | 121 | 36 |
| Binary | 1111 | 100100 | 10001011 | 1011001 | 1001010 | 0 | 101101 | 11100110 | 1010001 | 11110 |
Color Harmonies of #0F248B
Complementary color
Monochromatic Colors of #0F248B
Black with #0F248B
Text Example
Text Example
White with #0F248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F248B; }
p { color: rgb(15,36,139); }
H1.HeaderClassName
{
color: #0F248B;
}
.AnyTagClassName
{
color: #0F248B;
}
</style>
background-color css
<style>
a { background-color: #0F248B; }
a { background-color: rgb(15,36,139); }
div.DivClassName
{
background-color: #0F248B;
}
.BgClassName
{
background-color: #0F248B;
}
</style>
border-color css
<style>
span { border-color: #0F248B; }
span { border-color: rgb(15,36,139); }
td.TdClassName
{
border-color: #0F248B;
}
.TagClassName
{
border-color: #0F248B;
}
</style>