Shades of Persian Blue #053FE1
Tints of Persian Blue #053FE1
RGB
CMYK
RGB Variations
Color information
#053FE1 (or 0x053FE1) is known color: Persian Blue. HEX triplet: 05, 3F and E1. RGB value is (5,63,225). Sum of RGB (Red+Green+Blue) = 5+63+225=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 225 (88.28% from 255 or 76.79% from 293); Max value from RGB is 225 - color contains mainly: blue. Hex color #053FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FE1 is #FAC01E. Grayscale: #3F3F3F. Windows color (decimal): -16433183 or 14761733. OLE color: 14761733.
HSL color Cylindrical-coordinate representation of color #053FE1: hue angle of 224.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FE1 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 63 | 225 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.12 |
| HSL | 224.18º | 0.96% | 0.45% | - |
| HSV(B) | 224.18º | 0.98% | 0.88% | - |
| XYZ | 15.43 | 9.02 | 72.16 | - |
| YUV | 64.13 | 218.78 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 225 | 0.98 | 0.72 | 0 | 0.12 | 224.18 | 0.96 | 0.45 |
| Hex | 5 | 3F | E1 | 62 | 48 | 0 | C | E0 | 60 | 2D |
| Octal | 5 | 77 | 341 | 142 | 110 | 0 | 14 | 340 | 140 | 55 |
| Binary | 101 | 111111 | 11100001 | 1100010 | 1001000 | 0 | 1100 | 11100000 | 1100000 | 101101 |
Color Harmonies of #053FE1
Complementary color
Monochromatic Colors of #053FE1
Black with #053FE1
Text Example
Text Example
White with #053FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FE1; }
p { color: rgb(5,63,225); }
H1.HeaderClassName
{
color: #053FE1;
}
.AnyTagClassName
{
color: #053FE1;
}
</style>
background-color css
<style>
a { background-color: #053FE1; }
a { background-color: rgb(5,63,225); }
div.DivClassName
{
background-color: #053FE1;
}
.BgClassName
{
background-color: #053FE1;
}
</style>
border-color css
<style>
span { border-color: #053FE1; }
span { border-color: rgb(5,63,225); }
td.TdClassName
{
border-color: #053FE1;
}
.TagClassName
{
border-color: #053FE1;
}
</style>