Shades of Smalt #051E8B
Tints of Smalt #051E8B
RGB
CMYK
RGB Variations
Color information
#051E8B (or 0x051E8B) is known color: Smalt. HEX triplet: 05, 1E and 8B. RGB value is (5,30,139). Sum of RGB (Red+Green+Blue) = 5+30+139=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #051E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E8B is #FAE174. Grayscale: #222222. Windows color (decimal): -16441717 or 9117189. OLE color: 9117189.
HSL color Cylindrical-coordinate representation of color #051E8B: hue angle of 228.81º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051E8B is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 30 | 139 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.45 |
| HSL | 228.81º | 0.93% | 0.28% | - |
| HSV(B) | 228.81º | 0.96% | 0.55% | - |
| XYZ | 5.19 | 2.82 | 24.7 | - |
| YUV | 34.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 139 | 0.96 | 0.78 | 0 | 0.45 | 228.81 | 0.93 | 0.28 |
| Hex | 5 | 1E | 8B | 60 | 4E | 0 | 2D | E5 | 5D | 1C |
| Octal | 5 | 36 | 213 | 140 | 116 | 0 | 55 | 345 | 135 | 34 |
| Binary | 101 | 11110 | 10001011 | 1100000 | 1001110 | 0 | 101101 | 11100101 | 1011101 | 11100 |
Color Harmonies of #051E8B
Complementary color
Monochromatic Colors of #051E8B
Black with #051E8B
Text Example
Text Example
White with #051E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E8B; }
p { color: rgb(5,30,139); }
H1.HeaderClassName
{
color: #051E8B;
}
.AnyTagClassName
{
color: #051E8B;
}
</style>
background-color css
<style>
a { background-color: #051E8B; }
a { background-color: rgb(5,30,139); }
div.DivClassName
{
background-color: #051E8B;
}
.BgClassName
{
background-color: #051E8B;
}
</style>
border-color css
<style>
span { border-color: #051E8B; }
span { border-color: rgb(5,30,139); }
td.TdClassName
{
border-color: #051E8B;
}
.TagClassName
{
border-color: #051E8B;
}
</style>