Shades of Smalt #052B90
Tints of Smalt #052B90
RGB
CMYK
RGB Variations
Color information
#052B90 (or 0x052B90) is known color: Smalt. HEX triplet: 05, 2B and 90. RGB value is (5,43,144). Sum of RGB (Red+Green+Blue) = 5+43+144=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #052B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B90 is #FAD46F. Grayscale: #2A2A2A. Windows color (decimal): -16438384 or 9448197. OLE color: 9448197.
HSL color Cylindrical-coordinate representation of color #052B90: hue angle of 223.6º 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 #052B90 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 43 | 144 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.44 |
| HSL | 223.6º | 0.93% | 0.29% | - |
| HSV(B) | 223.6º | 0.97% | 0.56% | - |
| XYZ | 5.96 | 3.77 | 26.8 | - |
| YUV | 43.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 144 | 0.97 | 0.70 | 0 | 0.44 | 223.6 | 0.93 | 0.29 |
| Hex | 5 | 2B | 90 | 61 | 46 | 0 | 2C | E0 | 5D | 1D |
| Octal | 5 | 53 | 220 | 141 | 106 | 0 | 54 | 340 | 135 | 35 |
| Binary | 101 | 101011 | 10010000 | 1100001 | 1000110 | 0 | 101100 | 11100000 | 1011101 | 11101 |
Color Harmonies of #052B90
Complementary color
Monochromatic Colors of #052B90
Black with #052B90
Text Example
Text Example
White with #052B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B90; }
p { color: rgb(5,43,144); }
H1.HeaderClassName
{
color: #052B90;
}
.AnyTagClassName
{
color: #052B90;
}
</style>
background-color css
<style>
a { background-color: #052B90; }
a { background-color: rgb(5,43,144); }
div.DivClassName
{
background-color: #052B90;
}
.BgClassName
{
background-color: #052B90;
}
</style>
border-color css
<style>
span { border-color: #052B90; }
span { border-color: rgb(5,43,144); }
td.TdClassName
{
border-color: #052B90;
}
.TagClassName
{
border-color: #052B90;
}
</style>