Shades of Persian Blue #0535EA
Tints of Persian Blue #0535EA
RGB
CMYK
RGB Variations
Color information
#0535EA (or 0x0535EA) is known color: Persian Blue. HEX triplet: 05, 35 and EA. RGB value is (5,53,234). Sum of RGB (Red+Green+Blue) = 5+53+234=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 234 (91.80% from 255 or 80.14% from 292); Max value from RGB is 234 - color contains mainly: blue. Hex color #0535EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0535EA is #FACA15. Grayscale: #3A3A3A. Windows color (decimal): -16435734 or 15348997. OLE color: 15348997.
HSL color Cylindrical-coordinate representation of color #0535EA: hue angle of 227.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535EA is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 53 | 234 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.08 |
| HSL | 227.42º | 0.96% | 0.47% | - |
| HSV(B) | 227.42º | 0.98% | 0.92% | - |
| XYZ | 16.19 | 8.52 | 78.63 | - |
| YUV | 59.28 | 226.6 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 234 | 0.98 | 0.77 | 0 | 0.08 | 227.42 | 0.96 | 0.47 |
| Hex | 5 | 35 | EA | 62 | 4D | 0 | 8 | E3 | 60 | 2F |
| Octal | 5 | 65 | 352 | 142 | 115 | 0 | 10 | 343 | 140 | 57 |
| Binary | 101 | 110101 | 11101010 | 1100010 | 1001101 | 0 | 1000 | 11100011 | 1100000 | 101111 |
Color Harmonies of #0535EA
Complementary color
Monochromatic Colors of #0535EA
Black with #0535EA
Text Example
Text Example
White with #0535EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535EA; }
p { color: rgb(5,53,234); }
H1.HeaderClassName
{
color: #0535EA;
}
.AnyTagClassName
{
color: #0535EA;
}
</style>
background-color css
<style>
a { background-color: #0535EA; }
a { background-color: rgb(5,53,234); }
div.DivClassName
{
background-color: #0535EA;
}
.BgClassName
{
background-color: #0535EA;
}
</style>
border-color css
<style>
span { border-color: #0535EA; }
span { border-color: rgb(5,53,234); }
td.TdClassName
{
border-color: #0535EA;
}
.TagClassName
{
border-color: #0535EA;
}
</style>