Shades of Persian Blue #1529D2
Tints of Persian Blue #1529D2
RGB
CMYK
RGB Variations
Color information
#1529D2 (or 0x1529D2) is known color: Persian Blue. HEX triplet: 15, 29 and D2. RGB value is (21,41,210). Sum of RGB (Red+Green+Blue) = 21+41+210=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 210 (82.42% from 255 or 77.21% from 272); Max value from RGB is 210 - color contains mainly: blue. Hex color #1529D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1529D2 is #EAD62D. Grayscale: #353535. Windows color (decimal): -15390254 or 13773077. OLE color: 13773077.
HSL color Cylindrical-coordinate representation of color #1529D2: hue angle of 233.65º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1529D2 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 41 | 210 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.18 |
| HSL | 233.65º | 0.82% | 0.45% | - |
| HSV(B) | 233.65º | 0.9% | 0.82% | - |
| XYZ | 12.74 | 6.4 | 61.54 | - |
| YUV | 54.29 | 215.87 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 210 | 0.90 | 0.80 | 0 | 0.18 | 233.65 | 0.82 | 0.45 |
| Hex | 15 | 29 | D2 | 5A | 50 | 0 | 12 | EA | 52 | 2D |
| Octal | 25 | 51 | 322 | 132 | 120 | 0 | 22 | 352 | 122 | 55 |
| Binary | 10101 | 101001 | 11010010 | 1011010 | 1010000 | 0 | 10010 | 11101010 | 1010010 | 101101 |
Color Harmonies of #1529D2
Complementary color
Monochromatic Colors of #1529D2
Black with #1529D2
Text Example
Text Example
White with #1529D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1529D2; }
p { color: rgb(21,41,210); }
H1.HeaderClassName
{
color: #1529D2;
}
.AnyTagClassName
{
color: #1529D2;
}
</style>
background-color css
<style>
a { background-color: #1529D2; }
a { background-color: rgb(21,41,210); }
div.DivClassName
{
background-color: #1529D2;
}
.BgClassName
{
background-color: #1529D2;
}
</style>
border-color css
<style>
span { border-color: #1529D2; }
span { border-color: rgb(21,41,210); }
td.TdClassName
{
border-color: #1529D2;
}
.TagClassName
{
border-color: #1529D2;
}
</style>