Shades of Persian Blue #0534DE
Tints of Persian Blue #0534DE
RGB
CMYK
RGB Variations
Color information
#0534DE (or 0x0534DE) is known color: Persian Blue. HEX triplet: 05, 34 and DE. RGB value is (5,52,222). Sum of RGB (Red+Green+Blue) = 5+52+222=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 222 (87.11% from 255 or 79.57% from 279); Max value from RGB is 222 - color contains mainly: blue. Hex color #0534DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0534DE is #FACB21. Grayscale: #383838. Windows color (decimal): -16436002 or 14562309. OLE color: 14562309.
HSL color Cylindrical-coordinate representation of color #0534DE: hue angle of 227º 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 #0534DE is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 52 | 222 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.13 |
| HSL | 227º | 0.96% | 0.45% | - |
| HSV(B) | 227º | 0.98% | 0.87% | - |
| XYZ | 14.48 | 7.76 | 69.84 | - |
| YUV | 57.33 | 220.93 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 222 | 0.98 | 0.77 | 0 | 0.13 | 227 | 0.96 | 0.45 |
| Hex | 5 | 34 | DE | 62 | 4D | 0 | D | E3 | 60 | 2D |
| Octal | 5 | 64 | 336 | 142 | 115 | 0 | 15 | 343 | 140 | 55 |
| Binary | 101 | 110100 | 11011110 | 1100010 | 1001101 | 0 | 1101 | 11100011 | 1100000 | 101101 |
Color Harmonies of #0534DE
Complementary color
Monochromatic Colors of #0534DE
Black with #0534DE
Text Example
Text Example
White with #0534DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534DE; }
p { color: rgb(5,52,222); }
H1.HeaderClassName
{
color: #0534DE;
}
.AnyTagClassName
{
color: #0534DE;
}
</style>
background-color css
<style>
a { background-color: #0534DE; }
a { background-color: rgb(5,52,222); }
div.DivClassName
{
background-color: #0534DE;
}
.BgClassName
{
background-color: #0534DE;
}
</style>
border-color css
<style>
span { border-color: #0534DE; }
span { border-color: rgb(5,52,222); }
td.TdClassName
{
border-color: #0534DE;
}
.TagClassName
{
border-color: #0534DE;
}
</style>