Shades of Persian Blue #052ADF
Tints of Persian Blue #052ADF
RGB
CMYK
RGB Variations
Color information
#052ADF (or 0x052ADF) is known color: Persian Blue. HEX triplet: 05, 2A and DF. RGB value is (5,42,223). Sum of RGB (Red+Green+Blue) = 5+42+223=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #052ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ADF is #FAD520. Grayscale: #323232. Windows color (decimal): -16438561 or 14625285. OLE color: 14625285.
HSL color Cylindrical-coordinate representation of color #052ADF: hue angle of 229.82º 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 #052ADF is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 42 | 223 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.13 |
| HSL | 229.82º | 0.96% | 0.45% | - |
| HSV(B) | 229.82º | 0.98% | 0.87% | - |
| XYZ | 14.21 | 7.02 | 70.42 | - |
| YUV | 51.57 | 224.74 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 223 | 0.98 | 0.81 | 0 | 0.13 | 229.82 | 0.96 | 0.45 |
| Hex | 5 | 2A | DF | 62 | 51 | 0 | D | E6 | 60 | 2D |
| Octal | 5 | 52 | 337 | 142 | 121 | 0 | 15 | 346 | 140 | 55 |
| Binary | 101 | 101010 | 11011111 | 1100010 | 1010001 | 0 | 1101 | 11100110 | 1100000 | 101101 |
Color Harmonies of #052ADF
Complementary color
Monochromatic Colors of #052ADF
Black with #052ADF
Text Example
Text Example
White with #052ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052ADF; }
p { color: rgb(5,42,223); }
H1.HeaderClassName
{
color: #052ADF;
}
.AnyTagClassName
{
color: #052ADF;
}
</style>
background-color css
<style>
a { background-color: #052ADF; }
a { background-color: rgb(5,42,223); }
div.DivClassName
{
background-color: #052ADF;
}
.BgClassName
{
background-color: #052ADF;
}
</style>
border-color css
<style>
span { border-color: #052ADF; }
span { border-color: rgb(5,42,223); }
td.TdClassName
{
border-color: #052ADF;
}
.TagClassName
{
border-color: #052ADF;
}
</style>