Shades of Smalt #071D90
Tints of Smalt #071D90
RGB
CMYK
RGB Variations
Color information
#071D90 (or 0x071D90) is known color: Smalt. HEX triplet: 07, 1D and 90. RGB value is (7,29,144). Sum of RGB (Red+Green+Blue) = 7+29+144=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #071D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071D90 is #F8E26F. Grayscale: #232323. Windows color (decimal): -16310896 or 9444615. OLE color: 9444615.
HSL color Cylindrical-coordinate representation of color #071D90: hue angle of 230.36º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071D90 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 29 | 144 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.44 |
| HSL | 230.37º | 0.91% | 0.3% | - |
| HSV(B) | 230.37º | 0.95% | 0.56% | - |
| XYZ | 5.56 | 2.94 | 26.66 | - |
| YUV | 35.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 144 | 0.95 | 0.80 | 0 | 0.44 | 230.37 | 0.91 | 0.3 |
| Hex | 7 | 1D | 90 | 5F | 50 | 0 | 2C | E6 | 5B | 1E |
| Octal | 7 | 35 | 220 | 137 | 120 | 0 | 54 | 346 | 133 | 36 |
| Binary | 111 | 11101 | 10010000 | 1011111 | 1010000 | 0 | 101100 | 11100110 | 1011011 | 11110 |
Color Harmonies of #071D90
Complementary color
Monochromatic Colors of #071D90
Black with #071D90
Text Example
Text Example
White with #071D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071D90; }
p { color: rgb(7,29,144); }
H1.HeaderClassName
{
color: #071D90;
}
.AnyTagClassName
{
color: #071D90;
}
</style>
background-color css
<style>
a { background-color: #071D90; }
a { background-color: rgb(7,29,144); }
div.DivClassName
{
background-color: #071D90;
}
.BgClassName
{
background-color: #071D90;
}
</style>
border-color css
<style>
span { border-color: #071D90; }
span { border-color: rgb(7,29,144); }
td.TdClassName
{
border-color: #071D90;
}
.TagClassName
{
border-color: #071D90;
}
</style>