Shades of Smalt #073591
Tints of Smalt #073591
RGB
CMYK
RGB Variations
Color information
#073591 (or 0x073591) is known color: Smalt. HEX triplet: 07, 35 and 91. RGB value is (7,53,145). Sum of RGB (Red+Green+Blue) = 7+53+145=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 145 (57.03% from 255 or 70.73% from 205); Max value from RGB is 145 - color contains mainly: blue. Hex color #073591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073591 is #F8CA6E. Grayscale: #313131. Windows color (decimal): -16304751 or 9516295. OLE color: 9516295.
HSL color Cylindrical-coordinate representation of color #073591: hue angle of 220º 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 #073591 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 53 | 145 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.43 |
| HSL | 220º | 0.91% | 0.3% | - |
| HSV(B) | 220º | 0.95% | 0.57% | - |
| XYZ | 6.47 | 4.64 | 27.34 | - |
| YUV | 49.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 145 | 0.95 | 0.63 | 0 | 0.43 | 220 | 0.91 | 0.3 |
| Hex | 7 | 35 | 91 | 5F | 3F | 0 | 2B | DC | 5B | 1E |
| Octal | 7 | 65 | 221 | 137 | 77 | 0 | 53 | 334 | 133 | 36 |
| Binary | 111 | 110101 | 10010001 | 1011111 | 111111 | 0 | 101011 | 11011100 | 1011011 | 11110 |
Color Harmonies of #073591
Complementary color
Monochromatic Colors of #073591
Black with #073591
Text Example
Text Example
White with #073591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073591; }
p { color: rgb(7,53,145); }
H1.HeaderClassName
{
color: #073591;
}
.AnyTagClassName
{
color: #073591;
}
</style>
background-color css
<style>
a { background-color: #073591; }
a { background-color: rgb(7,53,145); }
div.DivClassName
{
background-color: #073591;
}
.BgClassName
{
background-color: #073591;
}
</style>
border-color css
<style>
span { border-color: #073591; }
span { border-color: rgb(7,53,145); }
td.TdClassName
{
border-color: #073591;
}
.TagClassName
{
border-color: #073591;
}
</style>