Shades of Persian Blue #152CE4
Tints of Persian Blue #152CE4
RGB
CMYK
RGB Variations
Color information
#152CE4 (or 0x152CE4) is known color: Persian Blue. HEX triplet: 15, 2C and E4. RGB value is (21,44,228). Sum of RGB (Red+Green+Blue) = 21+44+228=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 228 (89.45% from 255 or 77.82% from 293); Max value from RGB is 228 - color contains mainly: blue. Hex color #152CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152CE4 is #EAD31B. Grayscale: #393939. Windows color (decimal): -15389468 or 14953493. OLE color: 14953493.
HSL color Cylindrical-coordinate representation of color #152CE4: hue angle of 233.33º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152CE4 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 44 | 228 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.11 |
| HSL | 233.33º | 0.83% | 0.49% | - |
| HSV(B) | 233.33º | 0.91% | 0.89% | - |
| XYZ | 15.21 | 7.56 | 74.06 | - |
| YUV | 58.1 | 223.88 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 228 | 0.91 | 0.81 | 0 | 0.11 | 233.33 | 0.83 | 0.49 |
| Hex | 15 | 2C | E4 | 5B | 51 | 0 | B | E9 | 53 | 31 |
| Octal | 25 | 54 | 344 | 133 | 121 | 0 | 13 | 351 | 123 | 61 |
| Binary | 10101 | 101100 | 11100100 | 1011011 | 1010001 | 0 | 1011 | 11101001 | 1010011 | 110001 |
Color Harmonies of #152CE4
Complementary color
Monochromatic Colors of #152CE4
Black with #152CE4
Text Example
Text Example
White with #152CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CE4; }
p { color: rgb(21,44,228); }
H1.HeaderClassName
{
color: #152CE4;
}
.AnyTagClassName
{
color: #152CE4;
}
</style>
background-color css
<style>
a { background-color: #152CE4; }
a { background-color: rgb(21,44,228); }
div.DivClassName
{
background-color: #152CE4;
}
.BgClassName
{
background-color: #152CE4;
}
</style>
border-color css
<style>
span { border-color: #152CE4; }
span { border-color: rgb(21,44,228); }
td.TdClassName
{
border-color: #152CE4;
}
.TagClassName
{
border-color: #152CE4;
}
</style>