Shades of Smalt #073997
Tints of Smalt #073997
RGB
CMYK
RGB Variations
Color information
#073997 (or 0x073997) is known color: Smalt. HEX triplet: 07, 39 and 97. RGB value is (7,57,151). Sum of RGB (Red+Green+Blue) = 7+57+151=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 151 (59.38% from 255 or 70.23% from 215); Max value from RGB is 151 - color contains mainly: blue. Hex color #073997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073997 is #F8C668. Grayscale: #343434. Windows color (decimal): -16303721 or 9910535. OLE color: 9910535.
HSL color Cylindrical-coordinate representation of color #073997: hue angle of 219.17º 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 #073997 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 57 | 151 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.41 |
| HSL | 219.17º | 0.91% | 0.31% | - |
| HSV(B) | 219.17º | 0.95% | 0.59% | - |
| XYZ | 7.14 | 5.21 | 29.91 | - |
| YUV | 52.77 | 183.44 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 151 | 0.95 | 0.62 | 0 | 0.41 | 219.17 | 0.91 | 0.31 |
| Hex | 7 | 39 | 97 | 5F | 3E | 0 | 29 | DB | 5B | 1F |
| Octal | 7 | 71 | 227 | 137 | 76 | 0 | 51 | 333 | 133 | 37 |
| Binary | 111 | 111001 | 10010111 | 1011111 | 111110 | 0 | 101001 | 11011011 | 1011011 | 11111 |
Color Harmonies of #073997
Complementary color
Monochromatic Colors of #073997
Black with #073997
Text Example
Text Example
White with #073997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073997; }
p { color: rgb(7,57,151); }
H1.HeaderClassName
{
color: #073997;
}
.AnyTagClassName
{
color: #073997;
}
</style>
background-color css
<style>
a { background-color: #073997; }
a { background-color: rgb(7,57,151); }
div.DivClassName
{
background-color: #073997;
}
.BgClassName
{
background-color: #073997;
}
</style>
border-color css
<style>
span { border-color: #073997; }
span { border-color: rgb(7,57,151); }
td.TdClassName
{
border-color: #073997;
}
.TagClassName
{
border-color: #073997;
}
</style>