Shades of Persian Blue #152BDA
Tints of Persian Blue #152BDA
RGB
CMYK
RGB Variations
Color information
#152BDA (or 0x152BDA) is known color: Persian Blue. HEX triplet: 15, 2B and DA. RGB value is (21,43,218). Sum of RGB (Red+Green+Blue) = 21+43+218=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #152BDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152BDA is #EAD425. Grayscale: #373737. Windows color (decimal): -15389734 or 14297877. OLE color: 14297877.
HSL color Cylindrical-coordinate representation of color #152BDA: hue angle of 233.3º 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 #152BDA is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 43 | 218 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.15 |
| HSL | 233.3º | 0.82% | 0.47% | - |
| HSV(B) | 233.3º | 0.9% | 0.85% | - |
| XYZ | 13.83 | 6.95 | 66.94 | - |
| YUV | 56.37 | 219.21 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 218 | 0.90 | 0.80 | 0 | 0.15 | 233.3 | 0.82 | 0.47 |
| Hex | 15 | 2B | DA | 5A | 50 | 0 | F | E9 | 52 | 2F |
| Octal | 25 | 53 | 332 | 132 | 120 | 0 | 17 | 351 | 122 | 57 |
| Binary | 10101 | 101011 | 11011010 | 1011010 | 1010000 | 0 | 1111 | 11101001 | 1010010 | 101111 |
Color Harmonies of #152BDA
Complementary color
Monochromatic Colors of #152BDA
Black with #152BDA
Text Example
Text Example
White with #152BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152BDA; }
p { color: rgb(21,43,218); }
H1.HeaderClassName
{
color: #152BDA;
}
.AnyTagClassName
{
color: #152BDA;
}
</style>
background-color css
<style>
a { background-color: #152BDA; }
a { background-color: rgb(21,43,218); }
div.DivClassName
{
background-color: #152BDA;
}
.BgClassName
{
background-color: #152BDA;
}
</style>
border-color css
<style>
span { border-color: #152BDA; }
span { border-color: rgb(21,43,218); }
td.TdClassName
{
border-color: #152BDA;
}
.TagClassName
{
border-color: #152BDA;
}
</style>