Shades of Persian Blue #052BD4
Tints of Persian Blue #052BD4
RGB
CMYK
RGB Variations
Color information
#052BD4 (or 0x052BD4) is known color: Persian Blue. HEX triplet: 05, 2B and D4. RGB value is (5,43,212). Sum of RGB (Red+Green+Blue) = 5+43+212=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 212 (83.20% from 255 or 81.54% from 260); Max value from RGB is 212 - color contains mainly: blue. Hex color #052BD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052BD4 is #FAD42B. Grayscale: #323232. Windows color (decimal): -16438316 or 13904645. OLE color: 13904645.
HSL color Cylindrical-coordinate representation of color #052BD4: hue angle of 228.99º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BD4 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 43 | 212 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.17 |
| HSL | 228.99º | 0.95% | 0.43% | - |
| HSV(B) | 228.99º | 0.98% | 0.83% | - |
| XYZ | 12.81 | 6.51 | 62.87 | - |
| YUV | 50.9 | 218.91 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 212 | 0.98 | 0.80 | 0 | 0.17 | 228.99 | 0.95 | 0.43 |
| Hex | 5 | 2B | D4 | 62 | 50 | 0 | 11 | E5 | 5F | 2B |
| Octal | 5 | 53 | 324 | 142 | 120 | 0 | 21 | 345 | 137 | 53 |
| Binary | 101 | 101011 | 11010100 | 1100010 | 1010000 | 0 | 10001 | 11100101 | 1011111 | 101011 |
Color Harmonies of #052BD4
Complementary color
Monochromatic Colors of #052BD4
Black with #052BD4
Text Example
Text Example
White with #052BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052BD4; }
p { color: rgb(5,43,212); }
H1.HeaderClassName
{
color: #052BD4;
}
.AnyTagClassName
{
color: #052BD4;
}
</style>
background-color css
<style>
a { background-color: #052BD4; }
a { background-color: rgb(5,43,212); }
div.DivClassName
{
background-color: #052BD4;
}
.BgClassName
{
background-color: #052BD4;
}
</style>
border-color css
<style>
span { border-color: #052BD4; }
span { border-color: rgb(5,43,212); }
td.TdClassName
{
border-color: #052BD4;
}
.TagClassName
{
border-color: #052BD4;
}
</style>