Shades of Smalt #072C84
Tints of Smalt #072C84
RGB
CMYK
RGB Variations
Color information
#072C84 (or 0x072C84) is known color: Smalt. HEX triplet: 07, 2C and 84. RGB value is (7,44,132). Sum of RGB (Red+Green+Blue) = 7+44+132=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #072C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072C84 is #F8D37B. Grayscale: #2A2A2A. Windows color (decimal): -16307068 or 8662023. OLE color: 8662023.
HSL color Cylindrical-coordinate representation of color #072C84: hue angle of 222.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072C84 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 44 | 132 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.48 |
| HSL | 222.24º | 0.9% | 0.27% | - |
| HSV(B) | 222.24º | 0.95% | 0.52% | - |
| XYZ | 5.15 | 3.51 | 22.24 | - |
| YUV | 42.97 | 178.24 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 132 | 0.95 | 0.67 | 0 | 0.48 | 222.24 | 0.9 | 0.27 |
| Hex | 7 | 2C | 84 | 5F | 43 | 0 | 30 | DE | 5A | 1B |
| Octal | 7 | 54 | 204 | 137 | 103 | 0 | 60 | 336 | 132 | 33 |
| Binary | 111 | 101100 | 10000100 | 1011111 | 1000011 | 0 | 110000 | 11011110 | 1011010 | 11011 |
Color Harmonies of #072C84
Complementary color
Monochromatic Colors of #072C84
Black with #072C84
Text Example
Text Example
White with #072C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C84; }
p { color: rgb(7,44,132); }
H1.HeaderClassName
{
color: #072C84;
}
.AnyTagClassName
{
color: #072C84;
}
</style>
background-color css
<style>
a { background-color: #072C84; }
a { background-color: rgb(7,44,132); }
div.DivClassName
{
background-color: #072C84;
}
.BgClassName
{
background-color: #072C84;
}
</style>
border-color css
<style>
span { border-color: #072C84; }
span { border-color: rgb(7,44,132); }
td.TdClassName
{
border-color: #072C84;
}
.TagClassName
{
border-color: #072C84;
}
</style>