Shades of Smalt #073C9D
Tints of Smalt #073C9D
RGB
CMYK
RGB Variations
Color information
#073C9D (or 0x073C9D) is known color: Smalt. HEX triplet: 07, 3C and 9D. RGB value is (7,60,157). Sum of RGB (Red+Green+Blue) = 7+60+157=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 157 (61.72% from 255 or 70.09% from 224); Max value from RGB is 157 - color contains mainly: blue. Hex color #073C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073C9D is #F8C362. Grayscale: #363636. Windows color (decimal): -16302947 or 10304519. OLE color: 10304519.
HSL color Cylindrical-coordinate representation of color #073C9D: hue angle of 218.8º 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 #073C9D is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 60 | 157 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.38 |
| HSL | 218.8º | 0.91% | 0.32% | - |
| HSV(B) | 218.8º | 0.96% | 0.62% | - |
| XYZ | 7.79 | 5.71 | 32.59 | - |
| YUV | 55.21 | 185.44 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 157 | 0.96 | 0.62 | 0 | 0.38 | 218.8 | 0.91 | 0.32 |
| Hex | 7 | 3C | 9D | 60 | 3E | 0 | 26 | DB | 5B | 20 |
| Octal | 7 | 74 | 235 | 140 | 76 | 0 | 46 | 333 | 133 | 40 |
| Binary | 111 | 111100 | 10011101 | 1100000 | 111110 | 0 | 100110 | 11011011 | 1011011 | 100000 |
Color Harmonies of #073C9D
Complementary color
Monochromatic Colors of #073C9D
Black with #073C9D
Text Example
Text Example
White with #073C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C9D; }
p { color: rgb(7,60,157); }
H1.HeaderClassName
{
color: #073C9D;
}
.AnyTagClassName
{
color: #073C9D;
}
</style>
background-color css
<style>
a { background-color: #073C9D; }
a { background-color: rgb(7,60,157); }
div.DivClassName
{
background-color: #073C9D;
}
.BgClassName
{
background-color: #073C9D;
}
</style>
border-color css
<style>
span { border-color: #073C9D; }
span { border-color: rgb(7,60,157); }
td.TdClassName
{
border-color: #073C9D;
}
.TagClassName
{
border-color: #073C9D;
}
</style>