Shades of Persian Blue #152EE4
Tints of Persian Blue #152EE4
RGB
CMYK
RGB Variations
Color information
#152EE4 (or 0x152EE4) is known color: Persian Blue. HEX triplet: 15, 2E and E4. RGB value is (21,46,228). Sum of RGB (Red+Green+Blue) = 21+46+228=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 228 (89.45% from 255 or 77.29% from 295); Max value from RGB is 228 - color contains mainly: blue. Hex color #152EE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152EE4 is #EAD11B. Grayscale: #3A3A3A. Windows color (decimal): -15388956 or 14954005. OLE color: 14954005.
HSL color Cylindrical-coordinate representation of color #152EE4: hue angle of 232.75º 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 #152EE4 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 46 | 228 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.11 |
| HSL | 232.75º | 0.83% | 0.49% | - |
| HSV(B) | 232.75º | 0.91% | 0.89% | - |
| XYZ | 15.29 | 7.71 | 74.08 | - |
| YUV | 59.27 | 223.22 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 228 | 0.91 | 0.80 | 0 | 0.11 | 232.75 | 0.83 | 0.49 |
| Hex | 15 | 2E | E4 | 5B | 50 | 0 | B | E9 | 53 | 31 |
| Octal | 25 | 56 | 344 | 133 | 120 | 0 | 13 | 351 | 123 | 61 |
| Binary | 10101 | 101110 | 11100100 | 1011011 | 1010000 | 0 | 1011 | 11101001 | 1010011 | 110001 |
Color Harmonies of #152EE4
Complementary color
Monochromatic Colors of #152EE4
Black with #152EE4
Text Example
Text Example
White with #152EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152EE4; }
p { color: rgb(21,46,228); }
H1.HeaderClassName
{
color: #152EE4;
}
.AnyTagClassName
{
color: #152EE4;
}
</style>
background-color css
<style>
a { background-color: #152EE4; }
a { background-color: rgb(21,46,228); }
div.DivClassName
{
background-color: #152EE4;
}
.BgClassName
{
background-color: #152EE4;
}
</style>
border-color css
<style>
span { border-color: #152EE4; }
span { border-color: rgb(21,46,228); }
td.TdClassName
{
border-color: #152EE4;
}
.TagClassName
{
border-color: #152EE4;
}
</style>