Shades of Persian Blue #052ADB
Tints of Persian Blue #052ADB
RGB
CMYK
RGB Variations
Color information
#052ADB (or 0x052ADB) is known color: Persian Blue. HEX triplet: 05, 2A and DB. RGB value is (5,42,219). Sum of RGB (Red+Green+Blue) = 5+42+219=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #052ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ADB is #FAD524. Grayscale: #323232. Windows color (decimal): -16438565 or 14363141. OLE color: 14363141.
HSL color Cylindrical-coordinate representation of color #052ADB: hue angle of 229.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ADB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 42 | 219 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.14 |
| HSL | 229.63º | 0.96% | 0.44% | - |
| HSV(B) | 229.63º | 0.98% | 0.86% | - |
| XYZ | 13.68 | 6.8 | 67.61 | - |
| YUV | 51.12 | 222.74 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 219 | 0.98 | 0.81 | 0 | 0.14 | 229.63 | 0.96 | 0.44 |
| Hex | 5 | 2A | DB | 62 | 51 | 0 | E | E6 | 60 | 2C |
| Octal | 5 | 52 | 333 | 142 | 121 | 0 | 16 | 346 | 140 | 54 |
| Binary | 101 | 101010 | 11011011 | 1100010 | 1010001 | 0 | 1110 | 11100110 | 1100000 | 101100 |
Color Harmonies of #052ADB
Complementary color
Monochromatic Colors of #052ADB
Black with #052ADB
Text Example
Text Example
White with #052ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052ADB; }
p { color: rgb(5,42,219); }
H1.HeaderClassName
{
color: #052ADB;
}
.AnyTagClassName
{
color: #052ADB;
}
</style>
background-color css
<style>
a { background-color: #052ADB; }
a { background-color: rgb(5,42,219); }
div.DivClassName
{
background-color: #052ADB;
}
.BgClassName
{
background-color: #052ADB;
}
</style>
border-color css
<style>
span { border-color: #052ADB; }
span { border-color: rgb(5,42,219); }
td.TdClassName
{
border-color: #052ADB;
}
.TagClassName
{
border-color: #052ADB;
}
</style>