Shades of Persian Blue #053ADB
Tints of Persian Blue #053ADB
RGB
CMYK
RGB Variations
Color information
#053ADB (or 0x053ADB) is known color: Persian Blue. HEX triplet: 05, 3A and DB. RGB value is (5,58,219). Sum of RGB (Red+Green+Blue) = 5+58+219=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #053ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ADB is #FAC524. Grayscale: #3B3B3B. Windows color (decimal): -16434469 or 14367237. OLE color: 14367237.
HSL color Cylindrical-coordinate representation of color #053ADB: hue angle of 225.14º 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 #053ADB is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 58 | 219 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.14 |
| HSL | 225.14º | 0.96% | 0.44% | - |
| HSV(B) | 225.14º | 0.98% | 0.86% | - |
| XYZ | 14.36 | 8.17 | 67.84 | - |
| YUV | 60.51 | 217.44 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 219 | 0.98 | 0.74 | 0 | 0.14 | 225.14 | 0.96 | 0.44 |
| Hex | 5 | 3A | DB | 62 | 4A | 0 | E | E1 | 60 | 2C |
| Octal | 5 | 72 | 333 | 142 | 112 | 0 | 16 | 341 | 140 | 54 |
| Binary | 101 | 111010 | 11011011 | 1100010 | 1001010 | 0 | 1110 | 11100001 | 1100000 | 101100 |
Color Harmonies of #053ADB
Complementary color
Monochromatic Colors of #053ADB
Black with #053ADB
Text Example
Text Example
White with #053ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053ADB; }
p { color: rgb(5,58,219); }
H1.HeaderClassName
{
color: #053ADB;
}
.AnyTagClassName
{
color: #053ADB;
}
</style>
background-color css
<style>
a { background-color: #053ADB; }
a { background-color: rgb(5,58,219); }
div.DivClassName
{
background-color: #053ADB;
}
.BgClassName
{
background-color: #053ADB;
}
</style>
border-color css
<style>
span { border-color: #053ADB; }
span { border-color: rgb(5,58,219); }
td.TdClassName
{
border-color: #053ADB;
}
.TagClassName
{
border-color: #053ADB;
}
</style>