Shades of Persian Blue #052ADE
Tints of Persian Blue #052ADE
RGB
CMYK
RGB Variations
Color information
#052ADE (or 0x052ADE) is known color: Persian Blue. HEX triplet: 05, 2A and DE. RGB value is (5,42,222). Sum of RGB (Red+Green+Blue) = 5+42+222=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #052ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ADE is #FAD521. Grayscale: #323232. Windows color (decimal): -16438562 or 14559749. OLE color: 14559749.
HSL color Cylindrical-coordinate representation of color #052ADE: hue angle of 229.77º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ADE is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 42 | 222 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.13 |
| HSL | 229.77º | 0.96% | 0.45% | - |
| HSV(B) | 229.77º | 0.98% | 0.87% | - |
| XYZ | 14.08 | 6.96 | 69.71 | - |
| YUV | 51.46 | 224.24 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 222 | 0.98 | 0.81 | 0 | 0.13 | 229.77 | 0.96 | 0.45 |
| Hex | 5 | 2A | DE | 62 | 51 | 0 | D | E6 | 60 | 2D |
| Octal | 5 | 52 | 336 | 142 | 121 | 0 | 15 | 346 | 140 | 55 |
| Binary | 101 | 101010 | 11011110 | 1100010 | 1010001 | 0 | 1101 | 11100110 | 1100000 | 101101 |
Color Harmonies of #052ADE
Complementary color
Monochromatic Colors of #052ADE
Black with #052ADE
Text Example
Text Example
White with #052ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052ADE; }
p { color: rgb(5,42,222); }
H1.HeaderClassName
{
color: #052ADE;
}
.AnyTagClassName
{
color: #052ADE;
}
</style>
background-color css
<style>
a { background-color: #052ADE; }
a { background-color: rgb(5,42,222); }
div.DivClassName
{
background-color: #052ADE;
}
.BgClassName
{
background-color: #052ADE;
}
</style>
border-color css
<style>
span { border-color: #052ADE; }
span { border-color: rgb(5,42,222); }
td.TdClassName
{
border-color: #052ADE;
}
.TagClassName
{
border-color: #052ADE;
}
</style>