Shades of Persian Blue #1525DA
Tints of Persian Blue #1525DA
RGB
CMYK
RGB Variations
Color information
#1525DA (or 0x1525DA) is known color: Persian Blue. HEX triplet: 15, 25 and DA. RGB value is (21,37,218). Sum of RGB (Red+Green+Blue) = 21+37+218=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #1525DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1525DA is #EADA25. Grayscale: #343434. Windows color (decimal): -15391270 or 14296341. OLE color: 14296341.
HSL color Cylindrical-coordinate representation of color #1525DA: hue angle of 235.13º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1525DA is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 37 | 218 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.15 |
| HSL | 235.13º | 0.82% | 0.47% | - |
| HSV(B) | 235.13º | 0.9% | 0.85% | - |
| XYZ | 13.63 | 6.54 | 66.87 | - |
| YUV | 52.85 | 221.2 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 218 | 0.90 | 0.83 | 0 | 0.15 | 235.13 | 0.82 | 0.47 |
| Hex | 15 | 25 | DA | 5A | 53 | 0 | F | EB | 52 | 2F |
| Octal | 25 | 45 | 332 | 132 | 123 | 0 | 17 | 353 | 122 | 57 |
| Binary | 10101 | 100101 | 11011010 | 1011010 | 1010011 | 0 | 1111 | 11101011 | 1010010 | 101111 |
Color Harmonies of #1525DA
Complementary color
Monochromatic Colors of #1525DA
Black with #1525DA
Text Example
Text Example
White with #1525DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1525DA; }
p { color: rgb(21,37,218); }
H1.HeaderClassName
{
color: #1525DA;
}
.AnyTagClassName
{
color: #1525DA;
}
</style>
background-color css
<style>
a { background-color: #1525DA; }
a { background-color: rgb(21,37,218); }
div.DivClassName
{
background-color: #1525DA;
}
.BgClassName
{
background-color: #1525DA;
}
</style>
border-color css
<style>
span { border-color: #1525DA; }
span { border-color: rgb(21,37,218); }
td.TdClassName
{
border-color: #1525DA;
}
.TagClassName
{
border-color: #1525DA;
}
</style>