Shades of Smalt #072085
Tints of Smalt #072085
RGB
CMYK
RGB Variations
Color information
#072085 (or 0x072085) is known color: Smalt. HEX triplet: 07, 20 and 85. RGB value is (7,32,133). Sum of RGB (Red+Green+Blue) = 7+32+133=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 133 (52.34% from 255 or 77.33% from 172); Max value from RGB is 133 - color contains mainly: blue. Hex color #072085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072085 is #F8DF7A. Grayscale: #232323. Windows color (decimal): -16310139 or 8724487. OLE color: 8724487.
HSL color Cylindrical-coordinate representation of color #072085: hue angle of 228.1º 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 #072085 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 32 | 133 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.48 |
| HSL | 228.1º | 0.9% | 0.27% | - |
| HSV(B) | 228.1º | 0.95% | 0.52% | - |
| XYZ | 4.84 | 2.77 | 22.47 | - |
| YUV | 36.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 133 | 0.95 | 0.76 | 0 | 0.48 | 228.1 | 0.9 | 0.27 |
| Hex | 7 | 20 | 85 | 5F | 4C | 0 | 30 | E4 | 5A | 1B |
| Octal | 7 | 40 | 205 | 137 | 114 | 0 | 60 | 344 | 132 | 33 |
| Binary | 111 | 100000 | 10000101 | 1011111 | 1001100 | 0 | 110000 | 11100100 | 1011010 | 11011 |
Color Harmonies of #072085
Complementary color
Monochromatic Colors of #072085
Black with #072085
Text Example
Text Example
White with #072085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072085; }
p { color: rgb(7,32,133); }
H1.HeaderClassName
{
color: #072085;
}
.AnyTagClassName
{
color: #072085;
}
</style>
background-color css
<style>
a { background-color: #072085; }
a { background-color: rgb(7,32,133); }
div.DivClassName
{
background-color: #072085;
}
.BgClassName
{
background-color: #072085;
}
</style>
border-color css
<style>
span { border-color: #072085; }
span { border-color: rgb(7,32,133); }
td.TdClassName
{
border-color: #072085;
}
.TagClassName
{
border-color: #072085;
}
</style>