Shades of Smalt #072293
Tints of Smalt #072293
RGB
CMYK
RGB Variations
Color information
#072293 (or 0x072293) is known color: Smalt. HEX triplet: 07, 22 and 93. RGB value is (7,34,147). Sum of RGB (Red+Green+Blue) = 7+34+147=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #072293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072293 is #F8DD6C. Grayscale: #262626. Windows color (decimal): -16309613 or 9642503. OLE color: 9642503.
HSL color Cylindrical-coordinate representation of color #072293: hue angle of 228.43º 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 #072293 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 34 | 147 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.42 |
| HSL | 228.43º | 0.91% | 0.3% | - |
| HSV(B) | 228.43º | 0.95% | 0.58% | - |
| XYZ | 5.93 | 3.3 | 27.93 | - |
| YUV | 38.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 147 | 0.95 | 0.77 | 0 | 0.42 | 228.43 | 0.91 | 0.3 |
| Hex | 7 | 22 | 93 | 5F | 4D | 0 | 2A | E4 | 5B | 1E |
| Octal | 7 | 42 | 223 | 137 | 115 | 0 | 52 | 344 | 133 | 36 |
| Binary | 111 | 100010 | 10010011 | 1011111 | 1001101 | 0 | 101010 | 11100100 | 1011011 | 11110 |
Color Harmonies of #072293
Complementary color
Monochromatic Colors of #072293
Black with #072293
Text Example
Text Example
White with #072293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072293; }
p { color: rgb(7,34,147); }
H1.HeaderClassName
{
color: #072293;
}
.AnyTagClassName
{
color: #072293;
}
</style>
background-color css
<style>
a { background-color: #072293; }
a { background-color: rgb(7,34,147); }
div.DivClassName
{
background-color: #072293;
}
.BgClassName
{
background-color: #072293;
}
</style>
border-color css
<style>
span { border-color: #072293; }
span { border-color: rgb(7,34,147); }
td.TdClassName
{
border-color: #072293;
}
.TagClassName
{
border-color: #072293;
}
</style>