Shades of Persian Blue #053EE9
Tints of Persian Blue #053EE9
RGB
CMYK
RGB Variations
Color information
#053EE9 (or 0x053EE9) is known color: Persian Blue. HEX triplet: 05, 3E and E9. RGB value is (5,62,233). Sum of RGB (Red+Green+Blue) = 5+62+233=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 233 (91.41% from 255 or 77.67% from 300); Max value from RGB is 233 - color contains mainly: blue. Hex color #053EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EE9 is #FAC116. Grayscale: #3F3F3F. Windows color (decimal): -16433431 or 15285765. OLE color: 15285765.
HSL color Cylindrical-coordinate representation of color #053EE9: hue angle of 225º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053EE9 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 62 | 233 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.09 |
| HSL | 225º | 0.96% | 0.47% | - |
| HSV(B) | 225º | 0.98% | 0.91% | - |
| XYZ | 16.49 | 9.36 | 78.03 | - |
| YUV | 64.45 | 223.12 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 233 | 0.98 | 0.73 | 0 | 0.09 | 225 | 0.96 | 0.47 |
| Hex | 5 | 3E | E9 | 62 | 49 | 0 | 9 | E1 | 60 | 2F |
| Octal | 5 | 76 | 351 | 142 | 111 | 0 | 11 | 341 | 140 | 57 |
| Binary | 101 | 111110 | 11101001 | 1100010 | 1001001 | 0 | 1001 | 11100001 | 1100000 | 101111 |
Color Harmonies of #053EE9
Complementary color
Monochromatic Colors of #053EE9
Black with #053EE9
Text Example
Text Example
White with #053EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EE9; }
p { color: rgb(5,62,233); }
H1.HeaderClassName
{
color: #053EE9;
}
.AnyTagClassName
{
color: #053EE9;
}
</style>
background-color css
<style>
a { background-color: #053EE9; }
a { background-color: rgb(5,62,233); }
div.DivClassName
{
background-color: #053EE9;
}
.BgClassName
{
background-color: #053EE9;
}
</style>
border-color css
<style>
span { border-color: #053EE9; }
span { border-color: rgb(5,62,233); }
td.TdClassName
{
border-color: #053EE9;
}
.TagClassName
{
border-color: #053EE9;
}
</style>