Shades of Smalt #073095
Tints of Smalt #073095
RGB
CMYK
RGB Variations
Color information
#073095 (or 0x073095) is known color: Smalt. HEX triplet: 07, 30 and 95. RGB value is (7,48,149). Sum of RGB (Red+Green+Blue) = 7+48+149=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #073095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073095 is #F8CF6A. Grayscale: #2E2E2E. Windows color (decimal): -16306027 or 9777159. OLE color: 9777159.
HSL color Cylindrical-coordinate representation of color #073095: hue angle of 222.68º 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 #073095 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 48 | 149 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.42 |
| HSL | 222.68º | 0.91% | 0.31% | - |
| HSV(B) | 222.68º | 0.95% | 0.58% | - |
| XYZ | 6.57 | 4.33 | 28.92 | - |
| YUV | 47.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 149 | 0.95 | 0.68 | 0 | 0.42 | 222.68 | 0.91 | 0.31 |
| Hex | 7 | 30 | 95 | 5F | 44 | 0 | 2A | DF | 5B | 1F |
| Octal | 7 | 60 | 225 | 137 | 104 | 0 | 52 | 337 | 133 | 37 |
| Binary | 111 | 110000 | 10010101 | 1011111 | 1000100 | 0 | 101010 | 11011111 | 1011011 | 11111 |
Color Harmonies of #073095
Complementary color
Monochromatic Colors of #073095
Black with #073095
Text Example
Text Example
White with #073095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073095; }
p { color: rgb(7,48,149); }
H1.HeaderClassName
{
color: #073095;
}
.AnyTagClassName
{
color: #073095;
}
</style>
background-color css
<style>
a { background-color: #073095; }
a { background-color: rgb(7,48,149); }
div.DivClassName
{
background-color: #073095;
}
.BgClassName
{
background-color: #073095;
}
</style>
border-color css
<style>
span { border-color: #073095; }
span { border-color: rgb(7,48,149); }
td.TdClassName
{
border-color: #073095;
}
.TagClassName
{
border-color: #073095;
}
</style>