Shades of Smalt #073797
Tints of Smalt #073797
RGB
CMYK
RGB Variations
Color information
#073797 (or 0x073797) is known color: Smalt. HEX triplet: 07, 37 and 97. RGB value is (7,55,151). Sum of RGB (Red+Green+Blue) = 7+55+151=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 151 (59.38% from 255 or 70.89% from 213); Max value from RGB is 151 - color contains mainly: blue. Hex color #073797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073797 is #F8C868. Grayscale: #333333. Windows color (decimal): -16304233 or 9910023. OLE color: 9910023.
HSL color Cylindrical-coordinate representation of color #073797: hue angle of 220º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073797 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 55 | 151 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.41 |
| HSL | 220º | 0.91% | 0.31% | - |
| HSV(B) | 220º | 0.95% | 0.59% | - |
| XYZ | 7.04 | 5.01 | 29.87 | - |
| YUV | 51.59 | 184.1 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 151 | 0.95 | 0.64 | 0 | 0.41 | 220 | 0.91 | 0.31 |
| Hex | 7 | 37 | 97 | 5F | 40 | 0 | 29 | DC | 5B | 1F |
| Octal | 7 | 67 | 227 | 137 | 100 | 0 | 51 | 334 | 133 | 37 |
| Binary | 111 | 110111 | 10010111 | 1011111 | 1000000 | 0 | 101001 | 11011100 | 1011011 | 11111 |
Color Harmonies of #073797
Complementary color
Monochromatic Colors of #073797
Black with #073797
Text Example
Text Example
White with #073797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073797; }
p { color: rgb(7,55,151); }
H1.HeaderClassName
{
color: #073797;
}
.AnyTagClassName
{
color: #073797;
}
</style>
background-color css
<style>
a { background-color: #073797; }
a { background-color: rgb(7,55,151); }
div.DivClassName
{
background-color: #073797;
}
.BgClassName
{
background-color: #073797;
}
</style>
border-color css
<style>
span { border-color: #073797; }
span { border-color: rgb(7,55,151); }
td.TdClassName
{
border-color: #073797;
}
.TagClassName
{
border-color: #073797;
}
</style>