Shades of Persian Blue #053FEA
Tints of Persian Blue #053FEA
RGB
CMYK
RGB Variations
Color information
#053FEA (or 0x053FEA) is known color: Persian Blue. HEX triplet: 05, 3F and EA. RGB value is (5,63,234). Sum of RGB (Red+Green+Blue) = 5+63+234=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #053FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FEA is #FAC015. Grayscale: #404040. Windows color (decimal): -16433174 or 15351557. OLE color: 15351557.
HSL color Cylindrical-coordinate representation of color #053FEA: hue angle of 224.8º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FEA is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 63 | 234 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.08 |
| HSL | 224.8º | 0.96% | 0.47% | - |
| HSV(B) | 224.8º | 0.98% | 0.92% | - |
| XYZ | 16.69 | 9.53 | 78.8 | - |
| YUV | 65.15 | 223.28 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 234 | 0.98 | 0.73 | 0 | 0.08 | 224.8 | 0.96 | 0.47 |
| Hex | 5 | 3F | EA | 62 | 49 | 0 | 8 | E1 | 60 | 2F |
| Octal | 5 | 77 | 352 | 142 | 111 | 0 | 10 | 341 | 140 | 57 |
| Binary | 101 | 111111 | 11101010 | 1100010 | 1001001 | 0 | 1000 | 11100001 | 1100000 | 101111 |
Color Harmonies of #053FEA
Complementary color
Monochromatic Colors of #053FEA
Black with #053FEA
Text Example
Text Example
White with #053FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FEA; }
p { color: rgb(5,63,234); }
H1.HeaderClassName
{
color: #053FEA;
}
.AnyTagClassName
{
color: #053FEA;
}
</style>
background-color css
<style>
a { background-color: #053FEA; }
a { background-color: rgb(5,63,234); }
div.DivClassName
{
background-color: #053FEA;
}
.BgClassName
{
background-color: #053FEA;
}
</style>
border-color css
<style>
span { border-color: #053FEA; }
span { border-color: rgb(5,63,234); }
td.TdClassName
{
border-color: #053FEA;
}
.TagClassName
{
border-color: #053FEA;
}
</style>