Shades of Smalt #052A8A
Tints of Smalt #052A8A
RGB
CMYK
RGB Variations
Color information
#052A8A (or 0x052A8A) is known color: Smalt. HEX triplet: 05, 2A and 8A. RGB value is (5,42,138). Sum of RGB (Red+Green+Blue) = 5+42+138=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #052A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A8A is #FAD575. Grayscale: #292929. Windows color (decimal): -16438646 or 9054725. OLE color: 9054725.
HSL color Cylindrical-coordinate representation of color #052A8A: hue angle of 223.31º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A8A is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 42 | 138 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.46 |
| HSL | 223.31º | 0.93% | 0.28% | - |
| HSV(B) | 223.31º | 0.96% | 0.54% | - |
| XYZ | 5.48 | 3.52 | 24.44 | - |
| YUV | 41.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 138 | 0.96 | 0.70 | 0 | 0.46 | 223.31 | 0.93 | 0.28 |
| Hex | 5 | 2A | 8A | 60 | 46 | 0 | 2E | DF | 5D | 1C |
| Octal | 5 | 52 | 212 | 140 | 106 | 0 | 56 | 337 | 135 | 34 |
| Binary | 101 | 101010 | 10001010 | 1100000 | 1000110 | 0 | 101110 | 11011111 | 1011101 | 11100 |
Color Harmonies of #052A8A
Complementary color
Monochromatic Colors of #052A8A
Black with #052A8A
Text Example
Text Example
White with #052A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A8A; }
p { color: rgb(5,42,138); }
H1.HeaderClassName
{
color: #052A8A;
}
.AnyTagClassName
{
color: #052A8A;
}
</style>
background-color css
<style>
a { background-color: #052A8A; }
a { background-color: rgb(5,42,138); }
div.DivClassName
{
background-color: #052A8A;
}
.BgClassName
{
background-color: #052A8A;
}
</style>
border-color css
<style>
span { border-color: #052A8A; }
span { border-color: rgb(5,42,138); }
td.TdClassName
{
border-color: #052A8A;
}
.TagClassName
{
border-color: #052A8A;
}
</style>