Shades of Persian Blue #053FDA
Tints of Persian Blue #053FDA
RGB
CMYK
RGB Variations
Color information
#053FDA (or 0x053FDA) is known color: Persian Blue. HEX triplet: 05, 3F and DA. RGB value is (5,63,218). Sum of RGB (Red+Green+Blue) = 5+63+218=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #053FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FDA is #FAC025. Grayscale: #3E3E3E. Windows color (decimal): -16433190 or 14302981. OLE color: 14302981.
HSL color Cylindrical-coordinate representation of color #053FDA: hue angle of 223.66º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FDA is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 63 | 218 | - |
| CMYK | 0.98 | 0.71 | 0 | 0.15 |
| HSL | 223.66º | 0.96% | 0.44% | - |
| HSV(B) | 223.66º | 0.98% | 0.85% | - |
| XYZ | 14.49 | 8.65 | 67.24 | - |
| YUV | 63.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 218 | 0.98 | 0.71 | 0 | 0.15 | 223.66 | 0.96 | 0.44 |
| Hex | 5 | 3F | DA | 62 | 47 | 0 | F | E0 | 60 | 2C |
| Octal | 5 | 77 | 332 | 142 | 107 | 0 | 17 | 340 | 140 | 54 |
| Binary | 101 | 111111 | 11011010 | 1100010 | 1000111 | 0 | 1111 | 11100000 | 1100000 | 101100 |
Color Harmonies of #053FDA
Complementary color
Monochromatic Colors of #053FDA
Black with #053FDA
Text Example
Text Example
White with #053FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FDA; }
p { color: rgb(5,63,218); }
H1.HeaderClassName
{
color: #053FDA;
}
.AnyTagClassName
{
color: #053FDA;
}
</style>
background-color css
<style>
a { background-color: #053FDA; }
a { background-color: rgb(5,63,218); }
div.DivClassName
{
background-color: #053FDA;
}
.BgClassName
{
background-color: #053FDA;
}
</style>
border-color css
<style>
span { border-color: #053FDA; }
span { border-color: rgb(5,63,218); }
td.TdClassName
{
border-color: #053FDA;
}
.TagClassName
{
border-color: #053FDA;
}
</style>