Shades of Persian Blue #053AD1
Tints of Persian Blue #053AD1
RGB
CMYK
RGB Variations
Color information
#053AD1 (or 0x053AD1) is known color: Persian Blue. HEX triplet: 05, 3A and D1. RGB value is (5,58,209). Sum of RGB (Red+Green+Blue) = 5+58+209=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 209 (82.03% from 255 or 76.84% from 272); Max value from RGB is 209 - color contains mainly: blue. Hex color #053AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053AD1 is #FAC52E. Grayscale: #3A3A3A. Windows color (decimal): -16434479 or 13711877. OLE color: 13711877.
HSL color Cylindrical-coordinate representation of color #053AD1: hue angle of 224.41º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053AD1 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 58 | 209 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.18 |
| HSL | 224.41º | 0.95% | 0.42% | - |
| HSV(B) | 224.41º | 0.98% | 0.82% | - |
| XYZ | 13.08 | 7.66 | 61.11 | - |
| YUV | 59.37 | 212.44 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 209 | 0.98 | 0.72 | 0 | 0.18 | 224.41 | 0.95 | 0.42 |
| Hex | 5 | 3A | D1 | 62 | 48 | 0 | 12 | E0 | 5F | 2A |
| Octal | 5 | 72 | 321 | 142 | 110 | 0 | 22 | 340 | 137 | 52 |
| Binary | 101 | 111010 | 11010001 | 1100010 | 1001000 | 0 | 10010 | 11100000 | 1011111 | 101010 |
Color Harmonies of #053AD1
Complementary color
Monochromatic Colors of #053AD1
Black with #053AD1
Text Example
Text Example
White with #053AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053AD1; }
p { color: rgb(5,58,209); }
H1.HeaderClassName
{
color: #053AD1;
}
.AnyTagClassName
{
color: #053AD1;
}
</style>
background-color css
<style>
a { background-color: #053AD1; }
a { background-color: rgb(5,58,209); }
div.DivClassName
{
background-color: #053AD1;
}
.BgClassName
{
background-color: #053AD1;
}
</style>
border-color css
<style>
span { border-color: #053AD1; }
span { border-color: rgb(5,58,209); }
td.TdClassName
{
border-color: #053AD1;
}
.TagClassName
{
border-color: #053AD1;
}
</style>