Shades of Persian Blue #153BEA
Tints of Persian Blue #153BEA
RGB
CMYK
RGB Variations
Color information
#153BEA (or 0x153BEA) is known color: Persian Blue. HEX triplet: 15, 3B and EA. RGB value is (21,59,234). Sum of RGB (Red+Green+Blue) = 21+59+234=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #153BEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153BEA is #EAC415. Grayscale: #424242. Windows color (decimal): -15385622 or 15350549. OLE color: 15350549.
HSL color Cylindrical-coordinate representation of color #153BEA: hue angle of 229.3º 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 #153BEA is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 59 | 234 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.08 |
| HSL | 229.3º | 0.84% | 0.5% | - |
| HSV(B) | 229.3º | 0.91% | 0.92% | - |
| XYZ | 16.72 | 9.23 | 78.74 | - |
| YUV | 67.59 | 221.91 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 59 | 234 | 0.91 | 0.75 | 0 | 0.08 | 229.3 | 0.84 | 0.5 |
| Hex | 15 | 3B | EA | 5B | 4B | 0 | 8 | E5 | 54 | 32 |
| Octal | 25 | 73 | 352 | 133 | 113 | 0 | 10 | 345 | 124 | 62 |
| Binary | 10101 | 111011 | 11101010 | 1011011 | 1001011 | 0 | 1000 | 11100101 | 1010100 | 110010 |
Color Harmonies of #153BEA
Complementary color
Monochromatic Colors of #153BEA
Black with #153BEA
Text Example
Text Example
White with #153BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153BEA; }
p { color: rgb(21,59,234); }
H1.HeaderClassName
{
color: #153BEA;
}
.AnyTagClassName
{
color: #153BEA;
}
</style>
background-color css
<style>
a { background-color: #153BEA; }
a { background-color: rgb(21,59,234); }
div.DivClassName
{
background-color: #153BEA;
}
.BgClassName
{
background-color: #153BEA;
}
</style>
border-color css
<style>
span { border-color: #153BEA; }
span { border-color: rgb(21,59,234); }
td.TdClassName
{
border-color: #153BEA;
}
.TagClassName
{
border-color: #153BEA;
}
</style>