Shades of Smalt #072F81
Tints of Smalt #072F81
RGB
CMYK
RGB Variations
Color information
#072F81 (or 0x072F81) is known color: Smalt. HEX triplet: 07, 2F and 81. RGB value is (7,47,129). Sum of RGB (Red+Green+Blue) = 7+47+129=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #072F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F81 is #F8D07E. Grayscale: #2C2C2C. Windows color (decimal): -16306303 or 8466183. OLE color: 8466183.
HSL color Cylindrical-coordinate representation of color #072F81: hue angle of 220.33º 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 #072F81 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 47 | 129 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.49 |
| HSL | 220.33º | 0.9% | 0.27% | - |
| HSV(B) | 220.33º | 0.95% | 0.51% | - |
| XYZ | 5.07 | 3.66 | 21.21 | - |
| YUV | 44.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 129 | 0.95 | 0.64 | 0 | 0.49 | 220.33 | 0.9 | 0.27 |
| Hex | 7 | 2F | 81 | 5F | 40 | 0 | 31 | DC | 5A | 1B |
| Octal | 7 | 57 | 201 | 137 | 100 | 0 | 61 | 334 | 132 | 33 |
| Binary | 111 | 101111 | 10000001 | 1011111 | 1000000 | 0 | 110001 | 11011100 | 1011010 | 11011 |
Color Harmonies of #072F81
Complementary color
Monochromatic Colors of #072F81
Black with #072F81
Text Example
Text Example
White with #072F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F81; }
p { color: rgb(7,47,129); }
H1.HeaderClassName
{
color: #072F81;
}
.AnyTagClassName
{
color: #072F81;
}
</style>
background-color css
<style>
a { background-color: #072F81; }
a { background-color: rgb(7,47,129); }
div.DivClassName
{
background-color: #072F81;
}
.BgClassName
{
background-color: #072F81;
}
</style>
border-color css
<style>
span { border-color: #072F81; }
span { border-color: rgb(7,47,129); }
td.TdClassName
{
border-color: #072F81;
}
.TagClassName
{
border-color: #072F81;
}
</style>