Shades of Smalt #052B8D
Tints of Smalt #052B8D
RGB
CMYK
RGB Variations
Color information
#052B8D (or 0x052B8D) is known color: Smalt. HEX triplet: 05, 2B and 8D. RGB value is (5,43,141). Sum of RGB (Red+Green+Blue) = 5+43+141=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 141 (55.47% from 255 or 74.60% from 189); Max value from RGB is 141 - color contains mainly: blue. Hex color #052B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B8D is #FAD472. Grayscale: #2A2A2A. Windows color (decimal): -16438387 or 9251589. OLE color: 9251589.
HSL color Cylindrical-coordinate representation of color #052B8D: hue angle of 223.24º 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 #052B8D is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 43 | 141 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.45 |
| HSL | 223.24º | 0.93% | 0.29% | - |
| HSV(B) | 223.24º | 0.96% | 0.55% | - |
| XYZ | 5.73 | 3.68 | 25.61 | - |
| YUV | 42.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 141 | 0.96 | 0.70 | 0 | 0.45 | 223.24 | 0.93 | 0.29 |
| Hex | 5 | 2B | 8D | 60 | 46 | 0 | 2D | DF | 5D | 1D |
| Octal | 5 | 53 | 215 | 140 | 106 | 0 | 55 | 337 | 135 | 35 |
| Binary | 101 | 101011 | 10001101 | 1100000 | 1000110 | 0 | 101101 | 11011111 | 1011101 | 11101 |
Color Harmonies of #052B8D
Complementary color
Monochromatic Colors of #052B8D
Black with #052B8D
Text Example
Text Example
White with #052B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B8D; }
p { color: rgb(5,43,141); }
H1.HeaderClassName
{
color: #052B8D;
}
.AnyTagClassName
{
color: #052B8D;
}
</style>
background-color css
<style>
a { background-color: #052B8D; }
a { background-color: rgb(5,43,141); }
div.DivClassName
{
background-color: #052B8D;
}
.BgClassName
{
background-color: #052B8D;
}
</style>
border-color css
<style>
span { border-color: #052B8D; }
span { border-color: rgb(5,43,141); }
td.TdClassName
{
border-color: #052B8D;
}
.TagClassName
{
border-color: #052B8D;
}
</style>