Shades of Smalt #072895
Tints of Smalt #072895
RGB
CMYK
RGB Variations
Color information
#072895 (or 0x072895) is known color: Smalt. HEX triplet: 07, 28 and 95. RGB value is (7,40,149). Sum of RGB (Red+Green+Blue) = 7+40+149=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 149 (58.59% from 255 or 76.02% from 196); Max value from RGB is 149 - color contains mainly: blue. Hex color #072895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072895 is #F8D76A. Grayscale: #2A2A2A. Windows color (decimal): -16308075 or 9775111. OLE color: 9775111.
HSL color Cylindrical-coordinate representation of color #072895: hue angle of 226.06º 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 #072895 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 40 | 149 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.42 |
| HSL | 226.06º | 0.91% | 0.31% | - |
| HSV(B) | 226.06º | 0.95% | 0.58% | - |
| XYZ | 6.27 | 3.73 | 28.82 | - |
| YUV | 42.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 149 | 0.95 | 0.73 | 0 | 0.42 | 226.06 | 0.91 | 0.31 |
| Hex | 7 | 28 | 95 | 5F | 49 | 0 | 2A | E2 | 5B | 1F |
| Octal | 7 | 50 | 225 | 137 | 111 | 0 | 52 | 342 | 133 | 37 |
| Binary | 111 | 101000 | 10010101 | 1011111 | 1001001 | 0 | 101010 | 11100010 | 1011011 | 11111 |
Color Harmonies of #072895
Complementary color
Monochromatic Colors of #072895
Black with #072895
Text Example
Text Example
White with #072895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072895; }
p { color: rgb(7,40,149); }
H1.HeaderClassName
{
color: #072895;
}
.AnyTagClassName
{
color: #072895;
}
</style>
background-color css
<style>
a { background-color: #072895; }
a { background-color: rgb(7,40,149); }
div.DivClassName
{
background-color: #072895;
}
.BgClassName
{
background-color: #072895;
}
</style>
border-color css
<style>
span { border-color: #072895; }
span { border-color: rgb(7,40,149); }
td.TdClassName
{
border-color: #072895;
}
.TagClassName
{
border-color: #072895;
}
</style>