Shades of Persian Blue #0528D1
Tints of Persian Blue #0528D1
RGB
CMYK
RGB Variations
Color information
#0528D1 (or 0x0528D1) is known color: Persian Blue. HEX triplet: 05, 28 and D1. RGB value is (5,40,209). Sum of RGB (Red+Green+Blue) = 5+40+209=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 209 (82.03% from 255 or 82.28% from 254); Max value from RGB is 209 - color contains mainly: blue. Hex color #0528D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0528D1 is #FAD72E. Grayscale: #303030. Windows color (decimal): -16439087 or 13707269. OLE color: 13707269.
HSL color Cylindrical-coordinate representation of color #0528D1: hue angle of 229.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0528D1 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 40 | 209 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.18 |
| HSL | 229.71º | 0.95% | 0.42% | - |
| HSV(B) | 229.71º | 0.98% | 0.82% | - |
| XYZ | 12.33 | 6.15 | 60.86 | - |
| YUV | 48.8 | 218.4 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 40 | 209 | 0.98 | 0.81 | 0 | 0.18 | 229.71 | 0.95 | 0.42 |
| Hex | 5 | 28 | D1 | 62 | 51 | 0 | 12 | E6 | 5F | 2A |
| Octal | 5 | 50 | 321 | 142 | 121 | 0 | 22 | 346 | 137 | 52 |
| Binary | 101 | 101000 | 11010001 | 1100010 | 1010001 | 0 | 10010 | 11100110 | 1011111 | 101010 |
Color Harmonies of #0528D1
Complementary color
Monochromatic Colors of #0528D1
Black with #0528D1
Text Example
Text Example
White with #0528D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0528D1; }
p { color: rgb(5,40,209); }
H1.HeaderClassName
{
color: #0528D1;
}
.AnyTagClassName
{
color: #0528D1;
}
</style>
background-color css
<style>
a { background-color: #0528D1; }
a { background-color: rgb(5,40,209); }
div.DivClassName
{
background-color: #0528D1;
}
.BgClassName
{
background-color: #0528D1;
}
</style>
border-color css
<style>
span { border-color: #0528D1; }
span { border-color: rgb(5,40,209); }
td.TdClassName
{
border-color: #0528D1;
}
.TagClassName
{
border-color: #0528D1;
}
</style>