Shades of Smalt #073A8E
Tints of Smalt #073A8E
RGB
CMYK
RGB Variations
Color information
#073A8E (or 0x073A8E) is known color: Smalt. HEX triplet: 07, 3A and 8E. RGB value is (7,58,142). Sum of RGB (Red+Green+Blue) = 7+58+142=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 142 (55.86% from 255 or 68.60% from 207); Max value from RGB is 142 - color contains mainly: blue. Hex color #073A8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A8E is #F8C571. Grayscale: #333333. Windows color (decimal): -16303474 or 9320967. OLE color: 9320967.
HSL color Cylindrical-coordinate representation of color #073A8E: hue angle of 217.33º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073A8E is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 58 | 142 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.44 |
| HSL | 217.33º | 0.91% | 0.29% | - |
| HSV(B) | 217.33º | 0.95% | 0.56% | - |
| XYZ | 6.48 | 5.02 | 26.22 | - |
| YUV | 52.33 | 178.6 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 142 | 0.95 | 0.59 | 0 | 0.44 | 217.33 | 0.91 | 0.29 |
| Hex | 7 | 3A | 8E | 5F | 3B | 0 | 2C | D9 | 5B | 1D |
| Octal | 7 | 72 | 216 | 137 | 73 | 0 | 54 | 331 | 133 | 35 |
| Binary | 111 | 111010 | 10001110 | 1011111 | 111011 | 0 | 101100 | 11011001 | 1011011 | 11101 |
Color Harmonies of #073A8E
Complementary color
Monochromatic Colors of #073A8E
Black with #073A8E
Text Example
Text Example
White with #073A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A8E; }
p { color: rgb(7,58,142); }
H1.HeaderClassName
{
color: #073A8E;
}
.AnyTagClassName
{
color: #073A8E;
}
</style>
background-color css
<style>
a { background-color: #073A8E; }
a { background-color: rgb(7,58,142); }
div.DivClassName
{
background-color: #073A8E;
}
.BgClassName
{
background-color: #073A8E;
}
</style>
border-color css
<style>
span { border-color: #073A8E; }
span { border-color: rgb(7,58,142); }
td.TdClassName
{
border-color: #073A8E;
}
.TagClassName
{
border-color: #073A8E;
}
</style>