Shades of Smalt #072D89
Tints of Smalt #072D89
RGB
CMYK
RGB Variations
Color information
#072D89 (or 0x072D89) is known color: Smalt. HEX triplet: 07, 2D and 89. RGB value is (7,45,137). Sum of RGB (Red+Green+Blue) = 7+45+137=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #072D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072D89 is #F8D276. Grayscale: #2B2B2B. Windows color (decimal): -16306807 or 8989959. OLE color: 8989959.
HSL color Cylindrical-coordinate representation of color #072D89: hue angle of 222.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 #072D89 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 45 | 137 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.46 |
| HSL | 222.46º | 0.9% | 0.28% | - |
| HSV(B) | 222.46º | 0.95% | 0.54% | - |
| XYZ | 5.54 | 3.73 | 24.09 | - |
| YUV | 44.13 | 180.41 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 137 | 0.95 | 0.67 | 0 | 0.46 | 222.46 | 0.9 | 0.28 |
| Hex | 7 | 2D | 89 | 5F | 43 | 0 | 2E | DE | 5A | 1C |
| Octal | 7 | 55 | 211 | 137 | 103 | 0 | 56 | 336 | 132 | 34 |
| Binary | 111 | 101101 | 10001001 | 1011111 | 1000011 | 0 | 101110 | 11011110 | 1011010 | 11100 |
Color Harmonies of #072D89
Complementary color
Monochromatic Colors of #072D89
Black with #072D89
Text Example
Text Example
White with #072D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D89; }
p { color: rgb(7,45,137); }
H1.HeaderClassName
{
color: #072D89;
}
.AnyTagClassName
{
color: #072D89;
}
</style>
background-color css
<style>
a { background-color: #072D89; }
a { background-color: rgb(7,45,137); }
div.DivClassName
{
background-color: #072D89;
}
.BgClassName
{
background-color: #072D89;
}
</style>
border-color css
<style>
span { border-color: #072D89; }
span { border-color: rgb(7,45,137); }
td.TdClassName
{
border-color: #072D89;
}
.TagClassName
{
border-color: #072D89;
}
</style>