Shades of Smalt #072D99
Tints of Smalt #072D99
RGB
CMYK
RGB Variations
Color information
#072D99 (or 0x072D99) is known color: Smalt. HEX triplet: 07, 2D and 99. RGB value is (7,45,153). Sum of RGB (Red+Green+Blue) = 7+45+153=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #072D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072D99 is #F8D266. Grayscale: #2D2D2D. Windows color (decimal): -16306791 or 10038535. OLE color: 10038535.
HSL color Cylindrical-coordinate representation of color #072D99: hue angle of 224.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072D99 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 45 | 153 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.4 |
| HSL | 224.38º | 0.91% | 0.31% | - |
| HSV(B) | 224.38º | 0.95% | 0.6% | - |
| XYZ | 6.78 | 4.22 | 30.59 | - |
| YUV | 45.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 153 | 0.95 | 0.71 | 0 | 0.4 | 224.38 | 0.91 | 0.31 |
| Hex | 7 | 2D | 99 | 5F | 47 | 0 | 28 | E0 | 5B | 1F |
| Octal | 7 | 55 | 231 | 137 | 107 | 0 | 50 | 340 | 133 | 37 |
| Binary | 111 | 101101 | 10011001 | 1011111 | 1000111 | 0 | 101000 | 11100000 | 1011011 | 11111 |
Color Harmonies of #072D99
Complementary color
Monochromatic Colors of #072D99
Black with #072D99
Text Example
Text Example
White with #072D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D99; }
p { color: rgb(7,45,153); }
H1.HeaderClassName
{
color: #072D99;
}
.AnyTagClassName
{
color: #072D99;
}
</style>
background-color css
<style>
a { background-color: #072D99; }
a { background-color: rgb(7,45,153); }
div.DivClassName
{
background-color: #072D99;
}
.BgClassName
{
background-color: #072D99;
}
</style>
border-color css
<style>
span { border-color: #072D99; }
span { border-color: rgb(7,45,153); }
td.TdClassName
{
border-color: #072D99;
}
.TagClassName
{
border-color: #072D99;
}
</style>