Shades of Persian Blue #0535D0
Tints of Persian Blue #0535D0
RGB
CMYK
RGB Variations
Color information
#0535D0 (or 0x0535D0) is known color: Persian Blue. HEX triplet: 05, 35 and D0. RGB value is (5,53,208). Sum of RGB (Red+Green+Blue) = 5+53+208=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 208 (81.64% from 255 or 78.20% from 266); Max value from RGB is 208 - color contains mainly: blue. Hex color #0535D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535D0 is #FACA2F. Grayscale: #373737. Windows color (decimal): -16435760 or 13645061. OLE color: 13645061.
HSL color Cylindrical-coordinate representation of color #0535D0: hue angle of 225.81º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535D0 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 53 | 208 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.18 |
| HSL | 225.81º | 0.95% | 0.42% | - |
| HSV(B) | 225.81º | 0.98% | 0.82% | - |
| XYZ | 12.72 | 7.13 | 60.38 | - |
| YUV | 56.32 | 213.6 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 208 | 0.98 | 0.75 | 0 | 0.18 | 225.81 | 0.95 | 0.42 |
| Hex | 5 | 35 | D0 | 62 | 4B | 0 | 12 | E2 | 5F | 2A |
| Octal | 5 | 65 | 320 | 142 | 113 | 0 | 22 | 342 | 137 | 52 |
| Binary | 101 | 110101 | 11010000 | 1100010 | 1001011 | 0 | 10010 | 11100010 | 1011111 | 101010 |
Color Harmonies of #0535D0
Complementary color
Monochromatic Colors of #0535D0
Black with #0535D0
Text Example
Text Example
White with #0535D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535D0; }
p { color: rgb(5,53,208); }
H1.HeaderClassName
{
color: #0535D0;
}
.AnyTagClassName
{
color: #0535D0;
}
</style>
background-color css
<style>
a { background-color: #0535D0; }
a { background-color: rgb(5,53,208); }
div.DivClassName
{
background-color: #0535D0;
}
.BgClassName
{
background-color: #0535D0;
}
</style>
border-color css
<style>
span { border-color: #0535D0; }
span { border-color: rgb(5,53,208); }
td.TdClassName
{
border-color: #0535D0;
}
.TagClassName
{
border-color: #0535D0;
}
</style>