Shades of Smalt #052C8C
Tints of Smalt #052C8C
RGB
CMYK
RGB Variations
Color information
#052C8C (or 0x052C8C) is known color: Smalt. HEX triplet: 05, 2C and 8C. RGB value is (5,44,140). Sum of RGB (Red+Green+Blue) = 5+44+140=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 140 (55.08% from 255 or 74.07% from 189); Max value from RGB is 140 - color contains mainly: blue. Hex color #052C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052C8C is #FAD373. Grayscale: #2A2A2A. Windows color (decimal): -16438132 or 9186309. OLE color: 9186309.
HSL color Cylindrical-coordinate representation of color #052C8C: hue angle of 222.67º 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 #052C8C is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 44 | 140 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.45 |
| HSL | 222.67º | 0.93% | 0.28% | - |
| HSV(B) | 222.67º | 0.96% | 0.55% | - |
| XYZ | 5.7 | 3.73 | 25.23 | - |
| YUV | 43.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 44 | 140 | 0.96 | 0.69 | 0 | 0.45 | 222.67 | 0.93 | 0.28 |
| Hex | 5 | 2C | 8C | 60 | 45 | 0 | 2D | DF | 5D | 1C |
| Octal | 5 | 54 | 214 | 140 | 105 | 0 | 55 | 337 | 135 | 34 |
| Binary | 101 | 101100 | 10001100 | 1100000 | 1000101 | 0 | 101101 | 11011111 | 1011101 | 11100 |
Color Harmonies of #052C8C
Complementary color
Monochromatic Colors of #052C8C
Black with #052C8C
Text Example
Text Example
White with #052C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052C8C; }
p { color: rgb(5,44,140); }
H1.HeaderClassName
{
color: #052C8C;
}
.AnyTagClassName
{
color: #052C8C;
}
</style>
background-color css
<style>
a { background-color: #052C8C; }
a { background-color: rgb(5,44,140); }
div.DivClassName
{
background-color: #052C8C;
}
.BgClassName
{
background-color: #052C8C;
}
</style>
border-color css
<style>
span { border-color: #052C8C; }
span { border-color: rgb(5,44,140); }
td.TdClassName
{
border-color: #052C8C;
}
.TagClassName
{
border-color: #052C8C;
}
</style>