Shades of Persian Blue #141ECC
Tints of Persian Blue #141ECC
RGB
CMYK
RGB Variations
Color information
#141ECC (or 0x141ECC) is known color: Persian Blue. HEX triplet: 14, 1E and CC. RGB value is (20,30,204). Sum of RGB (Red+Green+Blue) = 20+30+204=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #141ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141ECC is #EBE133. Grayscale: #2E2E2E. Windows color (decimal): -15458612 or 13377044. OLE color: 13377044.
HSL color Cylindrical-coordinate representation of color #141ECC: hue angle of 236.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141ECC is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 30 | 204 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.2 |
| HSL | 236.74º | 0.82% | 0.44% | - |
| HSV(B) | 236.74º | 0.9% | 0.8% | - |
| XYZ | 11.65 | 5.44 | 57.56 | - |
| YUV | 46.85 | 216.69 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 204 | 0.90 | 0.85 | 0 | 0.2 | 236.74 | 0.82 | 0.44 |
| Hex | 14 | 1E | CC | 5A | 55 | 0 | 14 | ED | 52 | 2C |
| Octal | 24 | 36 | 314 | 132 | 125 | 0 | 24 | 355 | 122 | 54 |
| Binary | 10100 | 11110 | 11001100 | 1011010 | 1010101 | 0 | 10100 | 11101101 | 1010010 | 101100 |
Color Harmonies of #141ECC
Complementary color
Monochromatic Colors of #141ECC
Black with #141ECC
Text Example
Text Example
White with #141ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141ECC; }
p { color: rgb(20,30,204); }
H1.HeaderClassName
{
color: #141ECC;
}
.AnyTagClassName
{
color: #141ECC;
}
</style>
background-color css
<style>
a { background-color: #141ECC; }
a { background-color: rgb(20,30,204); }
div.DivClassName
{
background-color: #141ECC;
}
.BgClassName
{
background-color: #141ECC;
}
</style>
border-color css
<style>
span { border-color: #141ECC; }
span { border-color: rgb(20,30,204); }
td.TdClassName
{
border-color: #141ECC;
}
.TagClassName
{
border-color: #141ECC;
}
</style>