Shades of Smalt #072F9B
Tints of Smalt #072F9B
RGB
CMYK
RGB Variations
Color information
#072F9B (or 0x072F9B) is known color: Smalt. HEX triplet: 07, 2F and 9B. RGB value is (7,47,155). Sum of RGB (Red+Green+Blue) = 7+47+155=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #072F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F9B is #F8D064. Grayscale: #2E2E2E. Windows color (decimal): -16306277 or 10170119. OLE color: 10170119.
HSL color Cylindrical-coordinate representation of color #072F9B: hue angle of 223.78º 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 #072F9B is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 47 | 155 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.39 |
| HSL | 223.78º | 0.91% | 0.32% | - |
| HSV(B) | 223.78º | 0.95% | 0.61% | - |
| XYZ | 7.02 | 4.44 | 31.5 | - |
| YUV | 47.35 | 188.75 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 155 | 0.95 | 0.70 | 0 | 0.39 | 223.78 | 0.91 | 0.32 |
| Hex | 7 | 2F | 9B | 5F | 46 | 0 | 27 | E0 | 5B | 20 |
| Octal | 7 | 57 | 233 | 137 | 106 | 0 | 47 | 340 | 133 | 40 |
| Binary | 111 | 101111 | 10011011 | 1011111 | 1000110 | 0 | 100111 | 11100000 | 1011011 | 100000 |
Color Harmonies of #072F9B
Complementary color
Monochromatic Colors of #072F9B
Black with #072F9B
Text Example
Text Example
White with #072F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F9B; }
p { color: rgb(7,47,155); }
H1.HeaderClassName
{
color: #072F9B;
}
.AnyTagClassName
{
color: #072F9B;
}
</style>
background-color css
<style>
a { background-color: #072F9B; }
a { background-color: rgb(7,47,155); }
div.DivClassName
{
background-color: #072F9B;
}
.BgClassName
{
background-color: #072F9B;
}
</style>
border-color css
<style>
span { border-color: #072F9B; }
span { border-color: rgb(7,47,155); }
td.TdClassName
{
border-color: #072F9B;
}
.TagClassName
{
border-color: #072F9B;
}
</style>