Shades of Smalt #073A99
Tints of Smalt #073A99
RGB
CMYK
RGB Variations
Color information
#073A99 (or 0x073A99) is known color: Smalt. HEX triplet: 07, 3A and 99. RGB value is (7,58,153). Sum of RGB (Red+Green+Blue) = 7+58+153=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #073A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A99 is #F8C566. Grayscale: #353535. Windows color (decimal): -16303463 or 10041863. OLE color: 10041863.
HSL color Cylindrical-coordinate representation of color #073A99: hue angle of 219.04º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073A99 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 58 | 153 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.4 |
| HSL | 219.04º | 0.91% | 0.31% | - |
| HSV(B) | 219.04º | 0.95% | 0.6% | - |
| XYZ | 7.35 | 5.37 | 30.79 | - |
| YUV | 53.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 153 | 0.95 | 0.62 | 0 | 0.4 | 219.04 | 0.91 | 0.31 |
| Hex | 7 | 3A | 99 | 5F | 3E | 0 | 28 | DB | 5B | 1F |
| Octal | 7 | 72 | 231 | 137 | 76 | 0 | 50 | 333 | 133 | 37 |
| Binary | 111 | 111010 | 10011001 | 1011111 | 111110 | 0 | 101000 | 11011011 | 1011011 | 11111 |
Color Harmonies of #073A99
Complementary color
Monochromatic Colors of #073A99
Black with #073A99
Text Example
Text Example
White with #073A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A99; }
p { color: rgb(7,58,153); }
H1.HeaderClassName
{
color: #073A99;
}
.AnyTagClassName
{
color: #073A99;
}
</style>
background-color css
<style>
a { background-color: #073A99; }
a { background-color: rgb(7,58,153); }
div.DivClassName
{
background-color: #073A99;
}
.BgClassName
{
background-color: #073A99;
}
</style>
border-color css
<style>
span { border-color: #073A99; }
span { border-color: rgb(7,58,153); }
td.TdClassName
{
border-color: #073A99;
}
.TagClassName
{
border-color: #073A99;
}
</style>