Shades of Persian Blue #141ECE
Tints of Persian Blue #141ECE
RGB
CMYK
RGB Variations
Color information
#141ECE (or 0x141ECE) is known color: Persian Blue. HEX triplet: 14, 1E and CE. RGB value is (20,30,206). Sum of RGB (Red+Green+Blue) = 20+30+206=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #141ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ECE is #EBE131. Grayscale: #2E2E2E. Windows color (decimal): -15458610 or 13508116. OLE color: 13508116.
HSL color Cylindrical-coordinate representation of color #141ECE: hue angle of 236.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141ECE is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 30 | 206 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.19 |
| HSL | 236.77º | 0.82% | 0.44% | - |
| HSV(B) | 236.77º | 0.9% | 0.81% | - |
| XYZ | 11.89 | 5.53 | 58.83 | - |
| YUV | 47.07 | 217.69 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 206 | 0.90 | 0.85 | 0 | 0.19 | 236.77 | 0.82 | 0.44 |
| Hex | 14 | 1E | CE | 5A | 55 | 0 | 13 | ED | 52 | 2C |
| Octal | 24 | 36 | 316 | 132 | 125 | 0 | 23 | 355 | 122 | 54 |
| Binary | 10100 | 11110 | 11001110 | 1011010 | 1010101 | 0 | 10011 | 11101101 | 1010010 | 101100 |
Color Harmonies of #141ECE
Complementary color
Monochromatic Colors of #141ECE
Black with #141ECE
Text Example
Text Example
White with #141ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ECE; }
p { color: rgb(20,30,206); }
H1.HeaderClassName
{
color: #141ECE;
}
.AnyTagClassName
{
color: #141ECE;
}
</style>
background-color css
<style>
a { background-color: #141ECE; }
a { background-color: rgb(20,30,206); }
div.DivClassName
{
background-color: #141ECE;
}
.BgClassName
{
background-color: #141ECE;
}
</style>
border-color css
<style>
span { border-color: #141ECE; }
span { border-color: rgb(20,30,206); }
td.TdClassName
{
border-color: #141ECE;
}
.TagClassName
{
border-color: #141ECE;
}
</style>