Shades of Persian Blue #0530D1
Tints of Persian Blue #0530D1
RGB
CMYK
RGB Variations
Color information
#0530D1 (or 0x0530D1) is known color: Persian Blue. HEX triplet: 05, 30 and D1. RGB value is (5,48,209). Sum of RGB (Red+Green+Blue) = 5+48+209=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 209 (82.03% from 255 or 79.77% from 262); Max value from RGB is 209 - color contains mainly: blue. Hex color #0530D1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0530D1 is #FACF2E. Grayscale: #343434. Windows color (decimal): -16437039 or 13709317. OLE color: 13709317.
HSL color Cylindrical-coordinate representation of color #0530D1: hue angle of 227.35º 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 #0530D1 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 48 | 209 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.18 |
| HSL | 227.35º | 0.95% | 0.42% | - |
| HSV(B) | 227.35º | 0.98% | 0.82% | - |
| XYZ | 12.63 | 6.75 | 60.96 | - |
| YUV | 53.5 | 215.75 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 209 | 0.98 | 0.77 | 0 | 0.18 | 227.35 | 0.95 | 0.42 |
| Hex | 5 | 30 | D1 | 62 | 4D | 0 | 12 | E3 | 5F | 2A |
| Octal | 5 | 60 | 321 | 142 | 115 | 0 | 22 | 343 | 137 | 52 |
| Binary | 101 | 110000 | 11010001 | 1100010 | 1001101 | 0 | 10010 | 11100011 | 1011111 | 101010 |
Color Harmonies of #0530D1
Complementary color
Monochromatic Colors of #0530D1
Black with #0530D1
Text Example
Text Example
White with #0530D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0530D1; }
p { color: rgb(5,48,209); }
H1.HeaderClassName
{
color: #0530D1;
}
.AnyTagClassName
{
color: #0530D1;
}
</style>
background-color css
<style>
a { background-color: #0530D1; }
a { background-color: rgb(5,48,209); }
div.DivClassName
{
background-color: #0530D1;
}
.BgClassName
{
background-color: #0530D1;
}
</style>
border-color css
<style>
span { border-color: #0530D1; }
span { border-color: rgb(5,48,209); }
td.TdClassName
{
border-color: #0530D1;
}
.TagClassName
{
border-color: #0530D1;
}
</style>