Shades of Persian Blue #1526DF
Tints of Persian Blue #1526DF
RGB
CMYK
RGB Variations
Color information
#1526DF (or 0x1526DF) is known color: Persian Blue. HEX triplet: 15, 26 and DF. RGB value is (21,38,223). Sum of RGB (Red+Green+Blue) = 21+38+223=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #1526DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1526DF is #EAD920. Grayscale: #353535. Windows color (decimal): -15391009 or 14624277. OLE color: 14624277.
HSL color Cylindrical-coordinate representation of color #1526DF: hue angle of 234.95º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1526DF is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 38 | 223 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.13 |
| HSL | 234.95º | 0.83% | 0.48% | - |
| HSV(B) | 234.95º | 0.91% | 0.87% | - |
| XYZ | 14.32 | 6.87 | 70.38 | - |
| YUV | 54.01 | 223.37 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 223 | 0.91 | 0.83 | 0 | 0.13 | 234.95 | 0.83 | 0.48 |
| Hex | 15 | 26 | DF | 5B | 53 | 0 | D | EB | 53 | 30 |
| Octal | 25 | 46 | 337 | 133 | 123 | 0 | 15 | 353 | 123 | 60 |
| Binary | 10101 | 100110 | 11011111 | 1011011 | 1010011 | 0 | 1101 | 11101011 | 1010011 | 110000 |
Color Harmonies of #1526DF
Complementary color
Monochromatic Colors of #1526DF
Black with #1526DF
Text Example
Text Example
White with #1526DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526DF; }
p { color: rgb(21,38,223); }
H1.HeaderClassName
{
color: #1526DF;
}
.AnyTagClassName
{
color: #1526DF;
}
</style>
background-color css
<style>
a { background-color: #1526DF; }
a { background-color: rgb(21,38,223); }
div.DivClassName
{
background-color: #1526DF;
}
.BgClassName
{
background-color: #1526DF;
}
</style>
border-color css
<style>
span { border-color: #1526DF; }
span { border-color: rgb(21,38,223); }
td.TdClassName
{
border-color: #1526DF;
}
.TagClassName
{
border-color: #1526DF;
}
</style>