Shades of Smalt #072F91
Tints of Smalt #072F91
RGB
CMYK
RGB Variations
Color information
#072F91 (or 0x072F91) is known color: Smalt. HEX triplet: 07, 2F and 91. RGB value is (7,47,145). Sum of RGB (Red+Green+Blue) = 7+47+145=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #072F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F91 is #F8D06E. Grayscale: #2D2D2D. Windows color (decimal): -16306287 or 9514759. OLE color: 9514759.
HSL color Cylindrical-coordinate representation of color #072F91: hue angle of 222.61º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072F91 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 47 | 145 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.43 |
| HSL | 222.61º | 0.91% | 0.3% | - |
| HSV(B) | 222.61º | 0.95% | 0.57% | - |
| XYZ | 6.21 | 4.12 | 27.26 | - |
| YUV | 46.21 | 183.75 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 145 | 0.95 | 0.68 | 0 | 0.43 | 222.61 | 0.91 | 0.3 |
| Hex | 7 | 2F | 91 | 5F | 44 | 0 | 2B | DF | 5B | 1E |
| Octal | 7 | 57 | 221 | 137 | 104 | 0 | 53 | 337 | 133 | 36 |
| Binary | 111 | 101111 | 10010001 | 1011111 | 1000100 | 0 | 101011 | 11011111 | 1011011 | 11110 |
Color Harmonies of #072F91
Complementary color
Monochromatic Colors of #072F91
Black with #072F91
Text Example
Text Example
White with #072F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F91; }
p { color: rgb(7,47,145); }
H1.HeaderClassName
{
color: #072F91;
}
.AnyTagClassName
{
color: #072F91;
}
</style>
background-color css
<style>
a { background-color: #072F91; }
a { background-color: rgb(7,47,145); }
div.DivClassName
{
background-color: #072F91;
}
.BgClassName
{
background-color: #072F91;
}
</style>
border-color css
<style>
span { border-color: #072F91; }
span { border-color: rgb(7,47,145); }
td.TdClassName
{
border-color: #072F91;
}
.TagClassName
{
border-color: #072F91;
}
</style>