Shades of Persian Blue #152CDA
Tints of Persian Blue #152CDA
RGB
CMYK
RGB Variations
Color information
#152CDA (or 0x152CDA) is known color: Persian Blue. HEX triplet: 15, 2C and DA. RGB value is (21,44,218). Sum of RGB (Red+Green+Blue) = 21+44+218=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #152CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CDA is #EAD325. Grayscale: #383838. Windows color (decimal): -15389478 or 14298133. OLE color: 14298133.
HSL color Cylindrical-coordinate representation of color #152CDA: hue angle of 232.99º 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 #152CDA is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 44 | 218 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.15 |
| HSL | 232.99º | 0.82% | 0.47% | - |
| HSV(B) | 232.99º | 0.9% | 0.85% | - |
| XYZ | 13.86 | 7.02 | 66.95 | - |
| YUV | 56.96 | 218.88 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 218 | 0.90 | 0.80 | 0 | 0.15 | 232.99 | 0.82 | 0.47 |
| Hex | 15 | 2C | DA | 5A | 50 | 0 | F | E9 | 52 | 2F |
| Octal | 25 | 54 | 332 | 132 | 120 | 0 | 17 | 351 | 122 | 57 |
| Binary | 10101 | 101100 | 11011010 | 1011010 | 1010000 | 0 | 1111 | 11101001 | 1010010 | 101111 |
Color Harmonies of #152CDA
Complementary color
Monochromatic Colors of #152CDA
Black with #152CDA
Text Example
Text Example
White with #152CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CDA; }
p { color: rgb(21,44,218); }
H1.HeaderClassName
{
color: #152CDA;
}
.AnyTagClassName
{
color: #152CDA;
}
</style>
background-color css
<style>
a { background-color: #152CDA; }
a { background-color: rgb(21,44,218); }
div.DivClassName
{
background-color: #152CDA;
}
.BgClassName
{
background-color: #152CDA;
}
</style>
border-color css
<style>
span { border-color: #152CDA; }
span { border-color: rgb(21,44,218); }
td.TdClassName
{
border-color: #152CDA;
}
.TagClassName
{
border-color: #152CDA;
}
</style>