Shades of Smalt #051E8C
Tints of Smalt #051E8C
RGB
CMYK
RGB Variations
Color information
#051E8C (or 0x051E8C) is known color: Smalt. HEX triplet: 05, 1E and 8C. RGB value is (5,30,140). Sum of RGB (Red+Green+Blue) = 5+30+140=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 140 (55.08% from 255 or 80% from 175); Max value from RGB is 140 - color contains mainly: blue. Hex color #051E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051E8C is #FAE173. Grayscale: #222222. Windows color (decimal): -16441716 or 9182725. OLE color: 9182725.
HSL color Cylindrical-coordinate representation of color #051E8C: hue angle of 228.89º 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 #051E8C is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 30 | 140 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.45 |
| HSL | 228.89º | 0.93% | 0.28% | - |
| HSV(B) | 228.89º | 0.96% | 0.55% | - |
| XYZ | 5.26 | 2.85 | 25.08 | - |
| YUV | 35.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 140 | 0.96 | 0.79 | 0 | 0.45 | 228.89 | 0.93 | 0.28 |
| Hex | 5 | 1E | 8C | 60 | 4F | 0 | 2D | E5 | 5D | 1C |
| Octal | 5 | 36 | 214 | 140 | 117 | 0 | 55 | 345 | 135 | 34 |
| Binary | 101 | 11110 | 10001100 | 1100000 | 1001111 | 0 | 101101 | 11100101 | 1011101 | 11100 |
Color Harmonies of #051E8C
Complementary color
Monochromatic Colors of #051E8C
Black with #051E8C
Text Example
Text Example
White with #051E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E8C; }
p { color: rgb(5,30,140); }
H1.HeaderClassName
{
color: #051E8C;
}
.AnyTagClassName
{
color: #051E8C;
}
</style>
background-color css
<style>
a { background-color: #051E8C; }
a { background-color: rgb(5,30,140); }
div.DivClassName
{
background-color: #051E8C;
}
.BgClassName
{
background-color: #051E8C;
}
</style>
border-color css
<style>
span { border-color: #051E8C; }
span { border-color: rgb(5,30,140); }
td.TdClassName
{
border-color: #051E8C;
}
.TagClassName
{
border-color: #051E8C;
}
</style>