Shades of Persian Blue #152ECE
Tints of Persian Blue #152ECE
RGB
CMYK
RGB Variations
Color information
#152ECE (or 0x152ECE) is known color: Persian Blue. HEX triplet: 15, 2E and CE. RGB value is (21,46,206). Sum of RGB (Red+Green+Blue) = 21+46+206=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #152ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #152ECE is #EAD131. Grayscale: #383838. Windows color (decimal): -15388978 or 13512213. OLE color: 13512213.
HSL color Cylindrical-coordinate representation of color #152ECE: hue angle of 231.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #152ECE is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 46 | 206 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.19 |
| HSL | 231.89º | 0.81% | 0.45% | - |
| HSV(B) | 231.89º | 0.9% | 0.81% | - |
| XYZ | 12.43 | 6.57 | 59.01 | - |
| YUV | 56.77 | 212.22 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 206 | 0.90 | 0.78 | 0 | 0.19 | 231.89 | 0.81 | 0.45 |
| Hex | 15 | 2E | CE | 5A | 4E | 0 | 13 | E8 | 51 | 2D |
| Octal | 25 | 56 | 316 | 132 | 116 | 0 | 23 | 350 | 121 | 55 |
| Binary | 10101 | 101110 | 11001110 | 1011010 | 1001110 | 0 | 10011 | 11101000 | 1010001 | 101101 |
Color Harmonies of #152ECE
Complementary color
Monochromatic Colors of #152ECE
Black with #152ECE
Text Example
Text Example
White with #152ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152ECE; }
p { color: rgb(21,46,206); }
H1.HeaderClassName
{
color: #152ECE;
}
.AnyTagClassName
{
color: #152ECE;
}
</style>
background-color css
<style>
a { background-color: #152ECE; }
a { background-color: rgb(21,46,206); }
div.DivClassName
{
background-color: #152ECE;
}
.BgClassName
{
background-color: #152ECE;
}
</style>
border-color css
<style>
span { border-color: #152ECE; }
span { border-color: rgb(21,46,206); }
td.TdClassName
{
border-color: #152ECE;
}
.TagClassName
{
border-color: #152ECE;
}
</style>