Shades of Persian Blue #0526D2
Tints of Persian Blue #0526D2
RGB
CMYK
RGB Variations
Color information
#0526D2 (or 0x0526D2) is known color: Persian Blue. HEX triplet: 05, 26 and D2. RGB value is (5,38,210). Sum of RGB (Red+Green+Blue) = 5+38+210=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 210 (82.42% from 255 or 83.00% from 253); Max value from RGB is 210 - color contains mainly: blue. Hex color #0526D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0526D2 is #FAD92D. Grayscale: #2F2F2F. Windows color (decimal): -16439598 or 13772293. OLE color: 13772293.
HSL color Cylindrical-coordinate representation of color #0526D2: hue angle of 230.34º 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 #0526D2 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 38 | 210 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.18 |
| HSL | 230.34º | 0.95% | 0.42% | - |
| HSV(B) | 230.34º | 0.98% | 0.82% | - |
| XYZ | 12.39 | 6.07 | 61.49 | - |
| YUV | 47.74 | 219.57 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 210 | 0.98 | 0.82 | 0 | 0.18 | 230.34 | 0.95 | 0.42 |
| Hex | 5 | 26 | D2 | 62 | 52 | 0 | 12 | E6 | 5F | 2A |
| Octal | 5 | 46 | 322 | 142 | 122 | 0 | 22 | 346 | 137 | 52 |
| Binary | 101 | 100110 | 11010010 | 1100010 | 1010010 | 0 | 10010 | 11100110 | 1011111 | 101010 |
Color Harmonies of #0526D2
Complementary color
Monochromatic Colors of #0526D2
Black with #0526D2
Text Example
Text Example
White with #0526D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0526D2; }
p { color: rgb(5,38,210); }
H1.HeaderClassName
{
color: #0526D2;
}
.AnyTagClassName
{
color: #0526D2;
}
</style>
background-color css
<style>
a { background-color: #0526D2; }
a { background-color: rgb(5,38,210); }
div.DivClassName
{
background-color: #0526D2;
}
.BgClassName
{
background-color: #0526D2;
}
</style>
border-color css
<style>
span { border-color: #0526D2; }
span { border-color: rgb(5,38,210); }
td.TdClassName
{
border-color: #0526D2;
}
.TagClassName
{
border-color: #0526D2;
}
</style>