Shades of Smalt #072D95
Tints of Smalt #072D95
RGB
CMYK
RGB Variations
Color information
#072D95 (or 0x072D95) is known color: Smalt. HEX triplet: 07, 2D and 95. RGB value is (7,45,149). Sum of RGB (Red+Green+Blue) = 7+45+149=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #072D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072D95 is #F8D26A. Grayscale: #2D2D2D. Windows color (decimal): -16306795 or 9776391. OLE color: 9776391.
HSL color Cylindrical-coordinate representation of color #072D95: hue angle of 223.94º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072D95 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 45 | 149 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.42 |
| HSL | 223.94º | 0.91% | 0.31% | - |
| HSV(B) | 223.94º | 0.95% | 0.58% | - |
| XYZ | 6.45 | 4.09 | 28.88 | - |
| YUV | 45.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 149 | 0.95 | 0.70 | 0 | 0.42 | 223.94 | 0.91 | 0.31 |
| Hex | 7 | 2D | 95 | 5F | 46 | 0 | 2A | E0 | 5B | 1F |
| Octal | 7 | 55 | 225 | 137 | 106 | 0 | 52 | 340 | 133 | 37 |
| Binary | 111 | 101101 | 10010101 | 1011111 | 1000110 | 0 | 101010 | 11100000 | 1011011 | 11111 |
Color Harmonies of #072D95
Complementary color
Monochromatic Colors of #072D95
Black with #072D95
Text Example
Text Example
White with #072D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D95; }
p { color: rgb(7,45,149); }
H1.HeaderClassName
{
color: #072D95;
}
.AnyTagClassName
{
color: #072D95;
}
</style>
background-color css
<style>
a { background-color: #072D95; }
a { background-color: rgb(7,45,149); }
div.DivClassName
{
background-color: #072D95;
}
.BgClassName
{
background-color: #072D95;
}
</style>
border-color css
<style>
span { border-color: #072D95; }
span { border-color: rgb(7,45,149); }
td.TdClassName
{
border-color: #072D95;
}
.TagClassName
{
border-color: #072D95;
}
</style>