Shades of Smalt #051F8D
Tints of Smalt #051F8D
RGB
CMYK
RGB Variations
Color information
#051F8D (or 0x051F8D) is known color: Smalt. HEX triplet: 05, 1F and 8D. RGB value is (5,31,141). Sum of RGB (Red+Green+Blue) = 5+31+141=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #051F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F8D is #FAE072. Grayscale: #232323. Windows color (decimal): -16441459 or 9248517. OLE color: 9248517.
HSL color Cylindrical-coordinate representation of color #051F8D: hue angle of 228.53º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051F8D is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 31 | 141 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.45 |
| HSL | 228.53º | 0.93% | 0.29% | - |
| HSV(B) | 228.53º | 0.96% | 0.55% | - |
| XYZ | 5.36 | 2.94 | 25.48 | - |
| YUV | 35.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 141 | 0.96 | 0.78 | 0 | 0.45 | 228.53 | 0.93 | 0.29 |
| Hex | 5 | 1F | 8D | 60 | 4E | 0 | 2D | E5 | 5D | 1D |
| Octal | 5 | 37 | 215 | 140 | 116 | 0 | 55 | 345 | 135 | 35 |
| Binary | 101 | 11111 | 10001101 | 1100000 | 1001110 | 0 | 101101 | 11100101 | 1011101 | 11101 |
Color Harmonies of #051F8D
Complementary color
Monochromatic Colors of #051F8D
Black with #051F8D
Text Example
Text Example
White with #051F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F8D; }
p { color: rgb(5,31,141); }
H1.HeaderClassName
{
color: #051F8D;
}
.AnyTagClassName
{
color: #051F8D;
}
</style>
background-color css
<style>
a { background-color: #051F8D; }
a { background-color: rgb(5,31,141); }
div.DivClassName
{
background-color: #051F8D;
}
.BgClassName
{
background-color: #051F8D;
}
</style>
border-color css
<style>
span { border-color: #051F8D; }
span { border-color: rgb(5,31,141); }
td.TdClassName
{
border-color: #051F8D;
}
.TagClassName
{
border-color: #051F8D;
}
</style>