Shades of Persian Blue #0535CE
Tints of Persian Blue #0535CE
RGB
CMYK
RGB Variations
Color information
#0535CE (or 0x0535CE) is known color: Persian Blue. HEX triplet: 05, 35 and CE. RGB value is (5,53,206). Sum of RGB (Red+Green+Blue) = 5+53+206=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #0535CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535CE is #FACA31. Grayscale: #373737. Windows color (decimal): -16435762 or 13513989. OLE color: 13513989.
HSL color Cylindrical-coordinate representation of color #0535CE: hue angle of 225.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535CE is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 53 | 206 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.19 |
| HSL | 225.67º | 0.95% | 0.41% | - |
| HSV(B) | 225.67º | 0.98% | 0.81% | - |
| XYZ | 12.48 | 7.03 | 59.09 | - |
| YUV | 56.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 206 | 0.98 | 0.74 | 0 | 0.19 | 225.67 | 0.95 | 0.41 |
| Hex | 5 | 35 | CE | 62 | 4A | 0 | 13 | E2 | 5F | 29 |
| Octal | 5 | 65 | 316 | 142 | 112 | 0 | 23 | 342 | 137 | 51 |
| Binary | 101 | 110101 | 11001110 | 1100010 | 1001010 | 0 | 10011 | 11100010 | 1011111 | 101001 |
Color Harmonies of #0535CE
Complementary color
Monochromatic Colors of #0535CE
Black with #0535CE
Text Example
Text Example
White with #0535CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535CE; }
p { color: rgb(5,53,206); }
H1.HeaderClassName
{
color: #0535CE;
}
.AnyTagClassName
{
color: #0535CE;
}
</style>
background-color css
<style>
a { background-color: #0535CE; }
a { background-color: rgb(5,53,206); }
div.DivClassName
{
background-color: #0535CE;
}
.BgClassName
{
background-color: #0535CE;
}
</style>
border-color css
<style>
span { border-color: #0535CE; }
span { border-color: rgb(5,53,206); }
td.TdClassName
{
border-color: #0535CE;
}
.TagClassName
{
border-color: #0535CE;
}
</style>