Shades of Smalt #072089
Tints of Smalt #072089
RGB
CMYK
RGB Variations
Color information
#072089 (or 0x072089) is known color: Smalt. HEX triplet: 07, 20 and 89. RGB value is (7,32,137). Sum of RGB (Red+Green+Blue) = 7+32+137=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #072089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072089 is #F8DF76. Grayscale: #242424. Windows color (decimal): -16310135 or 8986631. OLE color: 8986631.
HSL color Cylindrical-coordinate representation of color #072089: hue angle of 228.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072089 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 32 | 137 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.46 |
| HSL | 228.46º | 0.9% | 0.28% | - |
| HSV(B) | 228.46º | 0.95% | 0.54% | - |
| XYZ | 5.12 | 2.88 | 23.95 | - |
| YUV | 36.5 | 184.72 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 137 | 0.95 | 0.77 | 0 | 0.46 | 228.46 | 0.9 | 0.28 |
| Hex | 7 | 20 | 89 | 5F | 4D | 0 | 2E | E4 | 5A | 1C |
| Octal | 7 | 40 | 211 | 137 | 115 | 0 | 56 | 344 | 132 | 34 |
| Binary | 111 | 100000 | 10001001 | 1011111 | 1001101 | 0 | 101110 | 11100100 | 1011010 | 11100 |
Color Harmonies of #072089
Complementary color
Monochromatic Colors of #072089
Black with #072089
Text Example
Text Example
White with #072089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072089; }
p { color: rgb(7,32,137); }
H1.HeaderClassName
{
color: #072089;
}
.AnyTagClassName
{
color: #072089;
}
</style>
background-color css
<style>
a { background-color: #072089; }
a { background-color: rgb(7,32,137); }
div.DivClassName
{
background-color: #072089;
}
.BgClassName
{
background-color: #072089;
}
</style>
border-color css
<style>
span { border-color: #072089; }
span { border-color: rgb(7,32,137); }
td.TdClassName
{
border-color: #072089;
}
.TagClassName
{
border-color: #072089;
}
</style>