Shades of Persian Blue #152EE5
Tints of Persian Blue #152EE5
RGB
CMYK
RGB Variations
Color information
#152EE5 (or 0x152EE5) is known color: Persian Blue. HEX triplet: 15, 2E and E5. RGB value is (21,46,229). Sum of RGB (Red+Green+Blue) = 21+46+229=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 229 (89.84% from 255 or 77.36% from 296); Max value from RGB is 229 - color contains mainly: blue. Hex color #152EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152EE5 is #EAD11A. Grayscale: #3A3A3A. Windows color (decimal): -15388955 or 15019541. OLE color: 15019541.
HSL color Cylindrical-coordinate representation of color #152EE5: hue angle of 232.79º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152EE5 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 46 | 229 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.10 |
| HSL | 232.79º | 0.83% | 0.49% | - |
| HSV(B) | 232.79º | 0.91% | 0.9% | - |
| XYZ | 15.43 | 7.77 | 74.82 | - |
| YUV | 59.39 | 223.72 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 229 | 0.91 | 0.80 | 0 | 0.10 | 232.79 | 0.83 | 0.49 |
| Hex | 15 | 2E | E5 | 5B | 50 | 0 | A | E9 | 53 | 31 |
| Octal | 25 | 56 | 345 | 133 | 120 | 0 | 12 | 351 | 123 | 61 |
| Binary | 10101 | 101110 | 11100101 | 1011011 | 1010000 | 0 | 1010 | 11101001 | 1010011 | 110001 |
Color Harmonies of #152EE5
Complementary color
Monochromatic Colors of #152EE5
Black with #152EE5
Text Example
Text Example
White with #152EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152EE5; }
p { color: rgb(21,46,229); }
H1.HeaderClassName
{
color: #152EE5;
}
.AnyTagClassName
{
color: #152EE5;
}
</style>
background-color css
<style>
a { background-color: #152EE5; }
a { background-color: rgb(21,46,229); }
div.DivClassName
{
background-color: #152EE5;
}
.BgClassName
{
background-color: #152EE5;
}
</style>
border-color css
<style>
span { border-color: #152EE5; }
span { border-color: rgb(21,46,229); }
td.TdClassName
{
border-color: #152EE5;
}
.TagClassName
{
border-color: #152EE5;
}
</style>