Shades of Persian Blue #152ADA
Tints of Persian Blue #152ADA
RGB
CMYK
RGB Variations
Color information
#152ADA (or 0x152ADA) is known color: Persian Blue. HEX triplet: 15, 2A and DA. RGB value is (21,42,218). Sum of RGB (Red+Green+Blue) = 21+42+218=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 218 (85.55% from 255 or 77.58% from 281); Max value from RGB is 218 - color contains mainly: blue. Hex color #152ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ADA is #EAD525. Grayscale: #373737. Windows color (decimal): -15389990 or 14297621. OLE color: 14297621.
HSL color Cylindrical-coordinate representation of color #152ADA: hue angle of 233.6º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152ADA is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 42 | 218 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.15 |
| HSL | 233.6º | 0.82% | 0.47% | - |
| HSV(B) | 233.6º | 0.9% | 0.85% | - |
| XYZ | 13.79 | 6.88 | 66.93 | - |
| YUV | 55.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 218 | 0.90 | 0.81 | 0 | 0.15 | 233.6 | 0.82 | 0.47 |
| Hex | 15 | 2A | DA | 5A | 51 | 0 | F | EA | 52 | 2F |
| Octal | 25 | 52 | 332 | 132 | 121 | 0 | 17 | 352 | 122 | 57 |
| Binary | 10101 | 101010 | 11011010 | 1011010 | 1010001 | 0 | 1111 | 11101010 | 1010010 | 101111 |
Color Harmonies of #152ADA
Complementary color
Monochromatic Colors of #152ADA
Black with #152ADA
Text Example
Text Example
White with #152ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152ADA; }
p { color: rgb(21,42,218); }
H1.HeaderClassName
{
color: #152ADA;
}
.AnyTagClassName
{
color: #152ADA;
}
</style>
background-color css
<style>
a { background-color: #152ADA; }
a { background-color: rgb(21,42,218); }
div.DivClassName
{
background-color: #152ADA;
}
.BgClassName
{
background-color: #152ADA;
}
</style>
border-color css
<style>
span { border-color: #152ADA; }
span { border-color: rgb(21,42,218); }
td.TdClassName
{
border-color: #152ADA;
}
.TagClassName
{
border-color: #152ADA;
}
</style>