Shades of Smalt #072C91
Tints of Smalt #072C91
RGB
CMYK
RGB Variations
Color information
#072C91 (or 0x072C91) is known color: Smalt. HEX triplet: 07, 2C and 91. RGB value is (7,44,145). Sum of RGB (Red+Green+Blue) = 7+44+145=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #072C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072C91 is #F8D36E. Grayscale: #2C2C2C. Windows color (decimal): -16307055 or 9513991. OLE color: 9513991.
HSL color Cylindrical-coordinate representation of color #072C91: hue angle of 223.91º 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 #072C91 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 44 | 145 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.43 |
| HSL | 223.91º | 0.91% | 0.3% | - |
| HSV(B) | 223.91º | 0.95% | 0.57% | - |
| XYZ | 6.1 | 3.89 | 27.22 | - |
| YUV | 44.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 145 | 0.95 | 0.70 | 0 | 0.43 | 223.91 | 0.91 | 0.3 |
| Hex | 7 | 2C | 91 | 5F | 46 | 0 | 2B | E0 | 5B | 1E |
| Octal | 7 | 54 | 221 | 137 | 106 | 0 | 53 | 340 | 133 | 36 |
| Binary | 111 | 101100 | 10010001 | 1011111 | 1000110 | 0 | 101011 | 11100000 | 1011011 | 11110 |
Color Harmonies of #072C91
Complementary color
Monochromatic Colors of #072C91
Black with #072C91
Text Example
Text Example
White with #072C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C91; }
p { color: rgb(7,44,145); }
H1.HeaderClassName
{
color: #072C91;
}
.AnyTagClassName
{
color: #072C91;
}
</style>
background-color css
<style>
a { background-color: #072C91; }
a { background-color: rgb(7,44,145); }
div.DivClassName
{
background-color: #072C91;
}
.BgClassName
{
background-color: #072C91;
}
</style>
border-color css
<style>
span { border-color: #072C91; }
span { border-color: rgb(7,44,145); }
td.TdClassName
{
border-color: #072C91;
}
.TagClassName
{
border-color: #072C91;
}
</style>