Shades of Smalt #051E8F
Tints of Smalt #051E8F
RGB
CMYK
RGB Variations
Color information
#051E8F (or 0x051E8F) is known color: Smalt. HEX triplet: 05, 1E and 8F. RGB value is (5,30,143). Sum of RGB (Red+Green+Blue) = 5+30+143=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 143 (56.25% from 255 or 80.34% from 178); Max value from RGB is 143 - color contains mainly: blue. Hex color #051E8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E8F is #FAE170. Grayscale: #222222. Windows color (decimal): -16441713 or 9379333. OLE color: 9379333.
HSL color Cylindrical-coordinate representation of color #051E8F: hue angle of 229.13º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051E8F is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 30 | 143 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.44 |
| HSL | 229.13º | 0.93% | 0.29% | - |
| HSV(B) | 229.13º | 0.97% | 0.56% | - |
| XYZ | 5.48 | 2.94 | 26.27 | - |
| YUV | 35.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 143 | 0.97 | 0.79 | 0 | 0.44 | 229.13 | 0.93 | 0.29 |
| Hex | 5 | 1E | 8F | 61 | 4F | 0 | 2C | E5 | 5D | 1D |
| Octal | 5 | 36 | 217 | 141 | 117 | 0 | 54 | 345 | 135 | 35 |
| Binary | 101 | 11110 | 10001111 | 1100001 | 1001111 | 0 | 101100 | 11100101 | 1011101 | 11101 |
Color Harmonies of #051E8F
Complementary color
Monochromatic Colors of #051E8F
Black with #051E8F
Text Example
Text Example
White with #051E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E8F; }
p { color: rgb(5,30,143); }
H1.HeaderClassName
{
color: #051E8F;
}
.AnyTagClassName
{
color: #051E8F;
}
</style>
background-color css
<style>
a { background-color: #051E8F; }
a { background-color: rgb(5,30,143); }
div.DivClassName
{
background-color: #051E8F;
}
.BgClassName
{
background-color: #051E8F;
}
</style>
border-color css
<style>
span { border-color: #051E8F; }
span { border-color: rgb(5,30,143); }
td.TdClassName
{
border-color: #051E8F;
}
.TagClassName
{
border-color: #051E8F;
}
</style>