Shades of Smalt #073485
Tints of Smalt #073485
RGB
CMYK
RGB Variations
Color information
#073485 (or 0x073485) is known color: Smalt. HEX triplet: 07, 34 and 85. RGB value is (7,52,133). Sum of RGB (Red+Green+Blue) = 7+52+133=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #073485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073485 is #F8CB7A. Grayscale: #2F2F2F. Windows color (decimal): -16305019 or 8729607. OLE color: 8729607.
HSL color Cylindrical-coordinate representation of color #073485: hue angle of 218.57º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073485 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 52 | 133 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.48 |
| HSL | 218.57º | 0.9% | 0.27% | - |
| HSV(B) | 218.57º | 0.95% | 0.52% | - |
| XYZ | 5.55 | 4.19 | 22.71 | - |
| YUV | 47.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 133 | 0.95 | 0.61 | 0 | 0.48 | 218.57 | 0.9 | 0.27 |
| Hex | 7 | 34 | 85 | 5F | 3D | 0 | 30 | DB | 5A | 1B |
| Octal | 7 | 64 | 205 | 137 | 75 | 0 | 60 | 333 | 132 | 33 |
| Binary | 111 | 110100 | 10000101 | 1011111 | 111101 | 0 | 110000 | 11011011 | 1011010 | 11011 |
Color Harmonies of #073485
Complementary color
Monochromatic Colors of #073485
Black with #073485
Text Example
Text Example
White with #073485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073485; }
p { color: rgb(7,52,133); }
H1.HeaderClassName
{
color: #073485;
}
.AnyTagClassName
{
color: #073485;
}
</style>
background-color css
<style>
a { background-color: #073485; }
a { background-color: rgb(7,52,133); }
div.DivClassName
{
background-color: #073485;
}
.BgClassName
{
background-color: #073485;
}
</style>
border-color css
<style>
span { border-color: #073485; }
span { border-color: rgb(7,52,133); }
td.TdClassName
{
border-color: #073485;
}
.TagClassName
{
border-color: #073485;
}
</style>