Shades of Smalt #07378D
Tints of Smalt #07378D
RGB
CMYK
RGB Variations
Color information
#07378D (or 0x07378D) is known color: Smalt. HEX triplet: 07, 37 and 8D. RGB value is (7,55,141). Sum of RGB (Red+Green+Blue) = 7+55+141=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 141 (55.47% from 255 or 69.46% from 203); Max value from RGB is 141 - color contains mainly: blue. Hex color #07378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07378D is #F8C872. Grayscale: #323232. Windows color (decimal): -16304243 or 9254663. OLE color: 9254663.
HSL color Cylindrical-coordinate representation of color #07378D: hue angle of 218.51º 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 #07378D is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 55 | 141 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.45 |
| HSL | 218.51º | 0.91% | 0.29% | - |
| HSV(B) | 218.51º | 0.95% | 0.55% | - |
| XYZ | 6.26 | 4.7 | 25.78 | - |
| YUV | 50.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 141 | 0.95 | 0.61 | 0 | 0.45 | 218.51 | 0.91 | 0.29 |
| Hex | 7 | 37 | 8D | 5F | 3D | 0 | 2D | DB | 5B | 1D |
| Octal | 7 | 67 | 215 | 137 | 75 | 0 | 55 | 333 | 133 | 35 |
| Binary | 111 | 110111 | 10001101 | 1011111 | 111101 | 0 | 101101 | 11011011 | 1011011 | 11101 |
Color Harmonies of #07378D
Complementary color
Monochromatic Colors of #07378D
Black with #07378D
Text Example
Text Example
White with #07378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07378D; }
p { color: rgb(7,55,141); }
H1.HeaderClassName
{
color: #07378D;
}
.AnyTagClassName
{
color: #07378D;
}
</style>
background-color css
<style>
a { background-color: #07378D; }
a { background-color: rgb(7,55,141); }
div.DivClassName
{
background-color: #07378D;
}
.BgClassName
{
background-color: #07378D;
}
</style>
border-color css
<style>
span { border-color: #07378D; }
span { border-color: rgb(7,55,141); }
td.TdClassName
{
border-color: #07378D;
}
.TagClassName
{
border-color: #07378D;
}
</style>