Shades of Persian Blue #1526BE
Tints of Persian Blue #1526BE
RGB
CMYK
RGB Variations
Color information
#1526BE (or 0x1526BE) is known color: Persian Blue. HEX triplet: 15, 26 and BE. RGB value is (21,38,190). Sum of RGB (Red+Green+Blue) = 21+38+190=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #1526BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1526BE is #EAD941. Grayscale: #313131. Windows color (decimal): -15391042 or 12461589. OLE color: 12461589.
HSL color Cylindrical-coordinate representation of color #1526BE: hue angle of 233.96º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1526BE is Cyan = 0.89, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 38 | 190 | - |
| CMYK | 0.89 | 0.8 | 0 | 0.25 |
| HSL | 233.96º | 0.8% | 0.41% | - |
| HSV(B) | 233.96º | 0.89% | 0.75% | - |
| XYZ | 10.3 | 5.26 | 49.19 | - |
| YUV | 50.25 | 206.87 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 190 | 0.89 | 0.8 | 0 | 0.25 | 233.96 | 0.8 | 0.41 |
| Hex | 15 | 26 | BE | 59 | 50 | 0 | 19 | EA | 50 | 29 |
| Octal | 25 | 46 | 276 | 131 | 120 | 0 | 31 | 352 | 120 | 51 |
| Binary | 10101 | 100110 | 10111110 | 1011001 | 1010000 | 0 | 11001 | 11101010 | 1010000 | 101001 |
Color Harmonies of #1526BE
Complementary color
Monochromatic Colors of #1526BE
Black with #1526BE
Text Example
Text Example
White with #1526BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526BE; }
p { color: rgb(21,38,190); }
H1.HeaderClassName
{
color: #1526BE;
}
.AnyTagClassName
{
color: #1526BE;
}
</style>
background-color css
<style>
a { background-color: #1526BE; }
a { background-color: rgb(21,38,190); }
div.DivClassName
{
background-color: #1526BE;
}
.BgClassName
{
background-color: #1526BE;
}
</style>
border-color css
<style>
span { border-color: #1526BE; }
span { border-color: rgb(21,38,190); }
td.TdClassName
{
border-color: #1526BE;
}
.TagClassName
{
border-color: #1526BE;
}
</style>