Shades of Smalt #073895
Tints of Smalt #073895
RGB
CMYK
RGB Variations
Color information
#073895 (or 0x073895) is known color: Smalt. HEX triplet: 07, 38 and 95. RGB value is (7,56,149). Sum of RGB (Red+Green+Blue) = 7+56+149=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #073895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073895 is #F8C76A. Grayscale: #333333. Windows color (decimal): -16303979 or 9779207. OLE color: 9779207.
HSL color Cylindrical-coordinate representation of color #073895: hue angle of 219.3º 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 #073895 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 56 | 149 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.42 |
| HSL | 219.3º | 0.91% | 0.31% | - |
| HSV(B) | 219.3º | 0.95% | 0.58% | - |
| XYZ | 6.93 | 5.04 | 29.04 | - |
| YUV | 51.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 149 | 0.95 | 0.62 | 0 | 0.42 | 219.3 | 0.91 | 0.31 |
| Hex | 7 | 38 | 95 | 5F | 3E | 0 | 2A | DB | 5B | 1F |
| Octal | 7 | 70 | 225 | 137 | 76 | 0 | 52 | 333 | 133 | 37 |
| Binary | 111 | 111000 | 10010101 | 1011111 | 111110 | 0 | 101010 | 11011011 | 1011011 | 11111 |
Color Harmonies of #073895
Complementary color
Monochromatic Colors of #073895
Black with #073895
Text Example
Text Example
White with #073895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073895; }
p { color: rgb(7,56,149); }
H1.HeaderClassName
{
color: #073895;
}
.AnyTagClassName
{
color: #073895;
}
</style>
background-color css
<style>
a { background-color: #073895; }
a { background-color: rgb(7,56,149); }
div.DivClassName
{
background-color: #073895;
}
.BgClassName
{
background-color: #073895;
}
</style>
border-color css
<style>
span { border-color: #073895; }
span { border-color: rgb(7,56,149); }
td.TdClassName
{
border-color: #073895;
}
.TagClassName
{
border-color: #073895;
}
</style>