Shades of Persian Blue #052BD2
Tints of Persian Blue #052BD2
RGB
CMYK
RGB Variations
Color information
#052BD2 (or 0x052BD2) is known color: Persian Blue. HEX triplet: 05, 2B and D2. RGB value is (5,43,210). Sum of RGB (Red+Green+Blue) = 5+43+210=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 210 (82.42% from 255 or 81.40% from 258); Max value from RGB is 210 - color contains mainly: blue. Hex color #052BD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BD2 is #FAD42D. Grayscale: #313131. Windows color (decimal): -16438318 or 13773573. OLE color: 13773573.
HSL color Cylindrical-coordinate representation of color #052BD2: hue angle of 228.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BD2 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 43 | 210 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.18 |
| HSL | 228.88º | 0.95% | 0.42% | - |
| HSV(B) | 228.88º | 0.98% | 0.82% | - |
| XYZ | 12.56 | 6.41 | 61.55 | - |
| YUV | 50.68 | 217.91 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 210 | 0.98 | 0.80 | 0 | 0.18 | 228.88 | 0.95 | 0.42 |
| Hex | 5 | 2B | D2 | 62 | 50 | 0 | 12 | E5 | 5F | 2A |
| Octal | 5 | 53 | 322 | 142 | 120 | 0 | 22 | 345 | 137 | 52 |
| Binary | 101 | 101011 | 11010010 | 1100010 | 1010000 | 0 | 10010 | 11100101 | 1011111 | 101010 |
Color Harmonies of #052BD2
Complementary color
Monochromatic Colors of #052BD2
Black with #052BD2
Text Example
Text Example
White with #052BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BD2; }
p { color: rgb(5,43,210); }
H1.HeaderClassName
{
color: #052BD2;
}
.AnyTagClassName
{
color: #052BD2;
}
</style>
background-color css
<style>
a { background-color: #052BD2; }
a { background-color: rgb(5,43,210); }
div.DivClassName
{
background-color: #052BD2;
}
.BgClassName
{
background-color: #052BD2;
}
</style>
border-color css
<style>
span { border-color: #052BD2; }
span { border-color: rgb(5,43,210); }
td.TdClassName
{
border-color: #052BD2;
}
.TagClassName
{
border-color: #052BD2;
}
</style>