Shades of Smalt #071E8E
Tints of Smalt #071E8E
RGB
CMYK
RGB Variations
Color information
#071E8E (or 0x071E8E) is known color: Smalt. HEX triplet: 07, 1E and 8E. RGB value is (7,30,142). Sum of RGB (Red+Green+Blue) = 7+30+142=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 142 (55.86% from 255 or 79.33% from 179); Max value from RGB is 142 - color contains mainly: blue. Hex color #071E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #071E8E is #F8E171. Grayscale: #232323. Windows color (decimal): -16310642 or 9313799. OLE color: 9313799.
HSL color Cylindrical-coordinate representation of color #071E8E: hue angle of 229.78º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071E8E is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 30 | 142 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.44 |
| HSL | 229.78º | 0.91% | 0.29% | - |
| HSV(B) | 229.78º | 0.95% | 0.56% | - |
| XYZ | 5.43 | 2.93 | 25.87 | - |
| YUV | 35.89 | 187.88 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 142 | 0.95 | 0.79 | 0 | 0.44 | 229.78 | 0.91 | 0.29 |
| Hex | 7 | 1E | 8E | 5F | 4F | 0 | 2C | E6 | 5B | 1D |
| Octal | 7 | 36 | 216 | 137 | 117 | 0 | 54 | 346 | 133 | 35 |
| Binary | 111 | 11110 | 10001110 | 1011111 | 1001111 | 0 | 101100 | 11100110 | 1011011 | 11101 |
Color Harmonies of #071E8E
Complementary color
Monochromatic Colors of #071E8E
Black with #071E8E
Text Example
Text Example
White with #071E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071E8E; }
p { color: rgb(7,30,142); }
H1.HeaderClassName
{
color: #071E8E;
}
.AnyTagClassName
{
color: #071E8E;
}
</style>
background-color css
<style>
a { background-color: #071E8E; }
a { background-color: rgb(7,30,142); }
div.DivClassName
{
background-color: #071E8E;
}
.BgClassName
{
background-color: #071E8E;
}
</style>
border-color css
<style>
span { border-color: #071E8E; }
span { border-color: rgb(7,30,142); }
td.TdClassName
{
border-color: #071E8E;
}
.TagClassName
{
border-color: #071E8E;
}
</style>