Shades of Smalt #072893
Tints of Smalt #072893
RGB
CMYK
RGB Variations
Color information
#072893 (or 0x072893) is known color: Smalt. HEX triplet: 07, 28 and 93. RGB value is (7,40,147). Sum of RGB (Red+Green+Blue) = 7+40+147=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #072893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072893 is #F8D76C. Grayscale: #292929. Windows color (decimal): -16308077 or 9644039. OLE color: 9644039.
HSL color Cylindrical-coordinate representation of color #072893: hue angle of 225.86º 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 #072893 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 40 | 147 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.42 |
| HSL | 225.86º | 0.91% | 0.3% | - |
| HSV(B) | 225.86º | 0.95% | 0.58% | - |
| XYZ | 6.11 | 3.67 | 27.99 | - |
| YUV | 42.33 | 187.07 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 147 | 0.95 | 0.73 | 0 | 0.42 | 225.86 | 0.91 | 0.3 |
| Hex | 7 | 28 | 93 | 5F | 49 | 0 | 2A | E2 | 5B | 1E |
| Octal | 7 | 50 | 223 | 137 | 111 | 0 | 52 | 342 | 133 | 36 |
| Binary | 111 | 101000 | 10010011 | 1011111 | 1001001 | 0 | 101010 | 11100010 | 1011011 | 11110 |
Color Harmonies of #072893
Complementary color
Monochromatic Colors of #072893
Black with #072893
Text Example
Text Example
White with #072893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072893; }
p { color: rgb(7,40,147); }
H1.HeaderClassName
{
color: #072893;
}
.AnyTagClassName
{
color: #072893;
}
</style>
background-color css
<style>
a { background-color: #072893; }
a { background-color: rgb(7,40,147); }
div.DivClassName
{
background-color: #072893;
}
.BgClassName
{
background-color: #072893;
}
</style>
border-color css
<style>
span { border-color: #072893; }
span { border-color: rgb(7,40,147); }
td.TdClassName
{
border-color: #072893;
}
.TagClassName
{
border-color: #072893;
}
</style>