Shades of Persian Blue #153ADA
Tints of Persian Blue #153ADA
RGB
CMYK
RGB Variations
Color information
#153ADA (or 0x153ADA) is known color: Persian Blue. HEX triplet: 15, 3A and DA. RGB value is (21,58,218). Sum of RGB (Red+Green+Blue) = 21+58+218=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #153ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153ADA is #EAC525. Grayscale: #404040. Windows color (decimal): -15385894 or 14301717. OLE color: 14301717.
HSL color Cylindrical-coordinate representation of color #153ADA: hue angle of 228.73º 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 #153ADA is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 58 | 218 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.15 |
| HSL | 228.73º | 0.82% | 0.47% | - |
| HSV(B) | 228.73º | 0.9% | 0.85% | - |
| XYZ | 14.48 | 8.25 | 67.16 | - |
| YUV | 65.18 | 214.24 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 218 | 0.90 | 0.73 | 0 | 0.15 | 228.73 | 0.82 | 0.47 |
| Hex | 15 | 3A | DA | 5A | 49 | 0 | F | E5 | 52 | 2F |
| Octal | 25 | 72 | 332 | 132 | 111 | 0 | 17 | 345 | 122 | 57 |
| Binary | 10101 | 111010 | 11011010 | 1011010 | 1001001 | 0 | 1111 | 11100101 | 1010010 | 101111 |
Color Harmonies of #153ADA
Complementary color
Monochromatic Colors of #153ADA
Black with #153ADA
Text Example
Text Example
White with #153ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153ADA; }
p { color: rgb(21,58,218); }
H1.HeaderClassName
{
color: #153ADA;
}
.AnyTagClassName
{
color: #153ADA;
}
</style>
background-color css
<style>
a { background-color: #153ADA; }
a { background-color: rgb(21,58,218); }
div.DivClassName
{
background-color: #153ADA;
}
.BgClassName
{
background-color: #153ADA;
}
</style>
border-color css
<style>
span { border-color: #153ADA; }
span { border-color: rgb(21,58,218); }
td.TdClassName
{
border-color: #153ADA;
}
.TagClassName
{
border-color: #153ADA;
}
</style>