Shades of Smalt #0F318C
Tints of Smalt #0F318C
RGB
CMYK
RGB Variations
Color information
#0F318C (or 0x0F318C) is known color: Smalt. HEX triplet: 0F, 31 and 8C. RGB value is (15,49,140). Sum of RGB (Red+Green+Blue) = 15+49+140=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F318C is #F0CE73. Grayscale: #303030. Windows color (decimal): -15781492 or 9187599. OLE color: 9187599.
HSL color Cylindrical-coordinate representation of color #0F318C: hue angle of 223.68º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F318C is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 49 | 140 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.45 |
| HSL | 223.68º | 0.81% | 0.3% | - |
| HSV(B) | 223.68º | 0.89% | 0.55% | - |
| XYZ | 6.03 | 4.19 | 25.3 | - |
| YUV | 49.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 140 | 0.89 | 0.65 | 0 | 0.45 | 223.68 | 0.81 | 0.3 |
| Hex | F | 31 | 8C | 59 | 41 | 0 | 2D | E0 | 51 | 1E |
| Octal | 17 | 61 | 214 | 131 | 101 | 0 | 55 | 340 | 121 | 36 |
| Binary | 1111 | 110001 | 10001100 | 1011001 | 1000001 | 0 | 101101 | 11100000 | 1010001 | 11110 |
Color Harmonies of #0F318C
Complementary color
Monochromatic Colors of #0F318C
Black with #0F318C
Text Example
Text Example
White with #0F318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F318C; }
p { color: rgb(15,49,140); }
H1.HeaderClassName
{
color: #0F318C;
}
.AnyTagClassName
{
color: #0F318C;
}
</style>
background-color css
<style>
a { background-color: #0F318C; }
a { background-color: rgb(15,49,140); }
div.DivClassName
{
background-color: #0F318C;
}
.BgClassName
{
background-color: #0F318C;
}
</style>
border-color css
<style>
span { border-color: #0F318C; }
span { border-color: rgb(15,49,140); }
td.TdClassName
{
border-color: #0F318C;
}
.TagClassName
{
border-color: #0F318C;
}
</style>