Shades of Smalt #072F93
Tints of Smalt #072F93
RGB
CMYK
RGB Variations
Color information
#072F93 (or 0x072F93) is known color: Smalt. HEX triplet: 07, 2F and 93. RGB value is (7,47,147). Sum of RGB (Red+Green+Blue) = 7+47+147=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 147 (57.81% from 255 or 73.13% from 201); Max value from RGB is 147 - color contains mainly: blue. Hex color #072F93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072F93 is #F8D06C. Grayscale: #2E2E2E. Windows color (decimal): -16306285 or 9645831. OLE color: 9645831.
HSL color Cylindrical-coordinate representation of color #072F93: hue angle of 222.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072F93 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 47 | 147 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.42 |
| HSL | 222.86º | 0.91% | 0.3% | - |
| HSV(B) | 222.86º | 0.95% | 0.58% | - |
| XYZ | 6.37 | 4.18 | 28.08 | - |
| YUV | 46.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 147 | 0.95 | 0.68 | 0 | 0.42 | 222.86 | 0.91 | 0.3 |
| Hex | 7 | 2F | 93 | 5F | 44 | 0 | 2A | DF | 5B | 1E |
| Octal | 7 | 57 | 223 | 137 | 104 | 0 | 52 | 337 | 133 | 36 |
| Binary | 111 | 101111 | 10010011 | 1011111 | 1000100 | 0 | 101010 | 11011111 | 1011011 | 11110 |
Color Harmonies of #072F93
Complementary color
Monochromatic Colors of #072F93
Black with #072F93
Text Example
Text Example
White with #072F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F93; }
p { color: rgb(7,47,147); }
H1.HeaderClassName
{
color: #072F93;
}
.AnyTagClassName
{
color: #072F93;
}
</style>
background-color css
<style>
a { background-color: #072F93; }
a { background-color: rgb(7,47,147); }
div.DivClassName
{
background-color: #072F93;
}
.BgClassName
{
background-color: #072F93;
}
</style>
border-color css
<style>
span { border-color: #072F93; }
span { border-color: rgb(7,47,147); }
td.TdClassName
{
border-color: #072F93;
}
.TagClassName
{
border-color: #072F93;
}
</style>