Shades of Smalt #073E9D
Tints of Smalt #073E9D
RGB
CMYK
RGB Variations
Color information
#073E9D (or 0x073E9D) is known color: Smalt. HEX triplet: 07, 3E and 9D. RGB value is (7,62,157). Sum of RGB (Red+Green+Blue) = 7+62+157=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #073E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073E9D is #F8C162. Grayscale: #373737. Windows color (decimal): -16302435 or 10305031. OLE color: 10305031.
HSL color Cylindrical-coordinate representation of color #073E9D: hue angle of 218º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073E9D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 62 | 157 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.38 |
| HSL | 218º | 0.91% | 0.32% | - |
| HSV(B) | 218º | 0.96% | 0.62% | - |
| XYZ | 7.9 | 5.92 | 32.63 | - |
| YUV | 56.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 62 | 157 | 0.96 | 0.61 | 0 | 0.38 | 218 | 0.91 | 0.32 |
| Hex | 7 | 3E | 9D | 60 | 3D | 0 | 26 | DA | 5B | 20 |
| Octal | 7 | 76 | 235 | 140 | 75 | 0 | 46 | 332 | 133 | 40 |
| Binary | 111 | 111110 | 10011101 | 1100000 | 111101 | 0 | 100110 | 11011010 | 1011011 | 100000 |
Color Harmonies of #073E9D
Complementary color
Monochromatic Colors of #073E9D
Black with #073E9D
Text Example
Text Example
White with #073E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073E9D; }
p { color: rgb(7,62,157); }
H1.HeaderClassName
{
color: #073E9D;
}
.AnyTagClassName
{
color: #073E9D;
}
</style>
background-color css
<style>
a { background-color: #073E9D; }
a { background-color: rgb(7,62,157); }
div.DivClassName
{
background-color: #073E9D;
}
.BgClassName
{
background-color: #073E9D;
}
</style>
border-color css
<style>
span { border-color: #073E9D; }
span { border-color: rgb(7,62,157); }
td.TdClassName
{
border-color: #073E9D;
}
.TagClassName
{
border-color: #073E9D;
}
</style>