Shades of Smalt #0F2F82
Tints of Smalt #0F2F82
RGB
CMYK
RGB Variations
Color information
#0F2F82 (or 0x0F2F82) is known color: Smalt. HEX triplet: 0F, 2F and 82. RGB value is (15,47,130). Sum of RGB (Red+Green+Blue) = 15+47+130=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F2F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2F82 is #F0D07D. Grayscale: #2E2E2E. Windows color (decimal): -15782014 or 8531727. OLE color: 8531727.
HSL color Cylindrical-coordinate representation of color #0F2F82: hue angle of 223.3º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2F82 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 47 | 130 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.49 |
| HSL | 223.3º | 0.79% | 0.28% | - |
| HSV(B) | 223.3º | 0.88% | 0.51% | - |
| XYZ | 5.24 | 3.75 | 21.57 | - |
| YUV | 46.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 130 | 0.88 | 0.64 | 0 | 0.49 | 223.3 | 0.79 | 0.28 |
| Hex | F | 2F | 82 | 58 | 40 | 0 | 31 | DF | 4F | 1C |
| Octal | 17 | 57 | 202 | 130 | 100 | 0 | 61 | 337 | 117 | 34 |
| Binary | 1111 | 101111 | 10000010 | 1011000 | 1000000 | 0 | 110001 | 11011111 | 1001111 | 11100 |
Color Harmonies of #0F2F82
Complementary color
Monochromatic Colors of #0F2F82
Black with #0F2F82
Text Example
Text Example
White with #0F2F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F82; }
p { color: rgb(15,47,130); }
H1.HeaderClassName
{
color: #0F2F82;
}
.AnyTagClassName
{
color: #0F2F82;
}
</style>
background-color css
<style>
a { background-color: #0F2F82; }
a { background-color: rgb(15,47,130); }
div.DivClassName
{
background-color: #0F2F82;
}
.BgClassName
{
background-color: #0F2F82;
}
</style>
border-color css
<style>
span { border-color: #0F2F82; }
span { border-color: rgb(15,47,130); }
td.TdClassName
{
border-color: #0F2F82;
}
.TagClassName
{
border-color: #0F2F82;
}
</style>