Shades of Smalt #072D8D
Tints of Smalt #072D8D
RGB
CMYK
RGB Variations
Color information
#072D8D (or 0x072D8D) is known color: Smalt. HEX triplet: 07, 2D and 8D. RGB value is (7,45,141). Sum of RGB (Red+Green+Blue) = 7+45+141=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #072D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072D8D is #F8D272. Grayscale: #2C2C2C. Windows color (decimal): -16306803 or 9252103. OLE color: 9252103.
HSL color Cylindrical-coordinate representation of color #072D8D: hue angle of 222.99º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072D8D is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 45 | 141 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.45 |
| HSL | 222.99º | 0.91% | 0.29% | - |
| HSV(B) | 222.99º | 0.95% | 0.55% | - |
| XYZ | 5.83 | 3.85 | 25.63 | - |
| YUV | 44.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 141 | 0.95 | 0.68 | 0 | 0.45 | 222.99 | 0.91 | 0.29 |
| Hex | 7 | 2D | 8D | 5F | 44 | 0 | 2D | DF | 5B | 1D |
| Octal | 7 | 55 | 215 | 137 | 104 | 0 | 55 | 337 | 133 | 35 |
| Binary | 111 | 101101 | 10001101 | 1011111 | 1000100 | 0 | 101101 | 11011111 | 1011011 | 11101 |
Color Harmonies of #072D8D
Complementary color
Monochromatic Colors of #072D8D
Black with #072D8D
Text Example
Text Example
White with #072D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D8D; }
p { color: rgb(7,45,141); }
H1.HeaderClassName
{
color: #072D8D;
}
.AnyTagClassName
{
color: #072D8D;
}
</style>
background-color css
<style>
a { background-color: #072D8D; }
a { background-color: rgb(7,45,141); }
div.DivClassName
{
background-color: #072D8D;
}
.BgClassName
{
background-color: #072D8D;
}
</style>
border-color css
<style>
span { border-color: #072D8D; }
span { border-color: rgb(7,45,141); }
td.TdClassName
{
border-color: #072D8D;
}
.TagClassName
{
border-color: #072D8D;
}
</style>