Shades of Persian Blue #1526CB
Tints of Persian Blue #1526CB
RGB
CMYK
RGB Variations
Color information
#1526CB (or 0x1526CB) is known color: Persian Blue. HEX triplet: 15, 26 and CB. RGB value is (21,38,203). Sum of RGB (Red+Green+Blue) = 21+38+203=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #1526CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1526CB is #EAD934. Grayscale: #333333. Windows color (decimal): -15391029 or 13313557. OLE color: 13313557.
HSL color Cylindrical-coordinate representation of color #1526CB: hue angle of 234.4º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1526CB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 38 | 203 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.20 |
| HSL | 234.4º | 0.81% | 0.44% | - |
| HSV(B) | 234.4º | 0.9% | 0.8% | - |
| XYZ | 11.78 | 5.86 | 57.01 | - |
| YUV | 51.73 | 213.37 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 203 | 0.90 | 0.81 | 0 | 0.20 | 234.4 | 0.81 | 0.44 |
| Hex | 15 | 26 | CB | 5A | 51 | 0 | 14 | EA | 51 | 2C |
| Octal | 25 | 46 | 313 | 132 | 121 | 0 | 24 | 352 | 121 | 54 |
| Binary | 10101 | 100110 | 11001011 | 1011010 | 1010001 | 0 | 10100 | 11101010 | 1010001 | 101100 |
Color Harmonies of #1526CB
Complementary color
Monochromatic Colors of #1526CB
Black with #1526CB
Text Example
Text Example
White with #1526CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526CB; }
p { color: rgb(21,38,203); }
H1.HeaderClassName
{
color: #1526CB;
}
.AnyTagClassName
{
color: #1526CB;
}
</style>
background-color css
<style>
a { background-color: #1526CB; }
a { background-color: rgb(21,38,203); }
div.DivClassName
{
background-color: #1526CB;
}
.BgClassName
{
background-color: #1526CB;
}
</style>
border-color css
<style>
span { border-color: #1526CB; }
span { border-color: rgb(21,38,203); }
td.TdClassName
{
border-color: #1526CB;
}
.TagClassName
{
border-color: #1526CB;
}
</style>