Shades of Smalt #072593
Tints of Smalt #072593
RGB
CMYK
RGB Variations
Color information
#072593 (or 0x072593) is known color: Smalt. HEX triplet: 07, 25 and 93. RGB value is (7,37,147). Sum of RGB (Red+Green+Blue) = 7+37+147=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 147 (57.81% from 255 or 76.96% from 191); Max value from RGB is 147 - color contains mainly: blue. Hex color #072593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072593 is #F8DA6C. Grayscale: #282828. Windows color (decimal): -16308845 or 9643271. OLE color: 9643271.
HSL color Cylindrical-coordinate representation of color #072593: hue angle of 227.14º 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 #072593 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 37 | 147 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.42 |
| HSL | 227.14º | 0.91% | 0.3% | - |
| HSV(B) | 227.14º | 0.95% | 0.58% | - |
| XYZ | 6.02 | 3.47 | 27.96 | - |
| YUV | 40.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 147 | 0.95 | 0.75 | 0 | 0.42 | 227.14 | 0.91 | 0.3 |
| Hex | 7 | 25 | 93 | 5F | 4B | 0 | 2A | E3 | 5B | 1E |
| Octal | 7 | 45 | 223 | 137 | 113 | 0 | 52 | 343 | 133 | 36 |
| Binary | 111 | 100101 | 10010011 | 1011111 | 1001011 | 0 | 101010 | 11100011 | 1011011 | 11110 |
Color Harmonies of #072593
Complementary color
Monochromatic Colors of #072593
Black with #072593
Text Example
Text Example
White with #072593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072593; }
p { color: rgb(7,37,147); }
H1.HeaderClassName
{
color: #072593;
}
.AnyTagClassName
{
color: #072593;
}
</style>
background-color css
<style>
a { background-color: #072593; }
a { background-color: rgb(7,37,147); }
div.DivClassName
{
background-color: #072593;
}
.BgClassName
{
background-color: #072593;
}
</style>
border-color css
<style>
span { border-color: #072593; }
span { border-color: rgb(7,37,147); }
td.TdClassName
{
border-color: #072593;
}
.TagClassName
{
border-color: #072593;
}
</style>