Shades of Persian Blue #152AD6
Tints of Persian Blue #152AD6
RGB
CMYK
RGB Variations
Color information
#152AD6 (or 0x152AD6) is known color: Persian Blue. HEX triplet: 15, 2A and D6. RGB value is (21,42,214). Sum of RGB (Red+Green+Blue) = 21+42+214=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 214 (83.98% from 255 or 77.26% from 277); Max value from RGB is 214 - color contains mainly: blue. Hex color #152AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152AD6 is #EAD529. Grayscale: #363636. Windows color (decimal): -15389994 or 14035477. OLE color: 14035477.
HSL color Cylindrical-coordinate representation of color #152AD6: hue angle of 233.47º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152AD6 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 42 | 214 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.16 |
| HSL | 233.47º | 0.82% | 0.46% | - |
| HSV(B) | 233.47º | 0.9% | 0.84% | - |
| XYZ | 13.27 | 6.67 | 64.21 | - |
| YUV | 55.33 | 217.54 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 214 | 0.90 | 0.80 | 0 | 0.16 | 233.47 | 0.82 | 0.46 |
| Hex | 15 | 2A | D6 | 5A | 50 | 0 | 10 | E9 | 52 | 2E |
| Octal | 25 | 52 | 326 | 132 | 120 | 0 | 20 | 351 | 122 | 56 |
| Binary | 10101 | 101010 | 11010110 | 1011010 | 1010000 | 0 | 10000 | 11101001 | 1010010 | 101110 |
Color Harmonies of #152AD6
Complementary color
Monochromatic Colors of #152AD6
Black with #152AD6
Text Example
Text Example
White with #152AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AD6; }
p { color: rgb(21,42,214); }
H1.HeaderClassName
{
color: #152AD6;
}
.AnyTagClassName
{
color: #152AD6;
}
</style>
background-color css
<style>
a { background-color: #152AD6; }
a { background-color: rgb(21,42,214); }
div.DivClassName
{
background-color: #152AD6;
}
.BgClassName
{
background-color: #152AD6;
}
</style>
border-color css
<style>
span { border-color: #152AD6; }
span { border-color: rgb(21,42,214); }
td.TdClassName
{
border-color: #152AD6;
}
.TagClassName
{
border-color: #152AD6;
}
</style>