Shades of Persian Blue #152ED6
Tints of Persian Blue #152ED6
RGB
CMYK
RGB Variations
Color information
#152ED6 (or 0x152ED6) is known color: Persian Blue. HEX triplet: 15, 2E and D6. RGB value is (21,46,214). Sum of RGB (Red+Green+Blue) = 21+46+214=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 214 (83.98% from 255 or 76.16% from 281); Max value from RGB is 214 - color contains mainly: blue. Hex color #152ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ED6 is #EAD129. Grayscale: #383838. Windows color (decimal): -15388970 or 14036501. OLE color: 14036501.
HSL color Cylindrical-coordinate representation of color #152ED6: hue angle of 232.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152ED6 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 46 | 214 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.16 |
| HSL | 232.23º | 0.82% | 0.46% | - |
| HSV(B) | 232.23º | 0.9% | 0.84% | - |
| XYZ | 13.42 | 6.97 | 64.26 | - |
| YUV | 57.68 | 216.22 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 214 | 0.90 | 0.79 | 0 | 0.16 | 232.23 | 0.82 | 0.46 |
| Hex | 15 | 2E | D6 | 5A | 4F | 0 | 10 | E8 | 52 | 2E |
| Octal | 25 | 56 | 326 | 132 | 117 | 0 | 20 | 350 | 122 | 56 |
| Binary | 10101 | 101110 | 11010110 | 1011010 | 1001111 | 0 | 10000 | 11101000 | 1010010 | 101110 |
Color Harmonies of #152ED6
Complementary color
Monochromatic Colors of #152ED6
Black with #152ED6
Text Example
Text Example
White with #152ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152ED6; }
p { color: rgb(21,46,214); }
H1.HeaderClassName
{
color: #152ED6;
}
.AnyTagClassName
{
color: #152ED6;
}
</style>
background-color css
<style>
a { background-color: #152ED6; }
a { background-color: rgb(21,46,214); }
div.DivClassName
{
background-color: #152ED6;
}
.BgClassName
{
background-color: #152ED6;
}
</style>
border-color css
<style>
span { border-color: #152ED6; }
span { border-color: rgb(21,46,214); }
td.TdClassName
{
border-color: #152ED6;
}
.TagClassName
{
border-color: #152ED6;
}
</style>