Shades of Persian Blue #0535EE
Tints of Persian Blue #0535EE
RGB
CMYK
RGB Variations
Color information
#0535EE (or 0x0535EE) is known color: Persian Blue. HEX triplet: 05, 35 and EE. RGB value is (5,53,238). Sum of RGB (Red+Green+Blue) = 5+53+238=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 238 (93.36% from 255 or 80.41% from 296); Max value from RGB is 238 - color contains mainly: blue. Hex color #0535EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0535EE is #FACA11. Grayscale: #3A3A3A. Windows color (decimal): -16435730 or 15611141. OLE color: 15611141.
HSL color Cylindrical-coordinate representation of color #0535EE: hue angle of 227.64º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535EE is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 53 | 238 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.07 |
| HSL | 227.64º | 0.96% | 0.48% | - |
| HSV(B) | 227.64º | 0.98% | 0.93% | - |
| XYZ | 16.77 | 8.75 | 81.69 | - |
| YUV | 59.74 | 228.6 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 238 | 0.98 | 0.78 | 0 | 0.07 | 227.64 | 0.96 | 0.48 |
| Hex | 5 | 35 | EE | 62 | 4E | 0 | 7 | E4 | 60 | 30 |
| Octal | 5 | 65 | 356 | 142 | 116 | 0 | 7 | 344 | 140 | 60 |
| Binary | 101 | 110101 | 11101110 | 1100010 | 1001110 | 0 | 111 | 11100100 | 1100000 | 110000 |
Color Harmonies of #0535EE
Complementary color
Monochromatic Colors of #0535EE
Black with #0535EE
Text Example
Text Example
White with #0535EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535EE; }
p { color: rgb(5,53,238); }
H1.HeaderClassName
{
color: #0535EE;
}
.AnyTagClassName
{
color: #0535EE;
}
</style>
background-color css
<style>
a { background-color: #0535EE; }
a { background-color: rgb(5,53,238); }
div.DivClassName
{
background-color: #0535EE;
}
.BgClassName
{
background-color: #0535EE;
}
</style>
border-color css
<style>
span { border-color: #0535EE; }
span { border-color: rgb(5,53,238); }
td.TdClassName
{
border-color: #0535EE;
}
.TagClassName
{
border-color: #0535EE;
}
</style>