Shades of Smalt #052F8D
Tints of Smalt #052F8D
RGB
CMYK
RGB Variations
Color information
#052F8D (or 0x052F8D) is known color: Smalt. HEX triplet: 05, 2F and 8D. RGB value is (5,47,141). Sum of RGB (Red+Green+Blue) = 5+47+141=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #052F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F8D is #FAD072. Grayscale: #2C2C2C. Windows color (decimal): -16437363 or 9252613. OLE color: 9252613.
HSL color Cylindrical-coordinate representation of color #052F8D: hue angle of 221.47º 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 #052F8D is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 47 | 141 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.45 |
| HSL | 221.47º | 0.93% | 0.29% | - |
| HSV(B) | 221.47º | 0.96% | 0.55% | - |
| XYZ | 5.89 | 3.99 | 25.66 | - |
| YUV | 45.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 141 | 0.96 | 0.67 | 0 | 0.45 | 221.47 | 0.93 | 0.29 |
| Hex | 5 | 2F | 8D | 60 | 43 | 0 | 2D | DD | 5D | 1D |
| Octal | 5 | 57 | 215 | 140 | 103 | 0 | 55 | 335 | 135 | 35 |
| Binary | 101 | 101111 | 10001101 | 1100000 | 1000011 | 0 | 101101 | 11011101 | 1011101 | 11101 |
Color Harmonies of #052F8D
Complementary color
Monochromatic Colors of #052F8D
Black with #052F8D
Text Example
Text Example
White with #052F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F8D; }
p { color: rgb(5,47,141); }
H1.HeaderClassName
{
color: #052F8D;
}
.AnyTagClassName
{
color: #052F8D;
}
</style>
background-color css
<style>
a { background-color: #052F8D; }
a { background-color: rgb(5,47,141); }
div.DivClassName
{
background-color: #052F8D;
}
.BgClassName
{
background-color: #052F8D;
}
</style>
border-color css
<style>
span { border-color: #052F8D; }
span { border-color: rgb(5,47,141); }
td.TdClassName
{
border-color: #052F8D;
}
.TagClassName
{
border-color: #052F8D;
}
</style>