Shades of Smalt #051E87
Tints of Smalt #051E87
RGB
CMYK
RGB Variations
Color information
#051E87 (or 0x051E87) is known color: Smalt. HEX triplet: 05, 1E and 87. RGB value is (5,30,135). Sum of RGB (Red+Green+Blue) = 5+30+135=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 135 (53.12% from 255 or 79.41% from 170); Max value from RGB is 135 - color contains mainly: blue. Hex color #051E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E87 is #FAE178. Grayscale: #222222. Windows color (decimal): -16441721 or 8855045. OLE color: 8855045.
HSL color Cylindrical-coordinate representation of color #051E87: hue angle of 228.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051E87 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 30 | 135 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.47 |
| HSL | 228.46º | 0.93% | 0.27% | - |
| HSV(B) | 228.46º | 0.96% | 0.53% | - |
| XYZ | 4.9 | 2.71 | 23.19 | - |
| YUV | 34.5 | 184.72 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 135 | 0.96 | 0.78 | 0 | 0.47 | 228.46 | 0.93 | 0.27 |
| Hex | 5 | 1E | 87 | 60 | 4E | 0 | 2F | E4 | 5D | 1B |
| Octal | 5 | 36 | 207 | 140 | 116 | 0 | 57 | 344 | 135 | 33 |
| Binary | 101 | 11110 | 10000111 | 1100000 | 1001110 | 0 | 101111 | 11100100 | 1011101 | 11011 |
Color Harmonies of #051E87
Complementary color
Monochromatic Colors of #051E87
Black with #051E87
Text Example
Text Example
White with #051E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E87; }
p { color: rgb(5,30,135); }
H1.HeaderClassName
{
color: #051E87;
}
.AnyTagClassName
{
color: #051E87;
}
</style>
background-color css
<style>
a { background-color: #051E87; }
a { background-color: rgb(5,30,135); }
div.DivClassName
{
background-color: #051E87;
}
.BgClassName
{
background-color: #051E87;
}
</style>
border-color css
<style>
span { border-color: #051E87; }
span { border-color: rgb(5,30,135); }
td.TdClassName
{
border-color: #051E87;
}
.TagClassName
{
border-color: #051E87;
}
</style>