Shades of Persian Blue #053ECB
Tints of Persian Blue #053ECB
RGB
CMYK
RGB Variations
Color information
#053ECB (or 0x053ECB) is known color: Persian Blue. HEX triplet: 05, 3E and CB. RGB value is (5,62,203). Sum of RGB (Red+Green+Blue) = 5+62+203=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #053ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ECB is #FAC134. Grayscale: #3C3C3C. Windows color (decimal): -16433461 or 13319685. OLE color: 13319685.
HSL color Cylindrical-coordinate representation of color #053ECB: hue angle of 222.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053ECB is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 62 | 203 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.20 |
| HSL | 222.73º | 0.95% | 0.41% | - |
| HSV(B) | 222.73º | 0.98% | 0.8% | - |
| XYZ | 12.56 | 7.79 | 57.34 | - |
| YUV | 61.03 | 208.12 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 203 | 0.98 | 0.69 | 0 | 0.20 | 222.73 | 0.95 | 0.41 |
| Hex | 5 | 3E | CB | 62 | 45 | 0 | 14 | DF | 5F | 29 |
| Octal | 5 | 76 | 313 | 142 | 105 | 0 | 24 | 337 | 137 | 51 |
| Binary | 101 | 111110 | 11001011 | 1100010 | 1000101 | 0 | 10100 | 11011111 | 1011111 | 101001 |
Color Harmonies of #053ECB
Complementary color
Monochromatic Colors of #053ECB
Black with #053ECB
Text Example
Text Example
White with #053ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053ECB; }
p { color: rgb(5,62,203); }
H1.HeaderClassName
{
color: #053ECB;
}
.AnyTagClassName
{
color: #053ECB;
}
</style>
background-color css
<style>
a { background-color: #053ECB; }
a { background-color: rgb(5,62,203); }
div.DivClassName
{
background-color: #053ECB;
}
.BgClassName
{
background-color: #053ECB;
}
</style>
border-color css
<style>
span { border-color: #053ECB; }
span { border-color: rgb(5,62,203); }
td.TdClassName
{
border-color: #053ECB;
}
.TagClassName
{
border-color: #053ECB;
}
</style>