Shades of Persian Blue #053EEF
Tints of Persian Blue #053EEF
RGB
CMYK
RGB Variations
Color information
#053EEF (or 0x053EEF) is known color: Persian Blue. HEX triplet: 05, 3E and EF. RGB value is (5,62,239). Sum of RGB (Red+Green+Blue) = 5+62+239=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #053EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EEF is #FAC110. Grayscale: #404040. Windows color (decimal): -16433425 or 15678981. OLE color: 15678981.
HSL color Cylindrical-coordinate representation of color #053EEF: hue angle of 225.38º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053EEF is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 62 | 239 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.06 |
| HSL | 225.38º | 0.96% | 0.48% | - |
| HSV(B) | 225.38º | 0.98% | 0.94% | - |
| XYZ | 17.37 | 9.71 | 82.62 | - |
| YUV | 65.14 | 226.12 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 239 | 0.98 | 0.74 | 0 | 0.06 | 225.38 | 0.96 | 0.48 |
| Hex | 5 | 3E | EF | 62 | 4A | 0 | 6 | E1 | 60 | 30 |
| Octal | 5 | 76 | 357 | 142 | 112 | 0 | 6 | 341 | 140 | 60 |
| Binary | 101 | 111110 | 11101111 | 1100010 | 1001010 | 0 | 110 | 11100001 | 1100000 | 110000 |
Color Harmonies of #053EEF
Complementary color
Monochromatic Colors of #053EEF
Black with #053EEF
Text Example
Text Example
White with #053EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053EEF; }
p { color: rgb(5,62,239); }
H1.HeaderClassName
{
color: #053EEF;
}
.AnyTagClassName
{
color: #053EEF;
}
</style>
background-color css
<style>
a { background-color: #053EEF; }
a { background-color: rgb(5,62,239); }
div.DivClassName
{
background-color: #053EEF;
}
.BgClassName
{
background-color: #053EEF;
}
</style>
border-color css
<style>
span { border-color: #053EEF; }
span { border-color: rgb(5,62,239); }
td.TdClassName
{
border-color: #053EEF;
}
.TagClassName
{
border-color: #053EEF;
}
</style>