Shades of Smalt #072885
Tints of Smalt #072885
RGB
CMYK
RGB Variations
Color information
#072885 (or 0x072885) is known color: Smalt. HEX triplet: 07, 28 and 85. RGB value is (7,40,133). Sum of RGB (Red+Green+Blue) = 7+40+133=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #072885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072885 is #F8D77A. Grayscale: #282828. Windows color (decimal): -16308091 or 8726535. OLE color: 8726535.
HSL color Cylindrical-coordinate representation of color #072885: hue angle of 224.29º 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 #072885 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 40 | 133 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.48 |
| HSL | 224.29º | 0.9% | 0.27% | - |
| HSV(B) | 224.29º | 0.95% | 0.52% | - |
| XYZ | 5.08 | 3.26 | 22.55 | - |
| YUV | 40.74 | 180.07 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 133 | 0.95 | 0.70 | 0 | 0.48 | 224.29 | 0.9 | 0.27 |
| Hex | 7 | 28 | 85 | 5F | 46 | 0 | 30 | E0 | 5A | 1B |
| Octal | 7 | 50 | 205 | 137 | 106 | 0 | 60 | 340 | 132 | 33 |
| Binary | 111 | 101000 | 10000101 | 1011111 | 1000110 | 0 | 110000 | 11100000 | 1011010 | 11011 |
Color Harmonies of #072885
Complementary color
Monochromatic Colors of #072885
Black with #072885
Text Example
Text Example
White with #072885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072885; }
p { color: rgb(7,40,133); }
H1.HeaderClassName
{
color: #072885;
}
.AnyTagClassName
{
color: #072885;
}
</style>
background-color css
<style>
a { background-color: #072885; }
a { background-color: rgb(7,40,133); }
div.DivClassName
{
background-color: #072885;
}
.BgClassName
{
background-color: #072885;
}
</style>
border-color css
<style>
span { border-color: #072885; }
span { border-color: rgb(7,40,133); }
td.TdClassName
{
border-color: #072885;
}
.TagClassName
{
border-color: #072885;
}
</style>