Shades of Persian Blue #142ACD
Tints of Persian Blue #142ACD
RGB
CMYK
RGB Variations
Color information
#142ACD (or 0x142ACD) is known color: Persian Blue. HEX triplet: 14, 2A and CD. RGB value is (20,42,205). Sum of RGB (Red+Green+Blue) = 20+42+205=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #142ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ACD is #EBD532. Grayscale: #353535. Windows color (decimal): -15455539 or 13445652. OLE color: 13445652.
HSL color Cylindrical-coordinate representation of color #142ACD: hue angle of 232.86º 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 #142ACD is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 42 | 205 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.20 |
| HSL | 232.86º | 0.82% | 0.44% | - |
| HSV(B) | 232.86º | 0.9% | 0.8% | - |
| XYZ | 12.14 | 6.21 | 58.32 | - |
| YUV | 54 | 213.21 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 205 | 0.90 | 0.80 | 0 | 0.20 | 232.86 | 0.82 | 0.44 |
| Hex | 14 | 2A | CD | 5A | 50 | 0 | 14 | E9 | 52 | 2C |
| Octal | 24 | 52 | 315 | 132 | 120 | 0 | 24 | 351 | 122 | 54 |
| Binary | 10100 | 101010 | 11001101 | 1011010 | 1010000 | 0 | 10100 | 11101001 | 1010010 | 101100 |
Color Harmonies of #142ACD
Complementary color
Monochromatic Colors of #142ACD
Black with #142ACD
Text Example
Text Example
White with #142ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142ACD; }
p { color: rgb(20,42,205); }
H1.HeaderClassName
{
color: #142ACD;
}
.AnyTagClassName
{
color: #142ACD;
}
</style>
background-color css
<style>
a { background-color: #142ACD; }
a { background-color: rgb(20,42,205); }
div.DivClassName
{
background-color: #142ACD;
}
.BgClassName
{
background-color: #142ACD;
}
</style>
border-color css
<style>
span { border-color: #142ACD; }
span { border-color: rgb(20,42,205); }
td.TdClassName
{
border-color: #142ACD;
}
.TagClassName
{
border-color: #142ACD;
}
</style>