Shades of Smalt #0F348E
Tints of Smalt #0F348E
RGB
CMYK
RGB Variations
Color information
#0F348E (or 0x0F348E) is known color: Smalt. HEX triplet: 0F, 34 and 8E. RGB value is (15,52,142). Sum of RGB (Red+Green+Blue) = 15+52+142=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 142 (55.86% from 255 or 67.94% from 209); Max value from RGB is 142 - color contains mainly: blue. Hex color #0F348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F348E is #F0CB71. Grayscale: #323232. Windows color (decimal): -15780722 or 9319439. OLE color: 9319439.
HSL color Cylindrical-coordinate representation of color #0F348E: hue angle of 222.52º 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 #0F348E is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 52 | 142 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.44 |
| HSL | 222.52º | 0.81% | 0.31% | - |
| HSV(B) | 222.52º | 0.89% | 0.56% | - |
| XYZ | 6.31 | 4.51 | 26.13 | - |
| YUV | 51.2 | 179.24 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 142 | 0.89 | 0.63 | 0 | 0.44 | 222.52 | 0.81 | 0.31 |
| Hex | F | 34 | 8E | 59 | 3F | 0 | 2C | DF | 51 | 1F |
| Octal | 17 | 64 | 216 | 131 | 77 | 0 | 54 | 337 | 121 | 37 |
| Binary | 1111 | 110100 | 10001110 | 1011001 | 111111 | 0 | 101100 | 11011111 | 1010001 | 11111 |
Color Harmonies of #0F348E
Complementary color
Monochromatic Colors of #0F348E
Black with #0F348E
Text Example
Text Example
White with #0F348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F348E; }
p { color: rgb(15,52,142); }
H1.HeaderClassName
{
color: #0F348E;
}
.AnyTagClassName
{
color: #0F348E;
}
</style>
background-color css
<style>
a { background-color: #0F348E; }
a { background-color: rgb(15,52,142); }
div.DivClassName
{
background-color: #0F348E;
}
.BgClassName
{
background-color: #0F348E;
}
</style>
border-color css
<style>
span { border-color: #0F348E; }
span { border-color: rgb(15,52,142); }
td.TdClassName
{
border-color: #0F348E;
}
.TagClassName
{
border-color: #0F348E;
}
</style>