Shades of Persian Blue #0527DC
Tints of Persian Blue #0527DC
RGB
CMYK
RGB Variations
Color information
#0527DC (or 0x0527DC) is known color: Persian Blue. HEX triplet: 05, 27 and DC. RGB value is (5,39,220). Sum of RGB (Red+Green+Blue) = 5+39+220=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #0527DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0527DC is #FAD823. Grayscale: #303030. Windows color (decimal): -16439332 or 14427909. OLE color: 14427909.
HSL color Cylindrical-coordinate representation of color #0527DC: hue angle of 230.51º 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 #0527DC is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 39 | 220 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.14 |
| HSL | 230.51º | 0.96% | 0.44% | - |
| HSV(B) | 230.51º | 0.98% | 0.86% | - |
| XYZ | 13.71 | 6.65 | 68.27 | - |
| YUV | 49.47 | 224.24 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 220 | 0.98 | 0.82 | 0 | 0.14 | 230.51 | 0.96 | 0.44 |
| Hex | 5 | 27 | DC | 62 | 52 | 0 | E | E7 | 60 | 2C |
| Octal | 5 | 47 | 334 | 142 | 122 | 0 | 16 | 347 | 140 | 54 |
| Binary | 101 | 100111 | 11011100 | 1100010 | 1010010 | 0 | 1110 | 11100111 | 1100000 | 101100 |
Color Harmonies of #0527DC
Complementary color
Monochromatic Colors of #0527DC
Black with #0527DC
Text Example
Text Example
White with #0527DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0527DC; }
p { color: rgb(5,39,220); }
H1.HeaderClassName
{
color: #0527DC;
}
.AnyTagClassName
{
color: #0527DC;
}
</style>
background-color css
<style>
a { background-color: #0527DC; }
a { background-color: rgb(5,39,220); }
div.DivClassName
{
background-color: #0527DC;
}
.BgClassName
{
background-color: #0527DC;
}
</style>
border-color css
<style>
span { border-color: #0527DC; }
span { border-color: rgb(5,39,220); }
td.TdClassName
{
border-color: #0527DC;
}
.TagClassName
{
border-color: #0527DC;
}
</style>