Shades of Persian Blue #053BEF
Tints of Persian Blue #053BEF
RGB
CMYK
RGB Variations
Color information
#053BEF (or 0x053BEF) is known color: Persian Blue. HEX triplet: 05, 3B and EF. RGB value is (5,59,239). Sum of RGB (Red+Green+Blue) = 5+59+239=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 239 (93.75% from 255 or 78.88% from 303); Max value from RGB is 239 - color contains mainly: blue. Hex color #053BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BEF is #FAC410. Grayscale: #3E3E3E. Windows color (decimal): -16434193 or 15678213. OLE color: 15678213.
HSL color Cylindrical-coordinate representation of color #053BEF: hue angle of 226.15º 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 #053BEF is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 59 | 239 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.06 |
| HSL | 226.15º | 0.96% | 0.48% | - |
| HSV(B) | 226.15º | 0.98% | 0.94% | - |
| XYZ | 17.21 | 9.39 | 82.57 | - |
| YUV | 63.37 | 227.11 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 239 | 0.98 | 0.75 | 0 | 0.06 | 226.15 | 0.96 | 0.48 |
| Hex | 5 | 3B | EF | 62 | 4B | 0 | 6 | E2 | 60 | 30 |
| Octal | 5 | 73 | 357 | 142 | 113 | 0 | 6 | 342 | 140 | 60 |
| Binary | 101 | 111011 | 11101111 | 1100010 | 1001011 | 0 | 110 | 11100010 | 1100000 | 110000 |
Color Harmonies of #053BEF
Complementary color
Monochromatic Colors of #053BEF
Black with #053BEF
Text Example
Text Example
White with #053BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053BEF; }
p { color: rgb(5,59,239); }
H1.HeaderClassName
{
color: #053BEF;
}
.AnyTagClassName
{
color: #053BEF;
}
</style>
background-color css
<style>
a { background-color: #053BEF; }
a { background-color: rgb(5,59,239); }
div.DivClassName
{
background-color: #053BEF;
}
.BgClassName
{
background-color: #053BEF;
}
</style>
border-color css
<style>
span { border-color: #053BEF; }
span { border-color: rgb(5,59,239); }
td.TdClassName
{
border-color: #053BEF;
}
.TagClassName
{
border-color: #053BEF;
}
</style>