Shades of Persian Blue #152CEA
Tints of Persian Blue #152CEA
RGB
CMYK
RGB Variations
Color information
#152CEA (or 0x152CEA) is known color: Persian Blue. HEX triplet: 15, 2C and EA. RGB value is (21,44,234). Sum of RGB (Red+Green+Blue) = 21+44+234=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #152CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152CEA is #EAD315. Grayscale: #3A3A3A. Windows color (decimal): -15389462 or 15346709. OLE color: 15346709.
HSL color Cylindrical-coordinate representation of color #152CEA: hue angle of 233.52º 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 #152CEA is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 44 | 234 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.08 |
| HSL | 233.52º | 0.84% | 0.5% | - |
| HSV(B) | 233.52º | 0.91% | 0.92% | - |
| XYZ | 16.06 | 7.9 | 78.52 | - |
| YUV | 58.78 | 226.88 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 234 | 0.91 | 0.81 | 0 | 0.08 | 233.52 | 0.84 | 0.5 |
| Hex | 15 | 2C | EA | 5B | 51 | 0 | 8 | EA | 54 | 32 |
| Octal | 25 | 54 | 352 | 133 | 121 | 0 | 10 | 352 | 124 | 62 |
| Binary | 10101 | 101100 | 11101010 | 1011011 | 1010001 | 0 | 1000 | 11101010 | 1010100 | 110010 |
Color Harmonies of #152CEA
Complementary color
Monochromatic Colors of #152CEA
Black with #152CEA
Text Example
Text Example
White with #152CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152CEA; }
p { color: rgb(21,44,234); }
H1.HeaderClassName
{
color: #152CEA;
}
.AnyTagClassName
{
color: #152CEA;
}
</style>
background-color css
<style>
a { background-color: #152CEA; }
a { background-color: rgb(21,44,234); }
div.DivClassName
{
background-color: #152CEA;
}
.BgClassName
{
background-color: #152CEA;
}
</style>
border-color css
<style>
span { border-color: #152CEA; }
span { border-color: rgb(21,44,234); }
td.TdClassName
{
border-color: #152CEA;
}
.TagClassName
{
border-color: #152CEA;
}
</style>