Shades of Persian Blue #153CEA
Tints of Persian Blue #153CEA
RGB
CMYK
RGB Variations
Color information
#153CEA (or 0x153CEA) is known color: Persian Blue. HEX triplet: 15, 3C and EA. RGB value is (21,60,234). Sum of RGB (Red+Green+Blue) = 21+60+234=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #153CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CEA is #EAC315. Grayscale: #434343. Windows color (decimal): -15385366 or 15350805. OLE color: 15350805.
HSL color Cylindrical-coordinate representation of color #153CEA: hue angle of 229.01º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #153CEA is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 60 | 234 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.08 |
| HSL | 229.01º | 0.84% | 0.5% | - |
| HSV(B) | 229.01º | 0.91% | 0.92% | - |
| XYZ | 16.78 | 9.33 | 78.76 | - |
| YUV | 68.18 | 221.58 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 234 | 0.91 | 0.74 | 0 | 0.08 | 229.01 | 0.84 | 0.5 |
| Hex | 15 | 3C | EA | 5B | 4A | 0 | 8 | E5 | 54 | 32 |
| Octal | 25 | 74 | 352 | 133 | 112 | 0 | 10 | 345 | 124 | 62 |
| Binary | 10101 | 111100 | 11101010 | 1011011 | 1001010 | 0 | 1000 | 11100101 | 1010100 | 110010 |
Color Harmonies of #153CEA
Complementary color
Monochromatic Colors of #153CEA
Black with #153CEA
Text Example
Text Example
White with #153CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CEA; }
p { color: rgb(21,60,234); }
H1.HeaderClassName
{
color: #153CEA;
}
.AnyTagClassName
{
color: #153CEA;
}
</style>
background-color css
<style>
a { background-color: #153CEA; }
a { background-color: rgb(21,60,234); }
div.DivClassName
{
background-color: #153CEA;
}
.BgClassName
{
background-color: #153CEA;
}
</style>
border-color css
<style>
span { border-color: #153CEA; }
span { border-color: rgb(21,60,234); }
td.TdClassName
{
border-color: #153CEA;
}
.TagClassName
{
border-color: #153CEA;
}
</style>