Shades of Persian Blue #142ADC
Tints of Persian Blue #142ADC
RGB
CMYK
RGB Variations
Color information
#142ADC (or 0x142ADC) is known color: Persian Blue. HEX triplet: 14, 2A and DC. RGB value is (20,42,220). Sum of RGB (Red+Green+Blue) = 20+42+220=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #142ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142ADC is #EBD523. Grayscale: #363636. Windows color (decimal): -15455524 or 14428692. OLE color: 14428692.
HSL color Cylindrical-coordinate representation of color #142ADC: hue angle of 233.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142ADC is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 42 | 220 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.14 |
| HSL | 233.4º | 0.83% | 0.47% | - |
| HSV(B) | 233.4º | 0.91% | 0.86% | - |
| XYZ | 14.03 | 6.97 | 68.32 | - |
| YUV | 55.71 | 220.71 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 220 | 0.91 | 0.81 | 0 | 0.14 | 233.4 | 0.83 | 0.47 |
| Hex | 14 | 2A | DC | 5B | 51 | 0 | E | E9 | 53 | 2F |
| Octal | 24 | 52 | 334 | 133 | 121 | 0 | 16 | 351 | 123 | 57 |
| Binary | 10100 | 101010 | 11011100 | 1011011 | 1010001 | 0 | 1110 | 11101001 | 1010011 | 101111 |
Color Harmonies of #142ADC
Complementary color
Monochromatic Colors of #142ADC
Black with #142ADC
Text Example
Text Example
White with #142ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142ADC; }
p { color: rgb(20,42,220); }
H1.HeaderClassName
{
color: #142ADC;
}
.AnyTagClassName
{
color: #142ADC;
}
</style>
background-color css
<style>
a { background-color: #142ADC; }
a { background-color: rgb(20,42,220); }
div.DivClassName
{
background-color: #142ADC;
}
.BgClassName
{
background-color: #142ADC;
}
</style>
border-color css
<style>
span { border-color: #142ADC; }
span { border-color: rgb(20,42,220); }
td.TdClassName
{
border-color: #142ADC;
}
.TagClassName
{
border-color: #142ADC;
}
</style>