Shades of Smalt #0F398E
Tints of Smalt #0F398E
RGB
CMYK
RGB Variations
Color information
#0F398E (or 0x0F398E) is known color: Smalt. HEX triplet: 0F, 39 and 8E. RGB value is (15,57,142). Sum of RGB (Red+Green+Blue) = 15+57+142=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 142 (55.86% from 255 or 66.36% from 214); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F398E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F398E is #F0C671. Grayscale: #353535. Windows color (decimal): -15779442 or 9320719. OLE color: 9320719.
HSL color Cylindrical-coordinate representation of color #0F398E: hue angle of 220.16º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F398E is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 57 | 142 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.44 |
| HSL | 220.16º | 0.81% | 0.31% | - |
| HSV(B) | 220.16º | 0.89% | 0.56% | - |
| XYZ | 6.54 | 4.98 | 26.21 | - |
| YUV | 54.13 | 177.59 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 142 | 0.89 | 0.60 | 0 | 0.44 | 220.16 | 0.81 | 0.31 |
| Hex | F | 39 | 8E | 59 | 3C | 0 | 2C | DC | 51 | 1F |
| Octal | 17 | 71 | 216 | 131 | 74 | 0 | 54 | 334 | 121 | 37 |
| Binary | 1111 | 111001 | 10001110 | 1011001 | 111100 | 0 | 101100 | 11011100 | 1010001 | 11111 |
Color Harmonies of #0F398E
Complementary color
Monochromatic Colors of #0F398E
Black with #0F398E
Text Example
Text Example
White with #0F398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F398E; }
p { color: rgb(15,57,142); }
H1.HeaderClassName
{
color: #0F398E;
}
.AnyTagClassName
{
color: #0F398E;
}
</style>
background-color css
<style>
a { background-color: #0F398E; }
a { background-color: rgb(15,57,142); }
div.DivClassName
{
background-color: #0F398E;
}
.BgClassName
{
background-color: #0F398E;
}
</style>
border-color css
<style>
span { border-color: #0F398E; }
span { border-color: rgb(15,57,142); }
td.TdClassName
{
border-color: #0F398E;
}
.TagClassName
{
border-color: #0F398E;
}
</style>