Shades of Persian Blue #0526D3
Tints of Persian Blue #0526D3
RGB
CMYK
RGB Variations
Color information
#0526D3 (or 0x0526D3) is known color: Persian Blue. HEX triplet: 05, 26 and D3. RGB value is (5,38,211). Sum of RGB (Red+Green+Blue) = 5+38+211=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 211 (82.81% from 255 or 83.07% from 254); Max value from RGB is 211 - color contains mainly: blue. Hex color #0526D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526D3 is #FAD92C. Grayscale: #2F2F2F. Windows color (decimal): -16439597 or 13837829. OLE color: 13837829.
HSL color Cylindrical-coordinate representation of color #0526D3: hue angle of 230.39º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0526D3 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 38 | 211 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.17 |
| HSL | 230.39º | 0.95% | 0.42% | - |
| HSV(B) | 230.39º | 0.98% | 0.83% | - |
| XYZ | 12.51 | 6.12 | 62.15 | - |
| YUV | 47.86 | 220.07 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 211 | 0.98 | 0.82 | 0 | 0.17 | 230.39 | 0.95 | 0.42 |
| Hex | 5 | 26 | D3 | 62 | 52 | 0 | 11 | E6 | 5F | 2A |
| Octal | 5 | 46 | 323 | 142 | 122 | 0 | 21 | 346 | 137 | 52 |
| Binary | 101 | 100110 | 11010011 | 1100010 | 1010010 | 0 | 10001 | 11100110 | 1011111 | 101010 |
Color Harmonies of #0526D3
Complementary color
Monochromatic Colors of #0526D3
Black with #0526D3
Text Example
Text Example
White with #0526D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526D3; }
p { color: rgb(5,38,211); }
H1.HeaderClassName
{
color: #0526D3;
}
.AnyTagClassName
{
color: #0526D3;
}
</style>
background-color css
<style>
a { background-color: #0526D3; }
a { background-color: rgb(5,38,211); }
div.DivClassName
{
background-color: #0526D3;
}
.BgClassName
{
background-color: #0526D3;
}
</style>
border-color css
<style>
span { border-color: #0526D3; }
span { border-color: rgb(5,38,211); }
td.TdClassName
{
border-color: #0526D3;
}
.TagClassName
{
border-color: #0526D3;
}
</style>