Shades of Smalt #073A92
Tints of Smalt #073A92
RGB
CMYK
RGB Variations
Color information
#073A92 (or 0x073A92) is known color: Smalt. HEX triplet: 07, 3A and 92. RGB value is (7,58,146). Sum of RGB (Red+Green+Blue) = 7+58+146=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #073A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A92 is #F8C56D. Grayscale: #343434. Windows color (decimal): -16303470 or 9583111. OLE color: 9583111.
HSL color Cylindrical-coordinate representation of color #073A92: hue angle of 217.99º 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 #073A92 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 58 | 146 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.43 |
| HSL | 217.99º | 0.91% | 0.3% | - |
| HSV(B) | 217.99º | 0.95% | 0.57% | - |
| XYZ | 6.79 | 5.15 | 27.83 | - |
| YUV | 52.78 | 180.6 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 146 | 0.95 | 0.60 | 0 | 0.43 | 217.99 | 0.91 | 0.3 |
| Hex | 7 | 3A | 92 | 5F | 3C | 0 | 2B | DA | 5B | 1E |
| Octal | 7 | 72 | 222 | 137 | 74 | 0 | 53 | 332 | 133 | 36 |
| Binary | 111 | 111010 | 10010010 | 1011111 | 111100 | 0 | 101011 | 11011010 | 1011011 | 11110 |
Color Harmonies of #073A92
Complementary color
Monochromatic Colors of #073A92
Black with #073A92
Text Example
Text Example
White with #073A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A92; }
p { color: rgb(7,58,146); }
H1.HeaderClassName
{
color: #073A92;
}
.AnyTagClassName
{
color: #073A92;
}
</style>
background-color css
<style>
a { background-color: #073A92; }
a { background-color: rgb(7,58,146); }
div.DivClassName
{
background-color: #073A92;
}
.BgClassName
{
background-color: #073A92;
}
</style>
border-color css
<style>
span { border-color: #073A92; }
span { border-color: rgb(7,58,146); }
td.TdClassName
{
border-color: #073A92;
}
.TagClassName
{
border-color: #073A92;
}
</style>