Shades of Smalt #0F3A97
Tints of Smalt #0F3A97
RGB
CMYK
RGB Variations
Color information
#0F3A97 (or 0x0F3A97) is known color: Smalt. HEX triplet: 0F, 3A and 97. RGB value is (15,58,151). Sum of RGB (Red+Green+Blue) = 15+58+151=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F3A97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3A97 is #F0C568. Grayscale: #373737. Windows color (decimal): -15779177 or 9910799. OLE color: 9910799.
HSL color Cylindrical-coordinate representation of color #0F3A97: hue angle of 221.03º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F3A97 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 58 | 151 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.41 |
| HSL | 221.03º | 0.82% | 0.33% | - |
| HSV(B) | 221.03º | 0.9% | 0.59% | - |
| XYZ | 7.3 | 5.36 | 29.93 | - |
| YUV | 55.75 | 181.75 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 151 | 0.90 | 0.62 | 0 | 0.41 | 221.03 | 0.82 | 0.33 |
| Hex | F | 3A | 97 | 5A | 3E | 0 | 29 | DD | 52 | 21 |
| Octal | 17 | 72 | 227 | 132 | 76 | 0 | 51 | 335 | 122 | 41 |
| Binary | 1111 | 111010 | 10010111 | 1011010 | 111110 | 0 | 101001 | 11011101 | 1010010 | 100001 |
Color Harmonies of #0F3A97
Complementary color
Monochromatic Colors of #0F3A97
Black with #0F3A97
Text Example
Text Example
White with #0F3A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A97; }
p { color: rgb(15,58,151); }
H1.HeaderClassName
{
color: #0F3A97;
}
.AnyTagClassName
{
color: #0F3A97;
}
</style>
background-color css
<style>
a { background-color: #0F3A97; }
a { background-color: rgb(15,58,151); }
div.DivClassName
{
background-color: #0F3A97;
}
.BgClassName
{
background-color: #0F3A97;
}
</style>
border-color css
<style>
span { border-color: #0F3A97; }
span { border-color: rgb(15,58,151); }
td.TdClassName
{
border-color: #0F3A97;
}
.TagClassName
{
border-color: #0F3A97;
}
</style>