Shades of Smalt #072395
Tints of Smalt #072395
RGB
CMYK
RGB Variations
Color information
#072395 (or 0x072395) is known color: Smalt. HEX triplet: 07, 23 and 95. RGB value is (7,35,149). Sum of RGB (Red+Green+Blue) = 7+35+149=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #072395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072395 is #F8DC6A. Grayscale: #272727. Windows color (decimal): -16309355 or 9773831. OLE color: 9773831.
HSL color Cylindrical-coordinate representation of color #072395: hue angle of 228.17º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072395 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 35 | 149 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.42 |
| HSL | 228.17º | 0.91% | 0.31% | - |
| HSV(B) | 228.17º | 0.95% | 0.58% | - |
| XYZ | 6.11 | 3.42 | 28.77 | - |
| YUV | 39.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 149 | 0.95 | 0.77 | 0 | 0.42 | 228.17 | 0.91 | 0.31 |
| Hex | 7 | 23 | 95 | 5F | 4D | 0 | 2A | E4 | 5B | 1F |
| Octal | 7 | 43 | 225 | 137 | 115 | 0 | 52 | 344 | 133 | 37 |
| Binary | 111 | 100011 | 10010101 | 1011111 | 1001101 | 0 | 101010 | 11100100 | 1011011 | 11111 |
Color Harmonies of #072395
Complementary color
Monochromatic Colors of #072395
Black with #072395
Text Example
Text Example
White with #072395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072395; }
p { color: rgb(7,35,149); }
H1.HeaderClassName
{
color: #072395;
}
.AnyTagClassName
{
color: #072395;
}
</style>
background-color css
<style>
a { background-color: #072395; }
a { background-color: rgb(7,35,149); }
div.DivClassName
{
background-color: #072395;
}
.BgClassName
{
background-color: #072395;
}
</style>
border-color css
<style>
span { border-color: #072395; }
span { border-color: rgb(7,35,149); }
td.TdClassName
{
border-color: #072395;
}
.TagClassName
{
border-color: #072395;
}
</style>