Shades of Persian Blue #053ECE
Tints of Persian Blue #053ECE
RGB
CMYK
RGB Variations
Color information
#053ECE (or 0x053ECE) is known color: Persian Blue. HEX triplet: 05, 3E and CE. RGB value is (5,62,206). Sum of RGB (Red+Green+Blue) = 5+62+206=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #053ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ECE is #FAC131. Grayscale: #3C3C3C. Windows color (decimal): -16433458 or 13516293. OLE color: 13516293.
HSL color Cylindrical-coordinate representation of color #053ECE: hue angle of 222.99º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ECE is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 62 | 206 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.19 |
| HSL | 222.99º | 0.95% | 0.41% | - |
| HSV(B) | 222.99º | 0.98% | 0.81% | - |
| XYZ | 12.93 | 7.93 | 59.24 | - |
| YUV | 61.37 | 209.62 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 206 | 0.98 | 0.70 | 0 | 0.19 | 222.99 | 0.95 | 0.41 |
| Hex | 5 | 3E | CE | 62 | 46 | 0 | 13 | DF | 5F | 29 |
| Octal | 5 | 76 | 316 | 142 | 106 | 0 | 23 | 337 | 137 | 51 |
| Binary | 101 | 111110 | 11001110 | 1100010 | 1000110 | 0 | 10011 | 11011111 | 1011111 | 101001 |
Color Harmonies of #053ECE
Complementary color
Monochromatic Colors of #053ECE
Black with #053ECE
Text Example
Text Example
White with #053ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053ECE; }
p { color: rgb(5,62,206); }
H1.HeaderClassName
{
color: #053ECE;
}
.AnyTagClassName
{
color: #053ECE;
}
</style>
background-color css
<style>
a { background-color: #053ECE; }
a { background-color: rgb(5,62,206); }
div.DivClassName
{
background-color: #053ECE;
}
.BgClassName
{
background-color: #053ECE;
}
</style>
border-color css
<style>
span { border-color: #053ECE; }
span { border-color: rgb(5,62,206); }
td.TdClassName
{
border-color: #053ECE;
}
.TagClassName
{
border-color: #053ECE;
}
</style>