Shades of Persian Blue #153EDA
Tints of Persian Blue #153EDA
RGB
CMYK
RGB Variations
Color information
#153EDA (or 0x153EDA) is known color: Persian Blue. HEX triplet: 15, 3E and DA. RGB value is (21,62,218). Sum of RGB (Red+Green+Blue) = 21+62+218=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #153EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #153EDA is #EAC125. Grayscale: #424242. Windows color (decimal): -15384870 or 14302741. OLE color: 14302741.
HSL color Cylindrical-coordinate representation of color #153EDA: hue angle of 227.51º 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 #153EDA is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 62 | 218 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.15 |
| HSL | 227.51º | 0.82% | 0.47% | - |
| HSV(B) | 227.51º | 0.9% | 0.85% | - |
| XYZ | 14.69 | 8.67 | 67.23 | - |
| YUV | 67.53 | 212.92 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 218 | 0.90 | 0.72 | 0 | 0.15 | 227.51 | 0.82 | 0.47 |
| Hex | 15 | 3E | DA | 5A | 48 | 0 | F | E4 | 52 | 2F |
| Octal | 25 | 76 | 332 | 132 | 110 | 0 | 17 | 344 | 122 | 57 |
| Binary | 10101 | 111110 | 11011010 | 1011010 | 1001000 | 0 | 1111 | 11100100 | 1010010 | 101111 |
Color Harmonies of #153EDA
Complementary color
Monochromatic Colors of #153EDA
Black with #153EDA
Text Example
Text Example
White with #153EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153EDA; }
p { color: rgb(21,62,218); }
H1.HeaderClassName
{
color: #153EDA;
}
.AnyTagClassName
{
color: #153EDA;
}
</style>
background-color css
<style>
a { background-color: #153EDA; }
a { background-color: rgb(21,62,218); }
div.DivClassName
{
background-color: #153EDA;
}
.BgClassName
{
background-color: #153EDA;
}
</style>
border-color css
<style>
span { border-color: #153EDA; }
span { border-color: rgb(21,62,218); }
td.TdClassName
{
border-color: #153EDA;
}
.TagClassName
{
border-color: #153EDA;
}
</style>