Shades of Persian Blue #053ECF
Tints of Persian Blue #053ECF
RGB
CMYK
RGB Variations
Color information
#053ECF (or 0x053ECF) is known color: Persian Blue. HEX triplet: 05, 3E and CF. RGB value is (5,62,207). Sum of RGB (Red+Green+Blue) = 5+62+207=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #053ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ECF is #FAC130. Grayscale: #3C3C3C. Windows color (decimal): -16433457 or 13581829. OLE color: 13581829.
HSL color Cylindrical-coordinate representation of color #053ECF: hue angle of 223.07º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ECF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 62 | 207 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.19 |
| HSL | 223.07º | 0.95% | 0.42% | - |
| HSV(B) | 223.07º | 0.98% | 0.81% | - |
| XYZ | 13.05 | 7.98 | 59.88 | - |
| YUV | 61.49 | 210.12 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 207 | 0.98 | 0.70 | 0 | 0.19 | 223.07 | 0.95 | 0.42 |
| Hex | 5 | 3E | CF | 62 | 46 | 0 | 13 | DF | 5F | 2A |
| Octal | 5 | 76 | 317 | 142 | 106 | 0 | 23 | 337 | 137 | 52 |
| Binary | 101 | 111110 | 11001111 | 1100010 | 1000110 | 0 | 10011 | 11011111 | 1011111 | 101010 |
Color Harmonies of #053ECF
Complementary color
Monochromatic Colors of #053ECF
Black with #053ECF
Text Example
Text Example
White with #053ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053ECF; }
p { color: rgb(5,62,207); }
H1.HeaderClassName
{
color: #053ECF;
}
.AnyTagClassName
{
color: #053ECF;
}
</style>
background-color css
<style>
a { background-color: #053ECF; }
a { background-color: rgb(5,62,207); }
div.DivClassName
{
background-color: #053ECF;
}
.BgClassName
{
background-color: #053ECF;
}
</style>
border-color css
<style>
span { border-color: #053ECF; }
span { border-color: rgb(5,62,207); }
td.TdClassName
{
border-color: #053ECF;
}
.TagClassName
{
border-color: #053ECF;
}
</style>