Shades of Smalt #073193
Tints of Smalt #073193
RGB
CMYK
RGB Variations
Color information
#073193 (or 0x073193) is known color: Smalt. HEX triplet: 07, 31 and 93. RGB value is (7,49,147). Sum of RGB (Red+Green+Blue) = 7+49+147=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 147 (57.81% from 255 or 72.41% from 203); Max value from RGB is 147 - color contains mainly: blue. Hex color #073193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073193 is #F8CE6C. Grayscale: #2F2F2F. Windows color (decimal): -16305773 or 9646343. OLE color: 9646343.
HSL color Cylindrical-coordinate representation of color #073193: hue angle of 222º 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 #073193 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 49 | 147 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.42 |
| HSL | 222º | 0.91% | 0.3% | - |
| HSV(B) | 222º | 0.95% | 0.58% | - |
| XYZ | 6.45 | 4.35 | 28.1 | - |
| YUV | 47.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 147 | 0.95 | 0.67 | 0 | 0.42 | 222 | 0.91 | 0.3 |
| Hex | 7 | 31 | 93 | 5F | 43 | 0 | 2A | DE | 5B | 1E |
| Octal | 7 | 61 | 223 | 137 | 103 | 0 | 52 | 336 | 133 | 36 |
| Binary | 111 | 110001 | 10010011 | 1011111 | 1000011 | 0 | 101010 | 11011110 | 1011011 | 11110 |
Color Harmonies of #073193
Complementary color
Monochromatic Colors of #073193
Black with #073193
Text Example
Text Example
White with #073193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073193; }
p { color: rgb(7,49,147); }
H1.HeaderClassName
{
color: #073193;
}
.AnyTagClassName
{
color: #073193;
}
</style>
background-color css
<style>
a { background-color: #073193; }
a { background-color: rgb(7,49,147); }
div.DivClassName
{
background-color: #073193;
}
.BgClassName
{
background-color: #073193;
}
</style>
border-color css
<style>
span { border-color: #073193; }
span { border-color: rgb(7,49,147); }
td.TdClassName
{
border-color: #073193;
}
.TagClassName
{
border-color: #073193;
}
</style>