Shades of Smalt #0F2891
Tints of Smalt #0F2891
RGB
CMYK
RGB Variations
Color information
#0F2891 (or 0x0F2891) is known color: Smalt. HEX triplet: 0F, 28 and 91. RGB value is (15,40,145). Sum of RGB (Red+Green+Blue) = 15+40+145=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F2891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2891 is #F0D76E. Grayscale: #2C2C2C. Windows color (decimal): -15783791 or 9512975. OLE color: 9512975.
HSL color Cylindrical-coordinate representation of color #0F2891: hue angle of 228.46º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2891 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 40 | 145 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.43 |
| HSL | 228.46º | 0.81% | 0.31% | - |
| HSV(B) | 228.46º | 0.9% | 0.57% | - |
| XYZ | 6.07 | 3.66 | 27.18 | - |
| YUV | 44.5 | 184.72 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 145 | 0.90 | 0.72 | 0 | 0.43 | 228.46 | 0.81 | 0.31 |
| Hex | F | 28 | 91 | 5A | 48 | 0 | 2B | E4 | 51 | 1F |
| Octal | 17 | 50 | 221 | 132 | 110 | 0 | 53 | 344 | 121 | 37 |
| Binary | 1111 | 101000 | 10010001 | 1011010 | 1001000 | 0 | 101011 | 11100100 | 1010001 | 11111 |
Color Harmonies of #0F2891
Complementary color
Monochromatic Colors of #0F2891
Black with #0F2891
Text Example
Text Example
White with #0F2891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2891; }
p { color: rgb(15,40,145); }
H1.HeaderClassName
{
color: #0F2891;
}
.AnyTagClassName
{
color: #0F2891;
}
</style>
background-color css
<style>
a { background-color: #0F2891; }
a { background-color: rgb(15,40,145); }
div.DivClassName
{
background-color: #0F2891;
}
.BgClassName
{
background-color: #0F2891;
}
</style>
border-color css
<style>
span { border-color: #0F2891; }
span { border-color: rgb(15,40,145); }
td.TdClassName
{
border-color: #0F2891;
}
.TagClassName
{
border-color: #0F2891;
}
</style>