Shades of Smalt #051D89
Tints of Smalt #051D89
RGB
CMYK
RGB Variations
Color information
#051D89 (or 0x051D89) is known color: Smalt. HEX triplet: 05, 1D and 89. RGB value is (5,29,137). Sum of RGB (Red+Green+Blue) = 5+29+137=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #051D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051D89 is #FAE276. Grayscale: #212121. Windows color (decimal): -16441975 or 8985861. OLE color: 8985861.
HSL color Cylindrical-coordinate representation of color #051D89: hue angle of 229.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051D89 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 29 | 137 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.46 |
| HSL | 229.09º | 0.93% | 0.28% | - |
| HSV(B) | 229.09º | 0.96% | 0.54% | - |
| XYZ | 5.02 | 2.72 | 23.93 | - |
| YUV | 34.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 137 | 0.96 | 0.79 | 0 | 0.46 | 229.09 | 0.93 | 0.28 |
| Hex | 5 | 1D | 89 | 60 | 4F | 0 | 2E | E5 | 5D | 1C |
| Octal | 5 | 35 | 211 | 140 | 117 | 0 | 56 | 345 | 135 | 34 |
| Binary | 101 | 11101 | 10001001 | 1100000 | 1001111 | 0 | 101110 | 11100101 | 1011101 | 11100 |
Color Harmonies of #051D89
Complementary color
Monochromatic Colors of #051D89
Black with #051D89
Text Example
Text Example
White with #051D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D89; }
p { color: rgb(5,29,137); }
H1.HeaderClassName
{
color: #051D89;
}
.AnyTagClassName
{
color: #051D89;
}
</style>
background-color css
<style>
a { background-color: #051D89; }
a { background-color: rgb(5,29,137); }
div.DivClassName
{
background-color: #051D89;
}
.BgClassName
{
background-color: #051D89;
}
</style>
border-color css
<style>
span { border-color: #051D89; }
span { border-color: rgb(5,29,137); }
td.TdClassName
{
border-color: #051D89;
}
.TagClassName
{
border-color: #051D89;
}
</style>