Shades of Persian Blue #1526DD
Tints of Persian Blue #1526DD
RGB
CMYK
RGB Variations
Color information
#1526DD (or 0x1526DD) is known color: Persian Blue. HEX triplet: 15, 26 and DD. RGB value is (21,38,221). Sum of RGB (Red+Green+Blue) = 21+38+221=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #1526DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1526DD is #EAD922. Grayscale: #353535. Windows color (decimal): -15391011 or 14493205. OLE color: 14493205.
HSL color Cylindrical-coordinate representation of color #1526DD: hue angle of 234.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1526DD is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 38 | 221 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.13 |
| HSL | 234.9º | 0.83% | 0.47% | - |
| HSV(B) | 234.9º | 0.9% | 0.87% | - |
| XYZ | 14.05 | 6.77 | 68.97 | - |
| YUV | 53.78 | 222.37 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 221 | 0.90 | 0.83 | 0 | 0.13 | 234.9 | 0.83 | 0.47 |
| Hex | 15 | 26 | DD | 5A | 53 | 0 | D | EB | 53 | 2F |
| Octal | 25 | 46 | 335 | 132 | 123 | 0 | 15 | 353 | 123 | 57 |
| Binary | 10101 | 100110 | 11011101 | 1011010 | 1010011 | 0 | 1101 | 11101011 | 1010011 | 101111 |
Color Harmonies of #1526DD
Complementary color
Monochromatic Colors of #1526DD
Black with #1526DD
Text Example
Text Example
White with #1526DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526DD; }
p { color: rgb(21,38,221); }
H1.HeaderClassName
{
color: #1526DD;
}
.AnyTagClassName
{
color: #1526DD;
}
</style>
background-color css
<style>
a { background-color: #1526DD; }
a { background-color: rgb(21,38,221); }
div.DivClassName
{
background-color: #1526DD;
}
.BgClassName
{
background-color: #1526DD;
}
</style>
border-color css
<style>
span { border-color: #1526DD; }
span { border-color: rgb(21,38,221); }
td.TdClassName
{
border-color: #1526DD;
}
.TagClassName
{
border-color: #1526DD;
}
</style>