Shades of Persian Blue #151ECE
Tints of Persian Blue #151ECE
RGB
CMYK
RGB Variations
Color information
#151ECE (or 0x151ECE) is known color: Persian Blue. HEX triplet: 15, 1E and CE. RGB value is (21,30,206). Sum of RGB (Red+Green+Blue) = 21+30+206=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #151ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ECE is #EAE131. Grayscale: #2E2E2E. Windows color (decimal): -15393074 or 13508117. OLE color: 13508117.
HSL color Cylindrical-coordinate representation of color #151ECE: hue angle of 237.08º 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 #151ECE is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 30 | 206 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.19 |
| HSL | 237.08º | 0.81% | 0.45% | - |
| HSV(B) | 237.08º | 0.9% | 0.81% | - |
| XYZ | 11.91 | 5.54 | 58.83 | - |
| YUV | 47.37 | 217.52 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 206 | 0.90 | 0.85 | 0 | 0.19 | 237.08 | 0.81 | 0.45 |
| Hex | 15 | 1E | CE | 5A | 55 | 0 | 13 | ED | 51 | 2D |
| Octal | 25 | 36 | 316 | 132 | 125 | 0 | 23 | 355 | 121 | 55 |
| Binary | 10101 | 11110 | 11001110 | 1011010 | 1010101 | 0 | 10011 | 11101101 | 1010001 | 101101 |
Color Harmonies of #151ECE
Complementary color
Monochromatic Colors of #151ECE
Black with #151ECE
Text Example
Text Example
White with #151ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ECE; }
p { color: rgb(21,30,206); }
H1.HeaderClassName
{
color: #151ECE;
}
.AnyTagClassName
{
color: #151ECE;
}
</style>
background-color css
<style>
a { background-color: #151ECE; }
a { background-color: rgb(21,30,206); }
div.DivClassName
{
background-color: #151ECE;
}
.BgClassName
{
background-color: #151ECE;
}
</style>
border-color css
<style>
span { border-color: #151ECE; }
span { border-color: rgb(21,30,206); }
td.TdClassName
{
border-color: #151ECE;
}
.TagClassName
{
border-color: #151ECE;
}
</style>