Shades of Smalt #072B85
Tints of Smalt #072B85
RGB
CMYK
RGB Variations
Color information
#072B85 (or 0x072B85) is known color: Smalt. HEX triplet: 07, 2B and 85. RGB value is (7,43,133). Sum of RGB (Red+Green+Blue) = 7+43+133=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 133 (52.34% from 255 or 72.68% from 183); Max value from RGB is 133 - color contains mainly: blue. Hex color #072B85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B85 is #F8D47A. Grayscale: #2A2A2A. Windows color (decimal): -16307323 or 8727303. OLE color: 8727303.
HSL color Cylindrical-coordinate representation of color #072B85: hue angle of 222.86º 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 #072B85 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 43 | 133 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.48 |
| HSL | 222.86º | 0.9% | 0.27% | - |
| HSV(B) | 222.86º | 0.95% | 0.52% | - |
| XYZ | 5.19 | 3.47 | 22.59 | - |
| YUV | 42.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 133 | 0.95 | 0.68 | 0 | 0.48 | 222.86 | 0.9 | 0.27 |
| Hex | 7 | 2B | 85 | 5F | 44 | 0 | 30 | DF | 5A | 1B |
| Octal | 7 | 53 | 205 | 137 | 104 | 0 | 60 | 337 | 132 | 33 |
| Binary | 111 | 101011 | 10000101 | 1011111 | 1000100 | 0 | 110000 | 11011111 | 1011010 | 11011 |
Color Harmonies of #072B85
Complementary color
Monochromatic Colors of #072B85
Black with #072B85
Text Example
Text Example
White with #072B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B85; }
p { color: rgb(7,43,133); }
H1.HeaderClassName
{
color: #072B85;
}
.AnyTagClassName
{
color: #072B85;
}
</style>
background-color css
<style>
a { background-color: #072B85; }
a { background-color: rgb(7,43,133); }
div.DivClassName
{
background-color: #072B85;
}
.BgClassName
{
background-color: #072B85;
}
</style>
border-color css
<style>
span { border-color: #072B85; }
span { border-color: rgb(7,43,133); }
td.TdClassName
{
border-color: #072B85;
}
.TagClassName
{
border-color: #072B85;
}
</style>