Shades of Persian Blue #142CDE
Tints of Persian Blue #142CDE
RGB
CMYK
RGB Variations
Color information
#142CDE (or 0x142CDE) is known color: Persian Blue. HEX triplet: 14, 2C and DE. RGB value is (20,44,222). Sum of RGB (Red+Green+Blue) = 20+44+222=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #142CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CDE is #EBD321. Grayscale: #383838. Windows color (decimal): -15455010 or 14560276. OLE color: 14560276.
HSL color Cylindrical-coordinate representation of color #142CDE: hue angle of 232.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142CDE is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 44 | 222 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.13 |
| HSL | 232.87º | 0.83% | 0.47% | - |
| HSV(B) | 232.87º | 0.91% | 0.87% | - |
| XYZ | 14.37 | 7.22 | 69.74 | - |
| YUV | 57.12 | 221.05 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 222 | 0.91 | 0.80 | 0 | 0.13 | 232.87 | 0.83 | 0.47 |
| Hex | 14 | 2C | DE | 5B | 50 | 0 | D | E9 | 53 | 2F |
| Octal | 24 | 54 | 336 | 133 | 120 | 0 | 15 | 351 | 123 | 57 |
| Binary | 10100 | 101100 | 11011110 | 1011011 | 1010000 | 0 | 1101 | 11101001 | 1010011 | 101111 |
Color Harmonies of #142CDE
Complementary color
Monochromatic Colors of #142CDE
Black with #142CDE
Text Example
Text Example
White with #142CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CDE; }
p { color: rgb(20,44,222); }
H1.HeaderClassName
{
color: #142CDE;
}
.AnyTagClassName
{
color: #142CDE;
}
</style>
background-color css
<style>
a { background-color: #142CDE; }
a { background-color: rgb(20,44,222); }
div.DivClassName
{
background-color: #142CDE;
}
.BgClassName
{
background-color: #142CDE;
}
</style>
border-color css
<style>
span { border-color: #142CDE; }
span { border-color: rgb(20,44,222); }
td.TdClassName
{
border-color: #142CDE;
}
.TagClassName
{
border-color: #142CDE;
}
</style>