Shades of Smalt #073A93
Tints of Smalt #073A93
RGB
CMYK
RGB Variations
Color information
#073A93 (or 0x073A93) is known color: Smalt. HEX triplet: 07, 3A and 93. RGB value is (7,58,147). Sum of RGB (Red+Green+Blue) = 7+58+147=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #073A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A93 is #F8C56C. Grayscale: #343434. Windows color (decimal): -16303469 or 9648647. OLE color: 9648647.
HSL color Cylindrical-coordinate representation of color #073A93: hue angle of 218.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073A93 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 58 | 147 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.42 |
| HSL | 218.14º | 0.91% | 0.3% | - |
| HSV(B) | 218.14º | 0.95% | 0.58% | - |
| XYZ | 6.87 | 5.18 | 28.24 | - |
| YUV | 52.9 | 181.1 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 147 | 0.95 | 0.61 | 0 | 0.42 | 218.14 | 0.91 | 0.3 |
| Hex | 7 | 3A | 93 | 5F | 3D | 0 | 2A | DA | 5B | 1E |
| Octal | 7 | 72 | 223 | 137 | 75 | 0 | 52 | 332 | 133 | 36 |
| Binary | 111 | 111010 | 10010011 | 1011111 | 111101 | 0 | 101010 | 11011010 | 1011011 | 11110 |
Color Harmonies of #073A93
Complementary color
Monochromatic Colors of #073A93
Black with #073A93
Text Example
Text Example
White with #073A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A93; }
p { color: rgb(7,58,147); }
H1.HeaderClassName
{
color: #073A93;
}
.AnyTagClassName
{
color: #073A93;
}
</style>
background-color css
<style>
a { background-color: #073A93; }
a { background-color: rgb(7,58,147); }
div.DivClassName
{
background-color: #073A93;
}
.BgClassName
{
background-color: #073A93;
}
</style>
border-color css
<style>
span { border-color: #073A93; }
span { border-color: rgb(7,58,147); }
td.TdClassName
{
border-color: #073A93;
}
.TagClassName
{
border-color: #073A93;
}
</style>