Shades of Smalt #052A8D
Tints of Smalt #052A8D
RGB
CMYK
RGB Variations
Color information
#052A8D (or 0x052A8D) is known color: Smalt. HEX triplet: 05, 2A and 8D. RGB value is (5,42,141). Sum of RGB (Red+Green+Blue) = 5+42+141=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #052A8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A8D is #FAD572. Grayscale: #292929. Windows color (decimal): -16438643 or 9251333. OLE color: 9251333.
HSL color Cylindrical-coordinate representation of color #052A8D: hue angle of 223.68º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A8D is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 42 | 141 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.45 |
| HSL | 223.68º | 0.93% | 0.29% | - |
| HSV(B) | 223.68º | 0.96% | 0.55% | - |
| XYZ | 5.7 | 3.61 | 25.6 | - |
| YUV | 42.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 141 | 0.96 | 0.70 | 0 | 0.45 | 223.68 | 0.93 | 0.29 |
| Hex | 5 | 2A | 8D | 60 | 46 | 0 | 2D | E0 | 5D | 1D |
| Octal | 5 | 52 | 215 | 140 | 106 | 0 | 55 | 340 | 135 | 35 |
| Binary | 101 | 101010 | 10001101 | 1100000 | 1000110 | 0 | 101101 | 11100000 | 1011101 | 11101 |
Color Harmonies of #052A8D
Complementary color
Monochromatic Colors of #052A8D
Black with #052A8D
Text Example
Text Example
White with #052A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A8D; }
p { color: rgb(5,42,141); }
H1.HeaderClassName
{
color: #052A8D;
}
.AnyTagClassName
{
color: #052A8D;
}
</style>
background-color css
<style>
a { background-color: #052A8D; }
a { background-color: rgb(5,42,141); }
div.DivClassName
{
background-color: #052A8D;
}
.BgClassName
{
background-color: #052A8D;
}
</style>
border-color css
<style>
span { border-color: #052A8D; }
span { border-color: rgb(5,42,141); }
td.TdClassName
{
border-color: #052A8D;
}
.TagClassName
{
border-color: #052A8D;
}
</style>