Shades of Smalt #07208A
Tints of Smalt #07208A
RGB
CMYK
RGB Variations
Color information
#07208A (or 0x07208A) is known color: Smalt. HEX triplet: 07, 20 and 8A. RGB value is (7,32,138). Sum of RGB (Red+Green+Blue) = 7+32+138=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #07208A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07208A is #F8DF75. Grayscale: #242424. Windows color (decimal): -16310134 or 9052167. OLE color: 9052167.
HSL color Cylindrical-coordinate representation of color #07208A: hue angle of 228.55º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07208A is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 32 | 138 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.46 |
| HSL | 228.55º | 0.9% | 0.28% | - |
| HSV(B) | 228.55º | 0.95% | 0.54% | - |
| XYZ | 5.19 | 2.91 | 24.33 | - |
| YUV | 36.61 | 185.22 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 138 | 0.95 | 0.77 | 0 | 0.46 | 228.55 | 0.9 | 0.28 |
| Hex | 7 | 20 | 8A | 5F | 4D | 0 | 2E | E5 | 5A | 1C |
| Octal | 7 | 40 | 212 | 137 | 115 | 0 | 56 | 345 | 132 | 34 |
| Binary | 111 | 100000 | 10001010 | 1011111 | 1001101 | 0 | 101110 | 11100101 | 1011010 | 11100 |
Color Harmonies of #07208A
Complementary color
Monochromatic Colors of #07208A
Black with #07208A
Text Example
Text Example
White with #07208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07208A; }
p { color: rgb(7,32,138); }
H1.HeaderClassName
{
color: #07208A;
}
.AnyTagClassName
{
color: #07208A;
}
</style>
background-color css
<style>
a { background-color: #07208A; }
a { background-color: rgb(7,32,138); }
div.DivClassName
{
background-color: #07208A;
}
.BgClassName
{
background-color: #07208A;
}
</style>
border-color css
<style>
span { border-color: #07208A; }
span { border-color: rgb(7,32,138); }
td.TdClassName
{
border-color: #07208A;
}
.TagClassName
{
border-color: #07208A;
}
</style>