Shades of Smalt #073A8B
Tints of Smalt #073A8B
RGB
CMYK
RGB Variations
Color information
#073A8B (or 0x073A8B) is known color: Smalt. HEX triplet: 07, 3A and 8B. RGB value is (7,58,139). Sum of RGB (Red+Green+Blue) = 7+58+139=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 139 (54.69% from 255 or 68.14% from 204); Max value from RGB is 139 - color contains mainly: blue. Hex color #073A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A8B is #F8C574. Grayscale: #333333. Windows color (decimal): -16303477 or 9124359. OLE color: 9124359.
HSL color Cylindrical-coordinate representation of color #073A8B: hue angle of 216.82º degrees, saturation: 0.9, 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 #073A8B is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 58 | 139 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.45 |
| HSL | 216.82º | 0.9% | 0.29% | - |
| HSV(B) | 216.82º | 0.95% | 0.55% | - |
| XYZ | 6.26 | 4.94 | 25.05 | - |
| YUV | 51.99 | 177.1 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 139 | 0.95 | 0.58 | 0 | 0.45 | 216.82 | 0.9 | 0.29 |
| Hex | 7 | 3A | 8B | 5F | 3A | 0 | 2D | D9 | 5A | 1D |
| Octal | 7 | 72 | 213 | 137 | 72 | 0 | 55 | 331 | 132 | 35 |
| Binary | 111 | 111010 | 10001011 | 1011111 | 111010 | 0 | 101101 | 11011001 | 1011010 | 11101 |
Color Harmonies of #073A8B
Complementary color
Monochromatic Colors of #073A8B
Black with #073A8B
Text Example
Text Example
White with #073A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A8B; }
p { color: rgb(7,58,139); }
H1.HeaderClassName
{
color: #073A8B;
}
.AnyTagClassName
{
color: #073A8B;
}
</style>
background-color css
<style>
a { background-color: #073A8B; }
a { background-color: rgb(7,58,139); }
div.DivClassName
{
background-color: #073A8B;
}
.BgClassName
{
background-color: #073A8B;
}
</style>
border-color css
<style>
span { border-color: #073A8B; }
span { border-color: rgb(7,58,139); }
td.TdClassName
{
border-color: #073A8B;
}
.TagClassName
{
border-color: #073A8B;
}
</style>