Shades of Smalt #073D9D
Tints of Smalt #073D9D
RGB
CMYK
RGB Variations
Color information
#073D9D (or 0x073D9D) is known color: Smalt. HEX triplet: 07, 3D and 9D. RGB value is (7,61,157). Sum of RGB (Red+Green+Blue) = 7+61+157=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #073D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073D9D is #F8C262. Grayscale: #373737. Windows color (decimal): -16302691 or 10304775. OLE color: 10304775.
HSL color Cylindrical-coordinate representation of color #073D9D: hue angle of 218.4º 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 #073D9D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 61 | 157 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.38 |
| HSL | 218.4º | 0.91% | 0.32% | - |
| HSV(B) | 218.4º | 0.96% | 0.62% | - |
| XYZ | 7.84 | 5.82 | 32.61 | - |
| YUV | 55.8 | 185.11 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 61 | 157 | 0.96 | 0.61 | 0 | 0.38 | 218.4 | 0.91 | 0.32 |
| Hex | 7 | 3D | 9D | 60 | 3D | 0 | 26 | DA | 5B | 20 |
| Octal | 7 | 75 | 235 | 140 | 75 | 0 | 46 | 332 | 133 | 40 |
| Binary | 111 | 111101 | 10011101 | 1100000 | 111101 | 0 | 100110 | 11011010 | 1011011 | 100000 |
Color Harmonies of #073D9D
Complementary color
Monochromatic Colors of #073D9D
Black with #073D9D
Text Example
Text Example
White with #073D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073D9D; }
p { color: rgb(7,61,157); }
H1.HeaderClassName
{
color: #073D9D;
}
.AnyTagClassName
{
color: #073D9D;
}
</style>
background-color css
<style>
a { background-color: #073D9D; }
a { background-color: rgb(7,61,157); }
div.DivClassName
{
background-color: #073D9D;
}
.BgClassName
{
background-color: #073D9D;
}
</style>
border-color css
<style>
span { border-color: #073D9D; }
span { border-color: rgb(7,61,157); }
td.TdClassName
{
border-color: #073D9D;
}
.TagClassName
{
border-color: #073D9D;
}
</style>