Shades of Smalt #0F328D
Tints of Smalt #0F328D
RGB
CMYK
RGB Variations
Color information
#0F328D (or 0x0F328D) is known color: Smalt. HEX triplet: 0F, 32 and 8D. RGB value is (15,50,141). Sum of RGB (Red+Green+Blue) = 15+50+141=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F328D is #F0CD72. Grayscale: #313131. Windows color (decimal): -15781235 or 9253391. OLE color: 9253391.
HSL color Cylindrical-coordinate representation of color #0F328D: hue angle of 223.33º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F328D is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 50 | 141 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.45 |
| HSL | 223.33º | 0.81% | 0.31% | - |
| HSV(B) | 223.33º | 0.89% | 0.55% | - |
| XYZ | 6.15 | 4.31 | 25.71 | - |
| YUV | 49.91 | 179.4 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 141 | 0.89 | 0.65 | 0 | 0.45 | 223.33 | 0.81 | 0.31 |
| Hex | F | 32 | 8D | 59 | 41 | 0 | 2D | DF | 51 | 1F |
| Octal | 17 | 62 | 215 | 131 | 101 | 0 | 55 | 337 | 121 | 37 |
| Binary | 1111 | 110010 | 10001101 | 1011001 | 1000001 | 0 | 101101 | 11011111 | 1010001 | 11111 |
Color Harmonies of #0F328D
Complementary color
Monochromatic Colors of #0F328D
Black with #0F328D
Text Example
Text Example
White with #0F328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F328D; }
p { color: rgb(15,50,141); }
H1.HeaderClassName
{
color: #0F328D;
}
.AnyTagClassName
{
color: #0F328D;
}
</style>
background-color css
<style>
a { background-color: #0F328D; }
a { background-color: rgb(15,50,141); }
div.DivClassName
{
background-color: #0F328D;
}
.BgClassName
{
background-color: #0F328D;
}
</style>
border-color css
<style>
span { border-color: #0F328D; }
span { border-color: rgb(15,50,141); }
td.TdClassName
{
border-color: #0F328D;
}
.TagClassName
{
border-color: #0F328D;
}
</style>