Shades of Smalt #073896
Tints of Smalt #073896
RGB
CMYK
RGB Variations
Color information
#073896 (or 0x073896) is known color: Smalt. HEX triplet: 07, 38 and 96. RGB value is (7,56,150). Sum of RGB (Red+Green+Blue) = 7+56+150=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #073896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073896 is #F8C769. Grayscale: #333333. Windows color (decimal): -16303978 or 9844743. OLE color: 9844743.
HSL color Cylindrical-coordinate representation of color #073896: hue angle of 219.44º 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 #073896 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 56 | 150 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.41 |
| HSL | 219.44º | 0.91% | 0.31% | - |
| HSV(B) | 219.44º | 0.95% | 0.59% | - |
| XYZ | 7.01 | 5.08 | 29.46 | - |
| YUV | 52.07 | 183.27 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 150 | 0.95 | 0.63 | 0 | 0.41 | 219.44 | 0.91 | 0.31 |
| Hex | 7 | 38 | 96 | 5F | 3F | 0 | 29 | DB | 5B | 1F |
| Octal | 7 | 70 | 226 | 137 | 77 | 0 | 51 | 333 | 133 | 37 |
| Binary | 111 | 111000 | 10010110 | 1011111 | 111111 | 0 | 101001 | 11011011 | 1011011 | 11111 |
Color Harmonies of #073896
Complementary color
Monochromatic Colors of #073896
Black with #073896
Text Example
Text Example
White with #073896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073896; }
p { color: rgb(7,56,150); }
H1.HeaderClassName
{
color: #073896;
}
.AnyTagClassName
{
color: #073896;
}
</style>
background-color css
<style>
a { background-color: #073896; }
a { background-color: rgb(7,56,150); }
div.DivClassName
{
background-color: #073896;
}
.BgClassName
{
background-color: #073896;
}
</style>
border-color css
<style>
span { border-color: #073896; }
span { border-color: rgb(7,56,150); }
td.TdClassName
{
border-color: #073896;
}
.TagClassName
{
border-color: #073896;
}
</style>