Shades of Smalt #0F2692
Tints of Smalt #0F2692
RGB
CMYK
RGB Variations
Color information
#0F2692 (or 0x0F2692) is known color: Smalt. HEX triplet: 0F, 26 and 92. RGB value is (15,38,146). Sum of RGB (Red+Green+Blue) = 15+38+146=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F2692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2692 is #F0D96D. Grayscale: #2A2A2A. Windows color (decimal): -15784302 or 9577999. OLE color: 9577999.
HSL color Cylindrical-coordinate representation of color #0F2692: hue angle of 229.47º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F2692 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 38 | 146 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.43 |
| HSL | 229.47º | 0.81% | 0.32% | - |
| HSV(B) | 229.47º | 0.9% | 0.57% | - |
| XYZ | 6.08 | 3.56 | 27.56 | - |
| YUV | 43.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 146 | 0.90 | 0.74 | 0 | 0.43 | 229.47 | 0.81 | 0.32 |
| Hex | F | 26 | 92 | 5A | 4A | 0 | 2B | E5 | 51 | 20 |
| Octal | 17 | 46 | 222 | 132 | 112 | 0 | 53 | 345 | 121 | 40 |
| Binary | 1111 | 100110 | 10010010 | 1011010 | 1001010 | 0 | 101011 | 11100101 | 1010001 | 100000 |
Color Harmonies of #0F2692
Complementary color
Monochromatic Colors of #0F2692
Black with #0F2692
Text Example
Text Example
White with #0F2692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2692; }
p { color: rgb(15,38,146); }
H1.HeaderClassName
{
color: #0F2692;
}
.AnyTagClassName
{
color: #0F2692;
}
</style>
background-color css
<style>
a { background-color: #0F2692; }
a { background-color: rgb(15,38,146); }
div.DivClassName
{
background-color: #0F2692;
}
.BgClassName
{
background-color: #0F2692;
}
</style>
border-color css
<style>
span { border-color: #0F2692; }
span { border-color: rgb(15,38,146); }
td.TdClassName
{
border-color: #0F2692;
}
.TagClassName
{
border-color: #0F2692;
}
</style>