Shades of Smalt #072D81
Tints of Smalt #072D81
RGB
CMYK
RGB Variations
Color information
#072D81 (or 0x072D81) is known color: Smalt. HEX triplet: 07, 2D and 81. RGB value is (7,45,129). Sum of RGB (Red+Green+Blue) = 7+45+129=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #072D81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072D81 is #F8D27E. Grayscale: #2A2A2A. Windows color (decimal): -16306815 or 8465671. OLE color: 8465671.
HSL color Cylindrical-coordinate representation of color #072D81: hue angle of 221.31º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072D81 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 45 | 129 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.49 |
| HSL | 221.31º | 0.9% | 0.27% | - |
| HSV(B) | 221.31º | 0.95% | 0.51% | - |
| XYZ | 4.99 | 3.51 | 21.18 | - |
| YUV | 43.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 129 | 0.95 | 0.65 | 0 | 0.49 | 221.31 | 0.9 | 0.27 |
| Hex | 7 | 2D | 81 | 5F | 41 | 0 | 31 | DD | 5A | 1B |
| Octal | 7 | 55 | 201 | 137 | 101 | 0 | 61 | 335 | 132 | 33 |
| Binary | 111 | 101101 | 10000001 | 1011111 | 1000001 | 0 | 110001 | 11011101 | 1011010 | 11011 |
Color Harmonies of #072D81
Complementary color
Monochromatic Colors of #072D81
Black with #072D81
Text Example
Text Example
White with #072D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D81; }
p { color: rgb(7,45,129); }
H1.HeaderClassName
{
color: #072D81;
}
.AnyTagClassName
{
color: #072D81;
}
</style>
background-color css
<style>
a { background-color: #072D81; }
a { background-color: rgb(7,45,129); }
div.DivClassName
{
background-color: #072D81;
}
.BgClassName
{
background-color: #072D81;
}
</style>
border-color css
<style>
span { border-color: #072D81; }
span { border-color: rgb(7,45,129); }
td.TdClassName
{
border-color: #072D81;
}
.TagClassName
{
border-color: #072D81;
}
</style>