Shades of Smalt #052F8C
Tints of Smalt #052F8C
RGB
CMYK
RGB Variations
Color information
#052F8C (or 0x052F8C) is known color: Smalt. HEX triplet: 05, 2F and 8C. RGB value is (5,47,140). Sum of RGB (Red+Green+Blue) = 5+47+140=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 140 (55.08% from 255 or 72.92% from 192); Max value from RGB is 140 - color contains mainly: blue. Hex color #052F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F8C is #FAD073. Grayscale: #2C2C2C. Windows color (decimal): -16437364 or 9187077. OLE color: 9187077.
HSL color Cylindrical-coordinate representation of color #052F8C: hue angle of 221.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052F8C is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 47 | 140 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.45 |
| HSL | 221.33º | 0.93% | 0.28% | - |
| HSV(B) | 221.33º | 0.96% | 0.55% | - |
| XYZ | 5.81 | 3.96 | 25.27 | - |
| YUV | 45.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 140 | 0.96 | 0.66 | 0 | 0.45 | 221.33 | 0.93 | 0.28 |
| Hex | 5 | 2F | 8C | 60 | 42 | 0 | 2D | DD | 5D | 1C |
| Octal | 5 | 57 | 214 | 140 | 102 | 0 | 55 | 335 | 135 | 34 |
| Binary | 101 | 101111 | 10001100 | 1100000 | 1000010 | 0 | 101101 | 11011101 | 1011101 | 11100 |
Color Harmonies of #052F8C
Complementary color
Monochromatic Colors of #052F8C
Black with #052F8C
Text Example
Text Example
White with #052F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052F8C; }
p { color: rgb(5,47,140); }
H1.HeaderClassName
{
color: #052F8C;
}
.AnyTagClassName
{
color: #052F8C;
}
</style>
background-color css
<style>
a { background-color: #052F8C; }
a { background-color: rgb(5,47,140); }
div.DivClassName
{
background-color: #052F8C;
}
.BgClassName
{
background-color: #052F8C;
}
</style>
border-color css
<style>
span { border-color: #052F8C; }
span { border-color: rgb(5,47,140); }
td.TdClassName
{
border-color: #052F8C;
}
.TagClassName
{
border-color: #052F8C;
}
</style>