Shades of Smalt #072887
Tints of Smalt #072887
RGB
CMYK
RGB Variations
Color information
#072887 (or 0x072887) is known color: Smalt. HEX triplet: 07, 28 and 87. RGB value is (7,40,135). Sum of RGB (Red+Green+Blue) = 7+40+135=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 135 (53.12% from 255 or 74.18% from 182); Max value from RGB is 135 - color contains mainly: blue. Hex color #072887 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072887 is #F8D778. Grayscale: #282828. Windows color (decimal): -16308089 or 8857607. OLE color: 8857607.
HSL color Cylindrical-coordinate representation of color #072887: hue angle of 224.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072887 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 40 | 135 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.47 |
| HSL | 224.53º | 0.9% | 0.28% | - |
| HSV(B) | 224.53º | 0.95% | 0.53% | - |
| XYZ | 5.22 | 3.31 | 23.29 | - |
| YUV | 40.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 135 | 0.95 | 0.70 | 0 | 0.47 | 224.53 | 0.9 | 0.28 |
| Hex | 7 | 28 | 87 | 5F | 46 | 0 | 2F | E1 | 5A | 1C |
| Octal | 7 | 50 | 207 | 137 | 106 | 0 | 57 | 341 | 132 | 34 |
| Binary | 111 | 101000 | 10000111 | 1011111 | 1000110 | 0 | 101111 | 11100001 | 1011010 | 11100 |
Color Harmonies of #072887
Complementary color
Monochromatic Colors of #072887
Black with #072887
Text Example
Text Example
White with #072887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072887; }
p { color: rgb(7,40,135); }
H1.HeaderClassName
{
color: #072887;
}
.AnyTagClassName
{
color: #072887;
}
</style>
background-color css
<style>
a { background-color: #072887; }
a { background-color: rgb(7,40,135); }
div.DivClassName
{
background-color: #072887;
}
.BgClassName
{
background-color: #072887;
}
</style>
border-color css
<style>
span { border-color: #072887; }
span { border-color: rgb(7,40,135); }
td.TdClassName
{
border-color: #072887;
}
.TagClassName
{
border-color: #072887;
}
</style>