Shades of Smalt #051D92
Tints of Smalt #051D92
RGB
CMYK
RGB Variations
Color information
#051D92 (or 0x051D92) is known color: Smalt. HEX triplet: 05, 1D and 92. RGB value is (5,29,146). Sum of RGB (Red+Green+Blue) = 5+29+146=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #051D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051D92 is #FAE26D. Grayscale: #222222. Windows color (decimal): -16441966 or 9575685. OLE color: 9575685.
HSL color Cylindrical-coordinate representation of color #051D92: hue angle of 229.79º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051D92 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 29 | 146 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.43 |
| HSL | 229.79º | 0.93% | 0.3% | - |
| HSV(B) | 229.79º | 0.97% | 0.57% | - |
| XYZ | 5.69 | 2.99 | 27.47 | - |
| YUV | 35.16 | 190.55 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 29 | 146 | 0.97 | 0.80 | 0 | 0.43 | 229.79 | 0.93 | 0.3 |
| Hex | 5 | 1D | 92 | 61 | 50 | 0 | 2B | E6 | 5D | 1E |
| Octal | 5 | 35 | 222 | 141 | 120 | 0 | 53 | 346 | 135 | 36 |
| Binary | 101 | 11101 | 10010010 | 1100001 | 1010000 | 0 | 101011 | 11100110 | 1011101 | 11110 |
Color Harmonies of #051D92
Complementary color
Monochromatic Colors of #051D92
Black with #051D92
Text Example
Text Example
White with #051D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051D92; }
p { color: rgb(5,29,146); }
H1.HeaderClassName
{
color: #051D92;
}
.AnyTagClassName
{
color: #051D92;
}
</style>
background-color css
<style>
a { background-color: #051D92; }
a { background-color: rgb(5,29,146); }
div.DivClassName
{
background-color: #051D92;
}
.BgClassName
{
background-color: #051D92;
}
</style>
border-color css
<style>
span { border-color: #051D92; }
span { border-color: rgb(5,29,146); }
td.TdClassName
{
border-color: #051D92;
}
.TagClassName
{
border-color: #051D92;
}
</style>