Shades of Persian Blue #0534DC
Tints of Persian Blue #0534DC
RGB
CMYK
RGB Variations
Color information
#0534DC (or 0x0534DC) is known color: Persian Blue. HEX triplet: 05, 34 and DC. RGB value is (5,52,220). Sum of RGB (Red+Green+Blue) = 5+52+220=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #0534DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0534DC is #FACB23. Grayscale: #383838. Windows color (decimal): -16436004 or 14431237. OLE color: 14431237.
HSL color Cylindrical-coordinate representation of color #0534DC: hue angle of 226.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0534DC is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 52 | 220 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.14 |
| HSL | 226.88º | 0.96% | 0.44% | - |
| HSV(B) | 226.88º | 0.98% | 0.86% | - |
| XYZ | 14.21 | 7.66 | 68.44 | - |
| YUV | 57.1 | 219.93 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 220 | 0.98 | 0.76 | 0 | 0.14 | 226.88 | 0.96 | 0.44 |
| Hex | 5 | 34 | DC | 62 | 4C | 0 | E | E3 | 60 | 2C |
| Octal | 5 | 64 | 334 | 142 | 114 | 0 | 16 | 343 | 140 | 54 |
| Binary | 101 | 110100 | 11011100 | 1100010 | 1001100 | 0 | 1110 | 11100011 | 1100000 | 101100 |
Color Harmonies of #0534DC
Complementary color
Monochromatic Colors of #0534DC
Black with #0534DC
Text Example
Text Example
White with #0534DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0534DC; }
p { color: rgb(5,52,220); }
H1.HeaderClassName
{
color: #0534DC;
}
.AnyTagClassName
{
color: #0534DC;
}
</style>
background-color css
<style>
a { background-color: #0534DC; }
a { background-color: rgb(5,52,220); }
div.DivClassName
{
background-color: #0534DC;
}
.BgClassName
{
background-color: #0534DC;
}
</style>
border-color css
<style>
span { border-color: #0534DC; }
span { border-color: rgb(5,52,220); }
td.TdClassName
{
border-color: #0534DC;
}
.TagClassName
{
border-color: #0534DC;
}
</style>