Shades of Smalt #073189
Tints of Smalt #073189
RGB
CMYK
RGB Variations
Color information
#073189 (or 0x073189) is known color: Smalt. HEX triplet: 07, 31 and 89. RGB value is (7,49,137). Sum of RGB (Red+Green+Blue) = 7+49+137=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #073189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073189 is #F8CE76. Grayscale: #2E2E2E. Windows color (decimal): -16305783 or 8990983. OLE color: 8990983.
HSL color Cylindrical-coordinate representation of color #073189: hue angle of 220.62º 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 #073189 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 49 | 137 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.46 |
| HSL | 220.62º | 0.9% | 0.28% | - |
| HSV(B) | 220.62º | 0.95% | 0.54% | - |
| XYZ | 5.7 | 4.05 | 24.15 | - |
| YUV | 46.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 137 | 0.95 | 0.64 | 0 | 0.46 | 220.62 | 0.9 | 0.28 |
| Hex | 7 | 31 | 89 | 5F | 40 | 0 | 2E | DD | 5A | 1C |
| Octal | 7 | 61 | 211 | 137 | 100 | 0 | 56 | 335 | 132 | 34 |
| Binary | 111 | 110001 | 10001001 | 1011111 | 1000000 | 0 | 101110 | 11011101 | 1011010 | 11100 |
Color Harmonies of #073189
Complementary color
Monochromatic Colors of #073189
Black with #073189
Text Example
Text Example
White with #073189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073189; }
p { color: rgb(7,49,137); }
H1.HeaderClassName
{
color: #073189;
}
.AnyTagClassName
{
color: #073189;
}
</style>
background-color css
<style>
a { background-color: #073189; }
a { background-color: rgb(7,49,137); }
div.DivClassName
{
background-color: #073189;
}
.BgClassName
{
background-color: #073189;
}
</style>
border-color css
<style>
span { border-color: #073189; }
span { border-color: rgb(7,49,137); }
td.TdClassName
{
border-color: #073189;
}
.TagClassName
{
border-color: #073189;
}
</style>