Shades of Persian Blue #142AD5
Tints of Persian Blue #142AD5
RGB
CMYK
RGB Variations
Color information
#142AD5 (or 0x142AD5) is known color: Persian Blue. HEX triplet: 14, 2A and D5. RGB value is (20,42,213). Sum of RGB (Red+Green+Blue) = 20+42+213=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 213 (83.59% from 255 or 77.45% from 275); Max value from RGB is 213 - color contains mainly: blue. Hex color #142AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142AD5 is #EBD52A. Grayscale: #363636. Windows color (decimal): -15455531 or 13969940. OLE color: 13969940.
HSL color Cylindrical-coordinate representation of color #142AD5: hue angle of 233.16º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142AD5 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 42 | 213 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.16 |
| HSL | 233.16º | 0.83% | 0.46% | - |
| HSV(B) | 233.16º | 0.91% | 0.84% | - |
| XYZ | 13.13 | 6.61 | 63.53 | - |
| YUV | 54.92 | 217.21 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 213 | 0.91 | 0.80 | 0 | 0.16 | 233.16 | 0.83 | 0.46 |
| Hex | 14 | 2A | D5 | 5B | 50 | 0 | 10 | E9 | 53 | 2E |
| Octal | 24 | 52 | 325 | 133 | 120 | 0 | 20 | 351 | 123 | 56 |
| Binary | 10100 | 101010 | 11010101 | 1011011 | 1010000 | 0 | 10000 | 11101001 | 1010011 | 101110 |
Color Harmonies of #142AD5
Complementary color
Monochromatic Colors of #142AD5
Black with #142AD5
Text Example
Text Example
White with #142AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142AD5; }
p { color: rgb(20,42,213); }
H1.HeaderClassName
{
color: #142AD5;
}
.AnyTagClassName
{
color: #142AD5;
}
</style>
background-color css
<style>
a { background-color: #142AD5; }
a { background-color: rgb(20,42,213); }
div.DivClassName
{
background-color: #142AD5;
}
.BgClassName
{
background-color: #142AD5;
}
</style>
border-color css
<style>
span { border-color: #142AD5; }
span { border-color: rgb(20,42,213); }
td.TdClassName
{
border-color: #142AD5;
}
.TagClassName
{
border-color: #142AD5;
}
</style>