Shades of Smalt #073089
Tints of Smalt #073089
RGB
CMYK
RGB Variations
Color information
#073089 (or 0x073089) is known color: Smalt. HEX triplet: 07, 30 and 89. RGB value is (7,48,137). Sum of RGB (Red+Green+Blue) = 7+48+137=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #073089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073089 is #F8CF76. Grayscale: #2D2D2D. Windows color (decimal): -16306039 or 8990727. OLE color: 8990727.
HSL color Cylindrical-coordinate representation of color #073089: hue angle of 221.08º 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 #073089 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 48 | 137 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.46 |
| HSL | 221.08º | 0.9% | 0.28% | - |
| HSV(B) | 221.08º | 0.95% | 0.54% | - |
| XYZ | 5.66 | 3.97 | 24.13 | - |
| YUV | 45.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 137 | 0.95 | 0.65 | 0 | 0.46 | 221.08 | 0.9 | 0.28 |
| Hex | 7 | 30 | 89 | 5F | 41 | 0 | 2E | DD | 5A | 1C |
| Octal | 7 | 60 | 211 | 137 | 101 | 0 | 56 | 335 | 132 | 34 |
| Binary | 111 | 110000 | 10001001 | 1011111 | 1000001 | 0 | 101110 | 11011101 | 1011010 | 11100 |
Color Harmonies of #073089
Complementary color
Monochromatic Colors of #073089
Black with #073089
Text Example
Text Example
White with #073089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073089; }
p { color: rgb(7,48,137); }
H1.HeaderClassName
{
color: #073089;
}
.AnyTagClassName
{
color: #073089;
}
</style>
background-color css
<style>
a { background-color: #073089; }
a { background-color: rgb(7,48,137); }
div.DivClassName
{
background-color: #073089;
}
.BgClassName
{
background-color: #073089;
}
</style>
border-color css
<style>
span { border-color: #073089; }
span { border-color: rgb(7,48,137); }
td.TdClassName
{
border-color: #073089;
}
.TagClassName
{
border-color: #073089;
}
</style>