Shades of Smalt #072D9B
Tints of Smalt #072D9B
RGB
CMYK
RGB Variations
Color information
#072D9B (or 0x072D9B) is known color: Smalt. HEX triplet: 07, 2D and 9B. RGB value is (7,45,155). Sum of RGB (Red+Green+Blue) = 7+45+155=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #072D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072D9B is #F8D264. Grayscale: #2D2D2D. Windows color (decimal): -16306789 or 10169607. OLE color: 10169607.
HSL color Cylindrical-coordinate representation of color #072D9B: hue angle of 224.59º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072D9B is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 45 | 155 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.39 |
| HSL | 224.59º | 0.91% | 0.32% | - |
| HSV(B) | 224.59º | 0.95% | 0.61% | - |
| XYZ | 6.94 | 4.29 | 31.47 | - |
| YUV | 46.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 155 | 0.95 | 0.71 | 0 | 0.39 | 224.59 | 0.91 | 0.32 |
| Hex | 7 | 2D | 9B | 5F | 47 | 0 | 27 | E1 | 5B | 20 |
| Octal | 7 | 55 | 233 | 137 | 107 | 0 | 47 | 341 | 133 | 40 |
| Binary | 111 | 101101 | 10011011 | 1011111 | 1000111 | 0 | 100111 | 11100001 | 1011011 | 100000 |
Color Harmonies of #072D9B
Complementary color
Monochromatic Colors of #072D9B
Black with #072D9B
Text Example
Text Example
White with #072D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D9B; }
p { color: rgb(7,45,155); }
H1.HeaderClassName
{
color: #072D9B;
}
.AnyTagClassName
{
color: #072D9B;
}
</style>
background-color css
<style>
a { background-color: #072D9B; }
a { background-color: rgb(7,45,155); }
div.DivClassName
{
background-color: #072D9B;
}
.BgClassName
{
background-color: #072D9B;
}
</style>
border-color css
<style>
span { border-color: #072D9B; }
span { border-color: rgb(7,45,155); }
td.TdClassName
{
border-color: #072D9B;
}
.TagClassName
{
border-color: #072D9B;
}
</style>