Shades of Smalt #052F80
Tints of Smalt #052F80
RGB
CMYK
RGB Variations
Color information
#052F80 (or 0x052F80) is known color: Smalt. HEX triplet: 05, 2F and 80. RGB value is (5,47,128). Sum of RGB (Red+Green+Blue) = 5+47+128=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #052F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F80 is #FAD07F. Grayscale: #2B2B2B. Windows color (decimal): -16437376 or 8400645. OLE color: 8400645.
HSL color Cylindrical-coordinate representation of color #052F80: hue angle of 219.51º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052F80 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 47 | 128 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.50 |
| HSL | 219.51º | 0.92% | 0.26% | - |
| HSV(B) | 219.51º | 0.96% | 0.5% | - |
| XYZ | 4.98 | 3.62 | 20.86 | - |
| YUV | 43.68 | 175.59 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 128 | 0.96 | 0.63 | 0 | 0.50 | 219.51 | 0.92 | 0.26 |
| Hex | 5 | 2F | 80 | 60 | 3F | 0 | 32 | DC | 5C | 1A |
| Octal | 5 | 57 | 200 | 140 | 77 | 0 | 62 | 334 | 134 | 32 |
| Binary | 101 | 101111 | 10000000 | 1100000 | 111111 | 0 | 110010 | 11011100 | 1011100 | 11010 |
Color Harmonies of #052F80
Complementary color
Monochromatic Colors of #052F80
Black with #052F80
Text Example
Text Example
White with #052F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F80; }
p { color: rgb(5,47,128); }
H1.HeaderClassName
{
color: #052F80;
}
.AnyTagClassName
{
color: #052F80;
}
</style>
background-color css
<style>
a { background-color: #052F80; }
a { background-color: rgb(5,47,128); }
div.DivClassName
{
background-color: #052F80;
}
.BgClassName
{
background-color: #052F80;
}
</style>
border-color css
<style>
span { border-color: #052F80; }
span { border-color: rgb(5,47,128); }
td.TdClassName
{
border-color: #052F80;
}
.TagClassName
{
border-color: #052F80;
}
</style>