Shades of Smalt #072F82
Tints of Smalt #072F82
RGB
CMYK
RGB Variations
Color information
#072F82 (or 0x072F82) is known color: Smalt. HEX triplet: 07, 2F and 82. RGB value is (7,47,130). Sum of RGB (Red+Green+Blue) = 7+47+130=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #072F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F82 is #F8D07D. Grayscale: #2C2C2C. Windows color (decimal): -16306302 or 8531719. OLE color: 8531719.
HSL color Cylindrical-coordinate representation of color #072F82: hue angle of 220.49º 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 #072F82 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 47 | 130 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.49 |
| HSL | 220.49º | 0.9% | 0.27% | - |
| HSV(B) | 220.49º | 0.95% | 0.51% | - |
| XYZ | 5.13 | 3.69 | 21.56 | - |
| YUV | 44.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 130 | 0.95 | 0.64 | 0 | 0.49 | 220.49 | 0.9 | 0.27 |
| Hex | 7 | 2F | 82 | 5F | 40 | 0 | 31 | DC | 5A | 1B |
| Octal | 7 | 57 | 202 | 137 | 100 | 0 | 61 | 334 | 132 | 33 |
| Binary | 111 | 101111 | 10000010 | 1011111 | 1000000 | 0 | 110001 | 11011100 | 1011010 | 11011 |
Color Harmonies of #072F82
Complementary color
Monochromatic Colors of #072F82
Black with #072F82
Text Example
Text Example
White with #072F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F82; }
p { color: rgb(7,47,130); }
H1.HeaderClassName
{
color: #072F82;
}
.AnyTagClassName
{
color: #072F82;
}
</style>
background-color css
<style>
a { background-color: #072F82; }
a { background-color: rgb(7,47,130); }
div.DivClassName
{
background-color: #072F82;
}
.BgClassName
{
background-color: #072F82;
}
</style>
border-color css
<style>
span { border-color: #072F82; }
span { border-color: rgb(7,47,130); }
td.TdClassName
{
border-color: #072F82;
}
.TagClassName
{
border-color: #072F82;
}
</style>