Shades of Persian Blue #0535C0
Tints of Persian Blue #0535C0
RGB
CMYK
RGB Variations
Color information
#0535C0 (or 0x0535C0) is known color: Persian Blue. HEX triplet: 05, 35 and C0. RGB value is (5,53,192). Sum of RGB (Red+Green+Blue) = 5+53+192=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 192 (75.39% from 255 or 76.8% from 250); Max value from RGB is 192 - color contains mainly: blue. Hex color #0535C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535C0 is #FACA3F. Grayscale: #353535. Windows color (decimal): -16435776 or 12596485. OLE color: 12596485.
HSL color Cylindrical-coordinate representation of color #0535C0: hue angle of 224.6º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0535C0 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 53 | 192 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.25 |
| HSL | 224.6º | 0.95% | 0.39% | - |
| HSV(B) | 224.6º | 0.97% | 0.75% | - |
| XYZ | 10.85 | 6.38 | 50.53 | - |
| YUV | 54.49 | 205.6 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 192 | 0.97 | 0.72 | 0 | 0.25 | 224.6 | 0.95 | 0.39 |
| Hex | 5 | 35 | C0 | 61 | 48 | 0 | 19 | E1 | 5F | 27 |
| Octal | 5 | 65 | 300 | 141 | 110 | 0 | 31 | 341 | 137 | 47 |
| Binary | 101 | 110101 | 11000000 | 1100001 | 1001000 | 0 | 11001 | 11100001 | 1011111 | 100111 |
Color Harmonies of #0535C0
Complementary color
Monochromatic Colors of #0535C0
Black with #0535C0
Text Example
Text Example
White with #0535C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0535C0; }
p { color: rgb(5,53,192); }
H1.HeaderClassName
{
color: #0535C0;
}
.AnyTagClassName
{
color: #0535C0;
}
</style>
background-color css
<style>
a { background-color: #0535C0; }
a { background-color: rgb(5,53,192); }
div.DivClassName
{
background-color: #0535C0;
}
.BgClassName
{
background-color: #0535C0;
}
</style>
border-color css
<style>
span { border-color: #0535C0; }
span { border-color: rgb(5,53,192); }
td.TdClassName
{
border-color: #0535C0;
}
.TagClassName
{
border-color: #0535C0;
}
</style>