Shades of Smalt #073588
Tints of Smalt #073588
RGB
CMYK
RGB Variations
Color information
#073588 (or 0x073588) is known color: Smalt. HEX triplet: 07, 35 and 88. RGB value is (7,53,136). Sum of RGB (Red+Green+Blue) = 7+53+136=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #073588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073588 is #F8CA77. Grayscale: #303030. Windows color (decimal): -16304760 or 8926471. OLE color: 8926471.
HSL color Cylindrical-coordinate representation of color #073588: hue angle of 218.6º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073588 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 53 | 136 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.47 |
| HSL | 218.6º | 0.9% | 0.28% | - |
| HSV(B) | 218.6º | 0.95% | 0.53% | - |
| XYZ | 5.8 | 4.37 | 23.83 | - |
| YUV | 48.71 | 177.26 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 53 | 136 | 0.95 | 0.61 | 0 | 0.47 | 218.6 | 0.9 | 0.28 |
| Hex | 7 | 35 | 88 | 5F | 3D | 0 | 2F | DB | 5A | 1C |
| Octal | 7 | 65 | 210 | 137 | 75 | 0 | 57 | 333 | 132 | 34 |
| Binary | 111 | 110101 | 10001000 | 1011111 | 111101 | 0 | 101111 | 11011011 | 1011010 | 11100 |
Color Harmonies of #073588
Complementary color
Monochromatic Colors of #073588
Black with #073588
Text Example
Text Example
White with #073588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073588; }
p { color: rgb(7,53,136); }
H1.HeaderClassName
{
color: #073588;
}
.AnyTagClassName
{
color: #073588;
}
</style>
background-color css
<style>
a { background-color: #073588; }
a { background-color: rgb(7,53,136); }
div.DivClassName
{
background-color: #073588;
}
.BgClassName
{
background-color: #073588;
}
</style>
border-color css
<style>
span { border-color: #073588; }
span { border-color: rgb(7,53,136); }
td.TdClassName
{
border-color: #073588;
}
.TagClassName
{
border-color: #073588;
}
</style>