Shades of Smalt #072289
Tints of Smalt #072289
RGB
CMYK
RGB Variations
Color information
#072289 (or 0x072289) is known color: Smalt. HEX triplet: 07, 22 and 89. RGB value is (7,34,137). Sum of RGB (Red+Green+Blue) = 7+34+137=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 137 (53.91% from 255 or 76.97% from 178); Max value from RGB is 137 - color contains mainly: blue. Hex color #072289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072289 is #F8DD76. Grayscale: #252525. Windows color (decimal): -16309623 or 8987143. OLE color: 8987143.
HSL color Cylindrical-coordinate representation of color #072289: hue angle of 227.54º 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 #072289 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 34 | 137 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.46 |
| HSL | 227.54º | 0.9% | 0.28% | - |
| HSV(B) | 227.54º | 0.95% | 0.54% | - |
| XYZ | 5.18 | 3 | 23.97 | - |
| YUV | 37.67 | 184.05 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 137 | 0.95 | 0.75 | 0 | 0.46 | 227.54 | 0.9 | 0.28 |
| Hex | 7 | 22 | 89 | 5F | 4B | 0 | 2E | E4 | 5A | 1C |
| Octal | 7 | 42 | 211 | 137 | 113 | 0 | 56 | 344 | 132 | 34 |
| Binary | 111 | 100010 | 10001001 | 1011111 | 1001011 | 0 | 101110 | 11100100 | 1011010 | 11100 |
Color Harmonies of #072289
Complementary color
Monochromatic Colors of #072289
Black with #072289
Text Example
Text Example
White with #072289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072289; }
p { color: rgb(7,34,137); }
H1.HeaderClassName
{
color: #072289;
}
.AnyTagClassName
{
color: #072289;
}
</style>
background-color css
<style>
a { background-color: #072289; }
a { background-color: rgb(7,34,137); }
div.DivClassName
{
background-color: #072289;
}
.BgClassName
{
background-color: #072289;
}
</style>
border-color css
<style>
span { border-color: #072289; }
span { border-color: rgb(7,34,137); }
td.TdClassName
{
border-color: #072289;
}
.TagClassName
{
border-color: #072289;
}
</style>