Shades of Smalt #071F91
Tints of Smalt #071F91
RGB
CMYK
RGB Variations
Color information
#071F91 (or 0x071F91) is known color: Smalt. HEX triplet: 07, 1F and 91. RGB value is (7,31,145). Sum of RGB (Red+Green+Blue) = 7+31+145=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #071F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071F91 is #F8E06E. Grayscale: #242424. Windows color (decimal): -16310383 or 9510663. OLE color: 9510663.
HSL color Cylindrical-coordinate representation of color #071F91: hue angle of 229.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071F91 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 31 | 145 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.43 |
| HSL | 229.57º | 0.91% | 0.3% | - |
| HSV(B) | 229.57º | 0.95% | 0.57% | - |
| XYZ | 5.69 | 3.07 | 27.08 | - |
| YUV | 36.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 145 | 0.95 | 0.79 | 0 | 0.43 | 229.57 | 0.91 | 0.3 |
| Hex | 7 | 1F | 91 | 5F | 4F | 0 | 2B | E6 | 5B | 1E |
| Octal | 7 | 37 | 221 | 137 | 117 | 0 | 53 | 346 | 133 | 36 |
| Binary | 111 | 11111 | 10010001 | 1011111 | 1001111 | 0 | 101011 | 11100110 | 1011011 | 11110 |
Color Harmonies of #071F91
Complementary color
Monochromatic Colors of #071F91
Black with #071F91
Text Example
Text Example
White with #071F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071F91; }
p { color: rgb(7,31,145); }
H1.HeaderClassName
{
color: #071F91;
}
.AnyTagClassName
{
color: #071F91;
}
</style>
background-color css
<style>
a { background-color: #071F91; }
a { background-color: rgb(7,31,145); }
div.DivClassName
{
background-color: #071F91;
}
.BgClassName
{
background-color: #071F91;
}
</style>
border-color css
<style>
span { border-color: #071F91; }
span { border-color: rgb(7,31,145); }
td.TdClassName
{
border-color: #071F91;
}
.TagClassName
{
border-color: #071F91;
}
</style>