Shades of Smalt #073990
Tints of Smalt #073990
RGB
CMYK
RGB Variations
Color information
#073990 (or 0x073990) is known color: Smalt. HEX triplet: 07, 39 and 90. RGB value is (7,57,144). Sum of RGB (Red+Green+Blue) = 7+57+144=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #073990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073990 is #F8C66F. Grayscale: #333333. Windows color (decimal): -16303728 or 9451783. OLE color: 9451783.
HSL color Cylindrical-coordinate representation of color #073990: hue angle of 218.1º 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 #073990 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 57 | 144 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.44 |
| HSL | 218.1º | 0.91% | 0.3% | - |
| HSV(B) | 218.1º | 0.95% | 0.56% | - |
| XYZ | 6.58 | 4.99 | 27 | - |
| YUV | 51.97 | 179.94 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 144 | 0.95 | 0.60 | 0 | 0.44 | 218.1 | 0.91 | 0.3 |
| Hex | 7 | 39 | 90 | 5F | 3C | 0 | 2C | DA | 5B | 1E |
| Octal | 7 | 71 | 220 | 137 | 74 | 0 | 54 | 332 | 133 | 36 |
| Binary | 111 | 111001 | 10010000 | 1011111 | 111100 | 0 | 101100 | 11011010 | 1011011 | 11110 |
Color Harmonies of #073990
Complementary color
Monochromatic Colors of #073990
Black with #073990
Text Example
Text Example
White with #073990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073990; }
p { color: rgb(7,57,144); }
H1.HeaderClassName
{
color: #073990;
}
.AnyTagClassName
{
color: #073990;
}
</style>
background-color css
<style>
a { background-color: #073990; }
a { background-color: rgb(7,57,144); }
div.DivClassName
{
background-color: #073990;
}
.BgClassName
{
background-color: #073990;
}
</style>
border-color css
<style>
span { border-color: #073990; }
span { border-color: rgb(7,57,144); }
td.TdClassName
{
border-color: #073990;
}
.TagClassName
{
border-color: #073990;
}
</style>