Shades of Smalt #052B9B
Tints of Smalt #052B9B
RGB
CMYK
RGB Variations
Color information
#052B9B (or 0x052B9B) is known color: Smalt. HEX triplet: 05, 2B and 9B. RGB value is (5,43,155). Sum of RGB (Red+Green+Blue) = 5+43+155=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #052B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052B9B is #FAD464. Grayscale: #2B2B2B. Windows color (decimal): -16438373 or 10169093. OLE color: 10169093.
HSL color Cylindrical-coordinate representation of color #052B9B: hue angle of 224.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052B9B is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 43 | 155 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.39 |
| HSL | 224.8º | 0.94% | 0.31% | - |
| HSV(B) | 224.8º | 0.97% | 0.61% | - |
| XYZ | 6.84 | 4.13 | 31.45 | - |
| YUV | 44.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 155 | 0.97 | 0.72 | 0 | 0.39 | 224.8 | 0.94 | 0.31 |
| Hex | 5 | 2B | 9B | 61 | 48 | 0 | 27 | E1 | 5E | 1F |
| Octal | 5 | 53 | 233 | 141 | 110 | 0 | 47 | 341 | 136 | 37 |
| Binary | 101 | 101011 | 10011011 | 1100001 | 1001000 | 0 | 100111 | 11100001 | 1011110 | 11111 |
Color Harmonies of #052B9B
Complementary color
Monochromatic Colors of #052B9B
Black with #052B9B
Text Example
Text Example
White with #052B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B9B; }
p { color: rgb(5,43,155); }
H1.HeaderClassName
{
color: #052B9B;
}
.AnyTagClassName
{
color: #052B9B;
}
</style>
background-color css
<style>
a { background-color: #052B9B; }
a { background-color: rgb(5,43,155); }
div.DivClassName
{
background-color: #052B9B;
}
.BgClassName
{
background-color: #052B9B;
}
</style>
border-color css
<style>
span { border-color: #052B9B; }
span { border-color: rgb(5,43,155); }
td.TdClassName
{
border-color: #052B9B;
}
.TagClassName
{
border-color: #052B9B;
}
</style>