Shades of Smalt #051D95
Tints of Smalt #051D95
RGB
CMYK
RGB Variations
Color information
#051D95 (or 0x051D95) is known color: Smalt. HEX triplet: 05, 1D and 95. RGB value is (5,29,149). Sum of RGB (Red+Green+Blue) = 5+29+149=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #051D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051D95 is #FAE26A. Grayscale: #232323. Windows color (decimal): -16441963 or 9772293. OLE color: 9772293.
HSL color Cylindrical-coordinate representation of color #051D95: hue angle of 230º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051D95 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 29 | 149 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.42 |
| HSL | 230º | 0.94% | 0.3% | - |
| HSV(B) | 230º | 0.97% | 0.58% | - |
| XYZ | 5.93 | 3.08 | 28.72 | - |
| YUV | 35.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 149 | 0.97 | 0.81 | 0 | 0.42 | 230 | 0.94 | 0.3 |
| Hex | 5 | 1D | 95 | 61 | 51 | 0 | 2A | E6 | 5E | 1E |
| Octal | 5 | 35 | 225 | 141 | 121 | 0 | 52 | 346 | 136 | 36 |
| Binary | 101 | 11101 | 10010101 | 1100001 | 1010001 | 0 | 101010 | 11100110 | 1011110 | 11110 |
Color Harmonies of #051D95
Complementary color
Monochromatic Colors of #051D95
Black with #051D95
Text Example
Text Example
White with #051D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D95; }
p { color: rgb(5,29,149); }
H1.HeaderClassName
{
color: #051D95;
}
.AnyTagClassName
{
color: #051D95;
}
</style>
background-color css
<style>
a { background-color: #051D95; }
a { background-color: rgb(5,29,149); }
div.DivClassName
{
background-color: #051D95;
}
.BgClassName
{
background-color: #051D95;
}
</style>
border-color css
<style>
span { border-color: #051D95; }
span { border-color: rgb(5,29,149); }
td.TdClassName
{
border-color: #051D95;
}
.TagClassName
{
border-color: #051D95;
}
</style>