Shades of Smalt #073794
Tints of Smalt #073794
RGB
CMYK
RGB Variations
Color information
#073794 (or 0x073794) is known color: Smalt. HEX triplet: 07, 37 and 94. RGB value is (7,55,148). Sum of RGB (Red+Green+Blue) = 7+55+148=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #073794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073794 is #F8C86B. Grayscale: #323232. Windows color (decimal): -16304236 or 9713415. OLE color: 9713415.
HSL color Cylindrical-coordinate representation of color #073794: hue angle of 219.57º 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 #073794 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 55 | 148 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.42 |
| HSL | 219.57º | 0.91% | 0.3% | - |
| HSV(B) | 219.57º | 0.95% | 0.58% | - |
| XYZ | 6.8 | 4.92 | 28.61 | - |
| YUV | 51.25 | 182.6 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 148 | 0.95 | 0.63 | 0 | 0.42 | 219.57 | 0.91 | 0.3 |
| Hex | 7 | 37 | 94 | 5F | 3F | 0 | 2A | DC | 5B | 1E |
| Octal | 7 | 67 | 224 | 137 | 77 | 0 | 52 | 334 | 133 | 36 |
| Binary | 111 | 110111 | 10010100 | 1011111 | 111111 | 0 | 101010 | 11011100 | 1011011 | 11110 |
Color Harmonies of #073794
Complementary color
Monochromatic Colors of #073794
Black with #073794
Text Example
Text Example
White with #073794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073794; }
p { color: rgb(7,55,148); }
H1.HeaderClassName
{
color: #073794;
}
.AnyTagClassName
{
color: #073794;
}
</style>
background-color css
<style>
a { background-color: #073794; }
a { background-color: rgb(7,55,148); }
div.DivClassName
{
background-color: #073794;
}
.BgClassName
{
background-color: #073794;
}
</style>
border-color css
<style>
span { border-color: #073794; }
span { border-color: rgb(7,55,148); }
td.TdClassName
{
border-color: #073794;
}
.TagClassName
{
border-color: #073794;
}
</style>