Shades of Smalt #073096
Tints of Smalt #073096
RGB
CMYK
RGB Variations
Color information
#073096 (or 0x073096) is known color: Smalt. HEX triplet: 07, 30 and 96. RGB value is (7,48,150). Sum of RGB (Red+Green+Blue) = 7+48+150=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 150 (58.98% from 255 or 73.17% from 205); Max value from RGB is 150 - color contains mainly: blue. Hex color #073096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073096 is #F8CF69. Grayscale: #2E2E2E. Windows color (decimal): -16306026 or 9842695. OLE color: 9842695.
HSL color Cylindrical-coordinate representation of color #073096: hue angle of 222.8º 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 #073096 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 48 | 150 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.41 |
| HSL | 222.8º | 0.91% | 0.31% | - |
| HSV(B) | 222.8º | 0.95% | 0.59% | - |
| XYZ | 6.65 | 4.36 | 29.35 | - |
| YUV | 47.37 | 185.92 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 150 | 0.95 | 0.68 | 0 | 0.41 | 222.8 | 0.91 | 0.31 |
| Hex | 7 | 30 | 96 | 5F | 44 | 0 | 29 | DF | 5B | 1F |
| Octal | 7 | 60 | 226 | 137 | 104 | 0 | 51 | 337 | 133 | 37 |
| Binary | 111 | 110000 | 10010110 | 1011111 | 1000100 | 0 | 101001 | 11011111 | 1011011 | 11111 |
Color Harmonies of #073096
Complementary color
Monochromatic Colors of #073096
Black with #073096
Text Example
Text Example
White with #073096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073096; }
p { color: rgb(7,48,150); }
H1.HeaderClassName
{
color: #073096;
}
.AnyTagClassName
{
color: #073096;
}
</style>
background-color css
<style>
a { background-color: #073096; }
a { background-color: rgb(7,48,150); }
div.DivClassName
{
background-color: #073096;
}
.BgClassName
{
background-color: #073096;
}
</style>
border-color css
<style>
span { border-color: #073096; }
span { border-color: rgb(7,48,150); }
td.TdClassName
{
border-color: #073096;
}
.TagClassName
{
border-color: #073096;
}
</style>