Shades of Smalt #051F90
Tints of Smalt #051F90
RGB
CMYK
RGB Variations
Color information
#051F90 (or 0x051F90) is known color: Smalt. HEX triplet: 05, 1F and 90. RGB value is (5,31,144). Sum of RGB (Red+Green+Blue) = 5+31+144=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #051F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F90 is #FAE06F. Grayscale: #232323. Windows color (decimal): -16441456 or 9445125. OLE color: 9445125.
HSL color Cylindrical-coordinate representation of color #051F90: hue angle of 228.78º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051F90 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 31 | 144 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.44 |
| HSL | 228.78º | 0.93% | 0.29% | - |
| HSV(B) | 228.78º | 0.97% | 0.56% | - |
| XYZ | 5.59 | 3.03 | 26.68 | - |
| YUV | 36.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 144 | 0.97 | 0.78 | 0 | 0.44 | 228.78 | 0.93 | 0.29 |
| Hex | 5 | 1F | 90 | 61 | 4E | 0 | 2C | E5 | 5D | 1D |
| Octal | 5 | 37 | 220 | 141 | 116 | 0 | 54 | 345 | 135 | 35 |
| Binary | 101 | 11111 | 10010000 | 1100001 | 1001110 | 0 | 101100 | 11100101 | 1011101 | 11101 |
Color Harmonies of #051F90
Complementary color
Monochromatic Colors of #051F90
Black with #051F90
Text Example
Text Example
White with #051F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F90; }
p { color: rgb(5,31,144); }
H1.HeaderClassName
{
color: #051F90;
}
.AnyTagClassName
{
color: #051F90;
}
</style>
background-color css
<style>
a { background-color: #051F90; }
a { background-color: rgb(5,31,144); }
div.DivClassName
{
background-color: #051F90;
}
.BgClassName
{
background-color: #051F90;
}
</style>
border-color css
<style>
span { border-color: #051F90; }
span { border-color: rgb(5,31,144); }
td.TdClassName
{
border-color: #051F90;
}
.TagClassName
{
border-color: #051F90;
}
</style>