Shades of Persian Blue #0535DE
Tints of Persian Blue #0535DE
RGB
CMYK
RGB Variations
Color information
#0535DE (or 0x0535DE) is known color: Persian Blue. HEX triplet: 05, 35 and DE. RGB value is (5,53,222). Sum of RGB (Red+Green+Blue) = 5+53+222=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 222 (87.11% from 255 or 79.29% from 280); Max value from RGB is 222 - color contains mainly: blue. Hex color #0535DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535DE is #FACA21. Grayscale: #393939. Windows color (decimal): -16435746 or 14562565. OLE color: 14562565.
HSL color Cylindrical-coordinate representation of color #0535DE: hue angle of 226.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535DE is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 53 | 222 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.13 |
| HSL | 226.73º | 0.96% | 0.45% | - |
| HSV(B) | 226.73º | 0.98% | 0.87% | - |
| XYZ | 14.52 | 7.85 | 69.86 | - |
| YUV | 57.91 | 220.6 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 222 | 0.98 | 0.76 | 0 | 0.13 | 226.73 | 0.96 | 0.45 |
| Hex | 5 | 35 | DE | 62 | 4C | 0 | D | E3 | 60 | 2D |
| Octal | 5 | 65 | 336 | 142 | 114 | 0 | 15 | 343 | 140 | 55 |
| Binary | 101 | 110101 | 11011110 | 1100010 | 1001100 | 0 | 1101 | 11100011 | 1100000 | 101101 |
Color Harmonies of #0535DE
Complementary color
Monochromatic Colors of #0535DE
Black with #0535DE
Text Example
Text Example
White with #0535DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535DE; }
p { color: rgb(5,53,222); }
H1.HeaderClassName
{
color: #0535DE;
}
.AnyTagClassName
{
color: #0535DE;
}
</style>
background-color css
<style>
a { background-color: #0535DE; }
a { background-color: rgb(5,53,222); }
div.DivClassName
{
background-color: #0535DE;
}
.BgClassName
{
background-color: #0535DE;
}
</style>
border-color css
<style>
span { border-color: #0535DE; }
span { border-color: rgb(5,53,222); }
td.TdClassName
{
border-color: #0535DE;
}
.TagClassName
{
border-color: #0535DE;
}
</style>