Shades of Persian Blue #053EEC
Tints of Persian Blue #053EEC
RGB
CMYK
RGB Variations
Color information
#053EEC (or 0x053EEC) is known color: Persian Blue. HEX triplet: 05, 3E and EC. RGB value is (5,62,236). Sum of RGB (Red+Green+Blue) = 5+62+236=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 236 (92.58% from 255 or 77.89% from 303); Max value from RGB is 236 - color contains mainly: blue. Hex color #053EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EEC is #FAC113. Grayscale: #404040. Windows color (decimal): -16433428 or 15482373. OLE color: 15482373.
HSL color Cylindrical-coordinate representation of color #053EEC: hue angle of 225.19º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053EEC is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 62 | 236 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.07 |
| HSL | 225.19º | 0.96% | 0.47% | - |
| HSV(B) | 225.19º | 0.98% | 0.93% | - |
| XYZ | 16.93 | 9.53 | 80.3 | - |
| YUV | 64.79 | 224.62 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 236 | 0.98 | 0.74 | 0 | 0.07 | 225.19 | 0.96 | 0.47 |
| Hex | 5 | 3E | EC | 62 | 4A | 0 | 7 | E1 | 60 | 2F |
| Octal | 5 | 76 | 354 | 142 | 112 | 0 | 7 | 341 | 140 | 57 |
| Binary | 101 | 111110 | 11101100 | 1100010 | 1001010 | 0 | 111 | 11100001 | 1100000 | 101111 |
Color Harmonies of #053EEC
Complementary color
Monochromatic Colors of #053EEC
Black with #053EEC
Text Example
Text Example
White with #053EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EEC; }
p { color: rgb(5,62,236); }
H1.HeaderClassName
{
color: #053EEC;
}
.AnyTagClassName
{
color: #053EEC;
}
</style>
background-color css
<style>
a { background-color: #053EEC; }
a { background-color: rgb(5,62,236); }
div.DivClassName
{
background-color: #053EEC;
}
.BgClassName
{
background-color: #053EEC;
}
</style>
border-color css
<style>
span { border-color: #053EEC; }
span { border-color: rgb(5,62,236); }
td.TdClassName
{
border-color: #053EEC;
}
.TagClassName
{
border-color: #053EEC;
}
</style>