Shades of Smalt #072F9C
Tints of Smalt #072F9C
RGB
CMYK
RGB Variations
Color information
#072F9C (or 0x072F9C) is known color: Smalt. HEX triplet: 07, 2F and 9C. RGB value is (7,47,156). Sum of RGB (Red+Green+Blue) = 7+47+156=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #072F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F9C is #F8D063. Grayscale: #2E2E2E. Windows color (decimal): -16306276 or 10235655. OLE color: 10235655.
HSL color Cylindrical-coordinate representation of color #072F9C: hue angle of 223.89º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #072F9C is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 47 | 156 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.39 |
| HSL | 223.89º | 0.91% | 0.32% | - |
| HSV(B) | 223.89º | 0.96% | 0.61% | - |
| XYZ | 7.1 | 4.48 | 31.94 | - |
| YUV | 47.47 | 189.25 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 156 | 0.96 | 0.70 | 0 | 0.39 | 223.89 | 0.91 | 0.32 |
| Hex | 7 | 2F | 9C | 60 | 46 | 0 | 27 | E0 | 5B | 20 |
| Octal | 7 | 57 | 234 | 140 | 106 | 0 | 47 | 340 | 133 | 40 |
| Binary | 111 | 101111 | 10011100 | 1100000 | 1000110 | 0 | 100111 | 11100000 | 1011011 | 100000 |
Color Harmonies of #072F9C
Complementary color
Monochromatic Colors of #072F9C
Black with #072F9C
Text Example
Text Example
White with #072F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F9C; }
p { color: rgb(7,47,156); }
H1.HeaderClassName
{
color: #072F9C;
}
.AnyTagClassName
{
color: #072F9C;
}
</style>
background-color css
<style>
a { background-color: #072F9C; }
a { background-color: rgb(7,47,156); }
div.DivClassName
{
background-color: #072F9C;
}
.BgClassName
{
background-color: #072F9C;
}
</style>
border-color css
<style>
span { border-color: #072F9C; }
span { border-color: rgb(7,47,156); }
td.TdClassName
{
border-color: #072F9C;
}
.TagClassName
{
border-color: #072F9C;
}
</style>