Shades of Persian Blue #1528CB
Tints of Persian Blue #1528CB
RGB
CMYK
RGB Variations
Color information
#1528CB (or 0x1528CB) is known color: Persian Blue. HEX triplet: 15, 28 and CB. RGB value is (21,40,203). Sum of RGB (Red+Green+Blue) = 21+40+203=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #1528CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1528CB is #EAD734. Grayscale: #343434. Windows color (decimal): -15390517 or 13314069. OLE color: 13314069.
HSL color Cylindrical-coordinate representation of color #1528CB: hue angle of 233.74º 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 #1528CB is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 40 | 203 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.20 |
| HSL | 233.74º | 0.81% | 0.44% | - |
| HSV(B) | 233.74º | 0.9% | 0.8% | - |
| XYZ | 11.85 | 5.99 | 57.03 | - |
| YUV | 52.9 | 212.71 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 203 | 0.90 | 0.80 | 0 | 0.20 | 233.74 | 0.81 | 0.44 |
| Hex | 15 | 28 | CB | 5A | 50 | 0 | 14 | EA | 51 | 2C |
| Octal | 25 | 50 | 313 | 132 | 120 | 0 | 24 | 352 | 121 | 54 |
| Binary | 10101 | 101000 | 11001011 | 1011010 | 1010000 | 0 | 10100 | 11101010 | 1010001 | 101100 |
Color Harmonies of #1528CB
Complementary color
Monochromatic Colors of #1528CB
Black with #1528CB
Text Example
Text Example
White with #1528CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1528CB; }
p { color: rgb(21,40,203); }
H1.HeaderClassName
{
color: #1528CB;
}
.AnyTagClassName
{
color: #1528CB;
}
</style>
background-color css
<style>
a { background-color: #1528CB; }
a { background-color: rgb(21,40,203); }
div.DivClassName
{
background-color: #1528CB;
}
.BgClassName
{
background-color: #1528CB;
}
</style>
border-color css
<style>
span { border-color: #1528CB; }
span { border-color: rgb(21,40,203); }
td.TdClassName
{
border-color: #1528CB;
}
.TagClassName
{
border-color: #1528CB;
}
</style>