Shades of Persian Blue #152AEA
Tints of Persian Blue #152AEA
RGB
CMYK
RGB Variations
Color information
#152AEA (or 0x152AEA) is known color: Persian Blue. HEX triplet: 15, 2A and EA. RGB value is (21,42,234). Sum of RGB (Red+Green+Blue) = 21+42+234=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #152AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AEA is #EAD515. Grayscale: #383838. Windows color (decimal): -15389974 or 15346197. OLE color: 15346197.
HSL color Cylindrical-coordinate representation of color #152AEA: hue angle of 234.08º 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 #152AEA is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 42 | 234 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.08 |
| HSL | 234.08º | 0.84% | 0.5% | - |
| HSV(B) | 234.08º | 0.91% | 0.92% | - |
| XYZ | 15.99 | 7.76 | 78.5 | - |
| YUV | 57.61 | 227.54 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 234 | 0.91 | 0.82 | 0 | 0.08 | 234.08 | 0.84 | 0.5 |
| Hex | 15 | 2A | EA | 5B | 52 | 0 | 8 | EA | 54 | 32 |
| Octal | 25 | 52 | 352 | 133 | 122 | 0 | 10 | 352 | 124 | 62 |
| Binary | 10101 | 101010 | 11101010 | 1011011 | 1010010 | 0 | 1000 | 11101010 | 1010100 | 110010 |
Color Harmonies of #152AEA
Complementary color
Monochromatic Colors of #152AEA
Black with #152AEA
Text Example
Text Example
White with #152AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152AEA; }
p { color: rgb(21,42,234); }
H1.HeaderClassName
{
color: #152AEA;
}
.AnyTagClassName
{
color: #152AEA;
}
</style>
background-color css
<style>
a { background-color: #152AEA; }
a { background-color: rgb(21,42,234); }
div.DivClassName
{
background-color: #152AEA;
}
.BgClassName
{
background-color: #152AEA;
}
</style>
border-color css
<style>
span { border-color: #152AEA; }
span { border-color: rgb(21,42,234); }
td.TdClassName
{
border-color: #152AEA;
}
.TagClassName
{
border-color: #152AEA;
}
</style>