Shades of Smalt #073B8D
Tints of Smalt #073B8D
RGB
CMYK
RGB Variations
Color information
#073B8D (or 0x073B8D) is known color: Smalt. HEX triplet: 07, 3B and 8D. RGB value is (7,59,141). Sum of RGB (Red+Green+Blue) = 7+59+141=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 141 (55.47% from 255 or 68.12% from 207); Max value from RGB is 141 - color contains mainly: blue. Hex color #073B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073B8D is #F8C472. Grayscale: #343434. Windows color (decimal): -16303219 or 9255687. OLE color: 9255687.
HSL color Cylindrical-coordinate representation of color #073B8D: hue angle of 216.72º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073B8D is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 59 | 141 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.45 |
| HSL | 216.72º | 0.91% | 0.29% | - |
| HSV(B) | 216.72º | 0.95% | 0.55% | - |
| XYZ | 6.46 | 5.1 | 25.84 | - |
| YUV | 52.8 | 177.77 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 141 | 0.95 | 0.58 | 0 | 0.45 | 216.72 | 0.91 | 0.29 |
| Hex | 7 | 3B | 8D | 5F | 3A | 0 | 2D | D9 | 5B | 1D |
| Octal | 7 | 73 | 215 | 137 | 72 | 0 | 55 | 331 | 133 | 35 |
| Binary | 111 | 111011 | 10001101 | 1011111 | 111010 | 0 | 101101 | 11011001 | 1011011 | 11101 |
Color Harmonies of #073B8D
Complementary color
Monochromatic Colors of #073B8D
Black with #073B8D
Text Example
Text Example
White with #073B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073B8D; }
p { color: rgb(7,59,141); }
H1.HeaderClassName
{
color: #073B8D;
}
.AnyTagClassName
{
color: #073B8D;
}
</style>
background-color css
<style>
a { background-color: #073B8D; }
a { background-color: rgb(7,59,141); }
div.DivClassName
{
background-color: #073B8D;
}
.BgClassName
{
background-color: #073B8D;
}
</style>
border-color css
<style>
span { border-color: #073B8D; }
span { border-color: rgb(7,59,141); }
td.TdClassName
{
border-color: #073B8D;
}
.TagClassName
{
border-color: #073B8D;
}
</style>