Shades of Smalt #072890
Tints of Smalt #072890
RGB
CMYK
RGB Variations
Color information
#072890 (or 0x072890) is known color: Smalt. HEX triplet: 07, 28 and 90. RGB value is (7,40,144). Sum of RGB (Red+Green+Blue) = 7+40+144=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 144 (56.64% from 255 or 75.39% from 191); Max value from RGB is 144 - color contains mainly: blue. Hex color #072890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072890 is #F8D76F. Grayscale: #292929. Windows color (decimal): -16308080 or 9447431. OLE color: 9447431.
HSL color Cylindrical-coordinate representation of color #072890: hue angle of 225.55º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072890 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 40 | 144 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.44 |
| HSL | 225.55º | 0.91% | 0.3% | - |
| HSV(B) | 225.55º | 0.95% | 0.56% | - |
| XYZ | 5.88 | 3.58 | 26.77 | - |
| YUV | 41.99 | 185.57 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 144 | 0.95 | 0.72 | 0 | 0.44 | 225.55 | 0.91 | 0.3 |
| Hex | 7 | 28 | 90 | 5F | 48 | 0 | 2C | E2 | 5B | 1E |
| Octal | 7 | 50 | 220 | 137 | 110 | 0 | 54 | 342 | 133 | 36 |
| Binary | 111 | 101000 | 10010000 | 1011111 | 1001000 | 0 | 101100 | 11100010 | 1011011 | 11110 |
Color Harmonies of #072890
Complementary color
Monochromatic Colors of #072890
Black with #072890
Text Example
Text Example
White with #072890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072890; }
p { color: rgb(7,40,144); }
H1.HeaderClassName
{
color: #072890;
}
.AnyTagClassName
{
color: #072890;
}
</style>
background-color css
<style>
a { background-color: #072890; }
a { background-color: rgb(7,40,144); }
div.DivClassName
{
background-color: #072890;
}
.BgClassName
{
background-color: #072890;
}
</style>
border-color css
<style>
span { border-color: #072890; }
span { border-color: rgb(7,40,144); }
td.TdClassName
{
border-color: #072890;
}
.TagClassName
{
border-color: #072890;
}
</style>