Shades of Smalt #072892
Tints of Smalt #072892
RGB
CMYK
RGB Variations
Color information
#072892 (or 0x072892) is known color: Smalt. HEX triplet: 07, 28 and 92. RGB value is (7,40,146). Sum of RGB (Red+Green+Blue) = 7+40+146=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #072892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072892 is #F8D76D. Grayscale: #292929. Windows color (decimal): -16308078 or 9578503. OLE color: 9578503.
HSL color Cylindrical-coordinate representation of color #072892: hue angle of 225.76º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072892 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 40 | 146 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.43 |
| HSL | 225.76º | 0.91% | 0.3% | - |
| HSV(B) | 225.76º | 0.95% | 0.57% | - |
| XYZ | 6.03 | 3.64 | 27.58 | - |
| YUV | 42.22 | 186.57 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 146 | 0.95 | 0.73 | 0 | 0.43 | 225.76 | 0.91 | 0.3 |
| Hex | 7 | 28 | 92 | 5F | 49 | 0 | 2B | E2 | 5B | 1E |
| Octal | 7 | 50 | 222 | 137 | 111 | 0 | 53 | 342 | 133 | 36 |
| Binary | 111 | 101000 | 10010010 | 1011111 | 1001001 | 0 | 101011 | 11100010 | 1011011 | 11110 |
Color Harmonies of #072892
Complementary color
Monochromatic Colors of #072892
Black with #072892
Text Example
Text Example
White with #072892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072892; }
p { color: rgb(7,40,146); }
H1.HeaderClassName
{
color: #072892;
}
.AnyTagClassName
{
color: #072892;
}
</style>
background-color css
<style>
a { background-color: #072892; }
a { background-color: rgb(7,40,146); }
div.DivClassName
{
background-color: #072892;
}
.BgClassName
{
background-color: #072892;
}
</style>
border-color css
<style>
span { border-color: #072892; }
span { border-color: rgb(7,40,146); }
td.TdClassName
{
border-color: #072892;
}
.TagClassName
{
border-color: #072892;
}
</style>