Shades of Persian Blue #152DE5
Tints of Persian Blue #152DE5
RGB
CMYK
RGB Variations
Color information
#152DE5 (or 0x152DE5) is known color: Persian Blue. HEX triplet: 15, 2D and E5. RGB value is (21,45,229). Sum of RGB (Red+Green+Blue) = 21+45+229=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 229 (89.84% from 255 or 77.63% from 295); Max value from RGB is 229 - color contains mainly: blue. Hex color #152DE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152DE5 is #EAD21A. Grayscale: #3A3A3A. Windows color (decimal): -15389211 or 15019285. OLE color: 15019285.
HSL color Cylindrical-coordinate representation of color #152DE5: hue angle of 233.08º 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 #152DE5 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 45 | 229 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.10 |
| HSL | 233.08º | 0.83% | 0.49% | - |
| HSV(B) | 233.08º | 0.91% | 0.9% | - |
| XYZ | 15.39 | 7.69 | 74.8 | - |
| YUV | 58.8 | 224.05 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 229 | 0.91 | 0.80 | 0 | 0.10 | 233.08 | 0.83 | 0.49 |
| Hex | 15 | 2D | E5 | 5B | 50 | 0 | A | E9 | 53 | 31 |
| Octal | 25 | 55 | 345 | 133 | 120 | 0 | 12 | 351 | 123 | 61 |
| Binary | 10101 | 101101 | 11100101 | 1011011 | 1010000 | 0 | 1010 | 11101001 | 1010011 | 110001 |
Color Harmonies of #152DE5
Complementary color
Monochromatic Colors of #152DE5
Black with #152DE5
Text Example
Text Example
White with #152DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152DE5; }
p { color: rgb(21,45,229); }
H1.HeaderClassName
{
color: #152DE5;
}
.AnyTagClassName
{
color: #152DE5;
}
</style>
background-color css
<style>
a { background-color: #152DE5; }
a { background-color: rgb(21,45,229); }
div.DivClassName
{
background-color: #152DE5;
}
.BgClassName
{
background-color: #152DE5;
}
</style>
border-color css
<style>
span { border-color: #152DE5; }
span { border-color: rgb(21,45,229); }
td.TdClassName
{
border-color: #152DE5;
}
.TagClassName
{
border-color: #152DE5;
}
</style>