Shades of Smalt #072C81
Tints of Smalt #072C81
RGB
CMYK
RGB Variations
Color information
#072C81 (or 0x072C81) is known color: Smalt. HEX triplet: 07, 2C and 81. RGB value is (7,44,129). Sum of RGB (Red+Green+Blue) = 7+44+129=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 129 (50.78% from 255 or 71.67% from 180); Max value from RGB is 129 - color contains mainly: blue. Hex color #072C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072C81 is #F8D37E. Grayscale: #2A2A2A. Windows color (decimal): -16307071 or 8465415. OLE color: 8465415.
HSL color Cylindrical-coordinate representation of color #072C81: hue angle of 221.8º 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 #072C81 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 44 | 129 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.49 |
| HSL | 221.8º | 0.9% | 0.27% | - |
| HSV(B) | 221.8º | 0.95% | 0.51% | - |
| XYZ | 4.95 | 3.43 | 21.17 | - |
| YUV | 42.63 | 176.74 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 129 | 0.95 | 0.66 | 0 | 0.49 | 221.8 | 0.9 | 0.27 |
| Hex | 7 | 2C | 81 | 5F | 42 | 0 | 31 | DE | 5A | 1B |
| Octal | 7 | 54 | 201 | 137 | 102 | 0 | 61 | 336 | 132 | 33 |
| Binary | 111 | 101100 | 10000001 | 1011111 | 1000010 | 0 | 110001 | 11011110 | 1011010 | 11011 |
Color Harmonies of #072C81
Complementary color
Monochromatic Colors of #072C81
Black with #072C81
Text Example
Text Example
White with #072C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C81; }
p { color: rgb(7,44,129); }
H1.HeaderClassName
{
color: #072C81;
}
.AnyTagClassName
{
color: #072C81;
}
</style>
background-color css
<style>
a { background-color: #072C81; }
a { background-color: rgb(7,44,129); }
div.DivClassName
{
background-color: #072C81;
}
.BgClassName
{
background-color: #072C81;
}
</style>
border-color css
<style>
span { border-color: #072C81; }
span { border-color: rgb(7,44,129); }
td.TdClassName
{
border-color: #072C81;
}
.TagClassName
{
border-color: #072C81;
}
</style>