Shades of Smalt #073BA2
Tints of Smalt #073BA2
RGB
CMYK
RGB Variations
Color information
#073BA2 (or 0x073BA2) is known color: Smalt. HEX triplet: 07, 3B and A2. RGB value is (7,59,162). Sum of RGB (Red+Green+Blue) = 7+59+162=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #073BA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073BA2 is #F8C45D. Grayscale: #363636. Windows color (decimal): -16303198 or 10631943. OLE color: 10631943.
HSL color Cylindrical-coordinate representation of color #073BA2: hue angle of 219.87º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073BA2 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 59 | 162 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.36 |
| HSL | 219.87º | 0.92% | 0.33% | - |
| HSV(B) | 219.87º | 0.96% | 0.64% | - |
| XYZ | 8.17 | 5.78 | 34.87 | - |
| YUV | 55.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 59 | 162 | 0.96 | 0.64 | 0 | 0.36 | 219.87 | 0.92 | 0.33 |
| Hex | 7 | 3B | A2 | 60 | 40 | 0 | 24 | DC | 5C | 21 |
| Octal | 7 | 73 | 242 | 140 | 100 | 0 | 44 | 334 | 134 | 41 |
| Binary | 111 | 111011 | 10100010 | 1100000 | 1000000 | 0 | 100100 | 11011100 | 1011100 | 100001 |
Color Harmonies of #073BA2
Complementary color
Monochromatic Colors of #073BA2
Black with #073BA2
Text Example
Text Example
White with #073BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073BA2; }
p { color: rgb(7,59,162); }
H1.HeaderClassName
{
color: #073BA2;
}
.AnyTagClassName
{
color: #073BA2;
}
</style>
background-color css
<style>
a { background-color: #073BA2; }
a { background-color: rgb(7,59,162); }
div.DivClassName
{
background-color: #073BA2;
}
.BgClassName
{
background-color: #073BA2;
}
</style>
border-color css
<style>
span { border-color: #073BA2; }
span { border-color: rgb(7,59,162); }
td.TdClassName
{
border-color: #073BA2;
}
.TagClassName
{
border-color: #073BA2;
}
</style>