Shades of Persian Blue #053FCE
Tints of Persian Blue #053FCE
RGB
CMYK
RGB Variations
Color information
#053FCE (or 0x053FCE) is known color: Persian Blue. HEX triplet: 05, 3F and CE. RGB value is (5,63,206). Sum of RGB (Red+Green+Blue) = 5+63+206=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #053FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FCE is #FAC031. Grayscale: #3D3D3D. Windows color (decimal): -16433202 or 13516549. OLE color: 13516549.
HSL color Cylindrical-coordinate representation of color #053FCE: hue angle of 222.69º 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 #053FCE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 63 | 206 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.19 |
| HSL | 222.69º | 0.95% | 0.41% | - |
| HSV(B) | 222.69º | 0.98% | 0.81% | - |
| XYZ | 12.98 | 8.04 | 59.26 | - |
| YUV | 61.96 | 209.28 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 206 | 0.98 | 0.69 | 0 | 0.19 | 222.69 | 0.95 | 0.41 |
| Hex | 5 | 3F | CE | 62 | 45 | 0 | 13 | DF | 5F | 29 |
| Octal | 5 | 77 | 316 | 142 | 105 | 0 | 23 | 337 | 137 | 51 |
| Binary | 101 | 111111 | 11001110 | 1100010 | 1000101 | 0 | 10011 | 11011111 | 1011111 | 101001 |
Color Harmonies of #053FCE
Complementary color
Monochromatic Colors of #053FCE
Black with #053FCE
Text Example
Text Example
White with #053FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053FCE; }
p { color: rgb(5,63,206); }
H1.HeaderClassName
{
color: #053FCE;
}
.AnyTagClassName
{
color: #053FCE;
}
</style>
background-color css
<style>
a { background-color: #053FCE; }
a { background-color: rgb(5,63,206); }
div.DivClassName
{
background-color: #053FCE;
}
.BgClassName
{
background-color: #053FCE;
}
</style>
border-color css
<style>
span { border-color: #053FCE; }
span { border-color: rgb(5,63,206); }
td.TdClassName
{
border-color: #053FCE;
}
.TagClassName
{
border-color: #053FCE;
}
</style>