Shades of Smalt #072B81
Tints of Smalt #072B81
RGB
CMYK
RGB Variations
Color information
#072B81 (or 0x072B81) is known color: Smalt. HEX triplet: 07, 2B and 81. RGB value is (7,43,129). Sum of RGB (Red+Green+Blue) = 7+43+129=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #072B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B81 is #F8D47E. Grayscale: #292929. Windows color (decimal): -16307327 or 8465159. OLE color: 8465159.
HSL color Cylindrical-coordinate representation of color #072B81: hue angle of 222.3º 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 #072B81 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 43 | 129 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.49 |
| HSL | 222.3º | 0.9% | 0.27% | - |
| HSV(B) | 222.3º | 0.95% | 0.51% | - |
| XYZ | 4.91 | 3.36 | 21.16 | - |
| YUV | 42.04 | 177.07 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 129 | 0.95 | 0.67 | 0 | 0.49 | 222.3 | 0.9 | 0.27 |
| Hex | 7 | 2B | 81 | 5F | 43 | 0 | 31 | DE | 5A | 1B |
| Octal | 7 | 53 | 201 | 137 | 103 | 0 | 61 | 336 | 132 | 33 |
| Binary | 111 | 101011 | 10000001 | 1011111 | 1000011 | 0 | 110001 | 11011110 | 1011010 | 11011 |
Color Harmonies of #072B81
Complementary color
Monochromatic Colors of #072B81
Black with #072B81
Text Example
Text Example
White with #072B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B81; }
p { color: rgb(7,43,129); }
H1.HeaderClassName
{
color: #072B81;
}
.AnyTagClassName
{
color: #072B81;
}
</style>
background-color css
<style>
a { background-color: #072B81; }
a { background-color: rgb(7,43,129); }
div.DivClassName
{
background-color: #072B81;
}
.BgClassName
{
background-color: #072B81;
}
</style>
border-color css
<style>
span { border-color: #072B81; }
span { border-color: rgb(7,43,129); }
td.TdClassName
{
border-color: #072B81;
}
.TagClassName
{
border-color: #072B81;
}
</style>