Shades of Smalt #073A90
Tints of Smalt #073A90
RGB
CMYK
RGB Variations
Color information
#073A90 (or 0x073A90) is known color: Smalt. HEX triplet: 07, 3A and 90. RGB value is (7,58,144). Sum of RGB (Red+Green+Blue) = 7+58+144=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #073A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A90 is #F8C56F. Grayscale: #343434. Windows color (decimal): -16303472 or 9452039. OLE color: 9452039.
HSL color Cylindrical-coordinate representation of color #073A90: hue angle of 217.66º 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 #073A90 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 58 | 144 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.44 |
| HSL | 217.66º | 0.91% | 0.3% | - |
| HSV(B) | 217.66º | 0.95% | 0.56% | - |
| XYZ | 6.63 | 5.08 | 27.02 | - |
| YUV | 52.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 144 | 0.95 | 0.60 | 0 | 0.44 | 217.66 | 0.91 | 0.3 |
| Hex | 7 | 3A | 90 | 5F | 3C | 0 | 2C | DA | 5B | 1E |
| Octal | 7 | 72 | 220 | 137 | 74 | 0 | 54 | 332 | 133 | 36 |
| Binary | 111 | 111010 | 10010000 | 1011111 | 111100 | 0 | 101100 | 11011010 | 1011011 | 11110 |
Color Harmonies of #073A90
Complementary color
Monochromatic Colors of #073A90
Black with #073A90
Text Example
Text Example
White with #073A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A90; }
p { color: rgb(7,58,144); }
H1.HeaderClassName
{
color: #073A90;
}
.AnyTagClassName
{
color: #073A90;
}
</style>
background-color css
<style>
a { background-color: #073A90; }
a { background-color: rgb(7,58,144); }
div.DivClassName
{
background-color: #073A90;
}
.BgClassName
{
background-color: #073A90;
}
</style>
border-color css
<style>
span { border-color: #073A90; }
span { border-color: rgb(7,58,144); }
td.TdClassName
{
border-color: #073A90;
}
.TagClassName
{
border-color: #073A90;
}
</style>