Shades of Smalt #0F2C91
Tints of Smalt #0F2C91
RGB
CMYK
RGB Variations
Color information
#0F2C91 (or 0x0F2C91) is known color: Smalt. HEX triplet: 0F, 2C and 91. RGB value is (15,44,145). Sum of RGB (Red+Green+Blue) = 15+44+145=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #0F2C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2C91 is #F0D36E. Grayscale: #2E2E2E. Windows color (decimal): -15782767 or 9513999. OLE color: 9513999.
HSL color Cylindrical-coordinate representation of color #0F2C91: hue angle of 226.62º 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 #0F2C91 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 44 | 145 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.43 |
| HSL | 226.62º | 0.81% | 0.31% | - |
| HSV(B) | 226.62º | 0.9% | 0.57% | - |
| XYZ | 6.21 | 3.95 | 27.22 | - |
| YUV | 46.84 | 183.39 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 145 | 0.90 | 0.70 | 0 | 0.43 | 226.62 | 0.81 | 0.31 |
| Hex | F | 2C | 91 | 5A | 46 | 0 | 2B | E3 | 51 | 1F |
| Octal | 17 | 54 | 221 | 132 | 106 | 0 | 53 | 343 | 121 | 37 |
| Binary | 1111 | 101100 | 10010001 | 1011010 | 1000110 | 0 | 101011 | 11100011 | 1010001 | 11111 |
Color Harmonies of #0F2C91
Complementary color
Monochromatic Colors of #0F2C91
Black with #0F2C91
Text Example
Text Example
White with #0F2C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2C91; }
p { color: rgb(15,44,145); }
H1.HeaderClassName
{
color: #0F2C91;
}
.AnyTagClassName
{
color: #0F2C91;
}
</style>
background-color css
<style>
a { background-color: #0F2C91; }
a { background-color: rgb(15,44,145); }
div.DivClassName
{
background-color: #0F2C91;
}
.BgClassName
{
background-color: #0F2C91;
}
</style>
border-color css
<style>
span { border-color: #0F2C91; }
span { border-color: rgb(15,44,145); }
td.TdClassName
{
border-color: #0F2C91;
}
.TagClassName
{
border-color: #0F2C91;
}
</style>