Shades of Smalt #0F258D
Tints of Smalt #0F258D
RGB
CMYK
RGB Variations
Color information
#0F258D (or 0x0F258D) is known color: Smalt. HEX triplet: 0F, 25 and 8D. RGB value is (15,37,141). Sum of RGB (Red+Green+Blue) = 15+37+141=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F258D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F258D is #F0DA72. Grayscale: #292929. Windows color (decimal): -15784563 or 9250063. OLE color: 9250063.
HSL color Cylindrical-coordinate representation of color #0F258D: hue angle of 229.52º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F258D is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 37 | 141 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.45 |
| HSL | 229.52º | 0.81% | 0.31% | - |
| HSV(B) | 229.52º | 0.89% | 0.55% | - |
| XYZ | 5.67 | 3.35 | 25.55 | - |
| YUV | 42.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 141 | 0.89 | 0.74 | 0 | 0.45 | 229.52 | 0.81 | 0.31 |
| Hex | F | 25 | 8D | 59 | 4A | 0 | 2D | E6 | 51 | 1F |
| Octal | 17 | 45 | 215 | 131 | 112 | 0 | 55 | 346 | 121 | 37 |
| Binary | 1111 | 100101 | 10001101 | 1011001 | 1001010 | 0 | 101101 | 11100110 | 1010001 | 11111 |
Color Harmonies of #0F258D
Complementary color
Monochromatic Colors of #0F258D
Black with #0F258D
Text Example
Text Example
White with #0F258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F258D; }
p { color: rgb(15,37,141); }
H1.HeaderClassName
{
color: #0F258D;
}
.AnyTagClassName
{
color: #0F258D;
}
</style>
background-color css
<style>
a { background-color: #0F258D; }
a { background-color: rgb(15,37,141); }
div.DivClassName
{
background-color: #0F258D;
}
.BgClassName
{
background-color: #0F258D;
}
</style>
border-color css
<style>
span { border-color: #0F258D; }
span { border-color: rgb(15,37,141); }
td.TdClassName
{
border-color: #0F258D;
}
.TagClassName
{
border-color: #0F258D;
}
</style>