Shades of Smalt #072093
Tints of Smalt #072093
RGB
CMYK
RGB Variations
Color information
#072093 (or 0x072093) is known color: Smalt. HEX triplet: 07, 20 and 93. RGB value is (7,32,147). Sum of RGB (Red+Green+Blue) = 7+32+147=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #072093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072093 is #F8DF6C. Grayscale: #252525. Windows color (decimal): -16310125 or 9641991. OLE color: 9641991.
HSL color Cylindrical-coordinate representation of color #072093: hue angle of 229.29º 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 #072093 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 32 | 147 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.42 |
| HSL | 229.29º | 0.91% | 0.3% | - |
| HSV(B) | 229.29º | 0.95% | 0.58% | - |
| XYZ | 5.87 | 3.18 | 27.91 | - |
| YUV | 37.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 147 | 0.95 | 0.78 | 0 | 0.42 | 229.29 | 0.91 | 0.3 |
| Hex | 7 | 20 | 93 | 5F | 4E | 0 | 2A | E5 | 5B | 1E |
| Octal | 7 | 40 | 223 | 137 | 116 | 0 | 52 | 345 | 133 | 36 |
| Binary | 111 | 100000 | 10010011 | 1011111 | 1001110 | 0 | 101010 | 11100101 | 1011011 | 11110 |
Color Harmonies of #072093
Complementary color
Monochromatic Colors of #072093
Black with #072093
Text Example
Text Example
White with #072093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072093; }
p { color: rgb(7,32,147); }
H1.HeaderClassName
{
color: #072093;
}
.AnyTagClassName
{
color: #072093;
}
</style>
background-color css
<style>
a { background-color: #072093; }
a { background-color: rgb(7,32,147); }
div.DivClassName
{
background-color: #072093;
}
.BgClassName
{
background-color: #072093;
}
</style>
border-color css
<style>
span { border-color: #072093; }
span { border-color: rgb(7,32,147); }
td.TdClassName
{
border-color: #072093;
}
.TagClassName
{
border-color: #072093;
}
</style>