Shades of Smalt #07328D
Tints of Smalt #07328D
RGB
CMYK
RGB Variations
Color information
#07328D (or 0x07328D) is known color: Smalt. HEX triplet: 07, 32 and 8D. RGB value is (7,50,141). Sum of RGB (Red+Green+Blue) = 7+50+141=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #07328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07328D is #F8CD72. Grayscale: #2F2F2F. Windows color (decimal): -16305523 or 9253383. OLE color: 9253383.
HSL color Cylindrical-coordinate representation of color #07328D: hue angle of 220.75º 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 #07328D is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 50 | 141 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.45 |
| HSL | 220.75º | 0.91% | 0.29% | - |
| HSV(B) | 220.75º | 0.95% | 0.55% | - |
| XYZ | 6.04 | 4.25 | 25.7 | - |
| YUV | 47.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 141 | 0.95 | 0.65 | 0 | 0.45 | 220.75 | 0.91 | 0.29 |
| Hex | 7 | 32 | 8D | 5F | 41 | 0 | 2D | DD | 5B | 1D |
| Octal | 7 | 62 | 215 | 137 | 101 | 0 | 55 | 335 | 133 | 35 |
| Binary | 111 | 110010 | 10001101 | 1011111 | 1000001 | 0 | 101101 | 11011101 | 1011011 | 11101 |
Color Harmonies of #07328D
Complementary color
Monochromatic Colors of #07328D
Black with #07328D
Text Example
Text Example
White with #07328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07328D; }
p { color: rgb(7,50,141); }
H1.HeaderClassName
{
color: #07328D;
}
.AnyTagClassName
{
color: #07328D;
}
</style>
background-color css
<style>
a { background-color: #07328D; }
a { background-color: rgb(7,50,141); }
div.DivClassName
{
background-color: #07328D;
}
.BgClassName
{
background-color: #07328D;
}
</style>
border-color css
<style>
span { border-color: #07328D; }
span { border-color: rgb(7,50,141); }
td.TdClassName
{
border-color: #07328D;
}
.TagClassName
{
border-color: #07328D;
}
</style>