Shades of Persian Blue #052ADA
Tints of Persian Blue #052ADA
RGB
CMYK
RGB Variations
Color information
#052ADA (or 0x052ADA) is known color: Persian Blue. HEX triplet: 05, 2A and DA. RGB value is (5,42,218). Sum of RGB (Red+Green+Blue) = 5+42+218=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #052ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ADA is #FAD525. Grayscale: #323232. Windows color (decimal): -16438566 or 14297605. OLE color: 14297605.
HSL color Cylindrical-coordinate representation of color #052ADA: hue angle of 229.58º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ADA is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 42 | 218 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.15 |
| HSL | 229.58º | 0.96% | 0.44% | - |
| HSV(B) | 229.58º | 0.98% | 0.85% | - |
| XYZ | 13.55 | 6.75 | 66.92 | - |
| YUV | 51 | 222.24 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 218 | 0.98 | 0.81 | 0 | 0.15 | 229.58 | 0.96 | 0.44 |
| Hex | 5 | 2A | DA | 62 | 51 | 0 | F | E6 | 60 | 2C |
| Octal | 5 | 52 | 332 | 142 | 121 | 0 | 17 | 346 | 140 | 54 |
| Binary | 101 | 101010 | 11011010 | 1100010 | 1010001 | 0 | 1111 | 11100110 | 1100000 | 101100 |
Color Harmonies of #052ADA
Complementary color
Monochromatic Colors of #052ADA
Black with #052ADA
Text Example
Text Example
White with #052ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052ADA; }
p { color: rgb(5,42,218); }
H1.HeaderClassName
{
color: #052ADA;
}
.AnyTagClassName
{
color: #052ADA;
}
</style>
background-color css
<style>
a { background-color: #052ADA; }
a { background-color: rgb(5,42,218); }
div.DivClassName
{
background-color: #052ADA;
}
.BgClassName
{
background-color: #052ADA;
}
</style>
border-color css
<style>
span { border-color: #052ADA; }
span { border-color: rgb(5,42,218); }
td.TdClassName
{
border-color: #052ADA;
}
.TagClassName
{
border-color: #052ADA;
}
</style>