Shades of Persian Blue #142DD0
Tints of Persian Blue #142DD0
RGB
CMYK
RGB Variations
Color information
#142DD0 (or 0x142DD0) is known color: Persian Blue. HEX triplet: 14, 2D and D0. RGB value is (20,45,208). Sum of RGB (Red+Green+Blue) = 20+45+208=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 208 (81.64% from 255 or 76.19% from 273); Max value from RGB is 208 - color contains mainly: blue. Hex color #142DD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DD0 is #EBD22F. Grayscale: #373737. Windows color (decimal): -15454768 or 13643028. OLE color: 13643028.
HSL color Cylindrical-coordinate representation of color #142DD0: hue angle of 232.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142DD0 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 45 | 208 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.18 |
| HSL | 232.02º | 0.82% | 0.45% | - |
| HSV(B) | 232.02º | 0.9% | 0.82% | - |
| XYZ | 12.61 | 6.58 | 60.28 | - |
| YUV | 56.11 | 213.72 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 208 | 0.90 | 0.78 | 0 | 0.18 | 232.02 | 0.82 | 0.45 |
| Hex | 14 | 2D | D0 | 5A | 4E | 0 | 12 | E8 | 52 | 2D |
| Octal | 24 | 55 | 320 | 132 | 116 | 0 | 22 | 350 | 122 | 55 |
| Binary | 10100 | 101101 | 11010000 | 1011010 | 1001110 | 0 | 10010 | 11101000 | 1010010 | 101101 |
Color Harmonies of #142DD0
Complementary color
Monochromatic Colors of #142DD0
Black with #142DD0
Text Example
Text Example
White with #142DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DD0; }
p { color: rgb(20,45,208); }
H1.HeaderClassName
{
color: #142DD0;
}
.AnyTagClassName
{
color: #142DD0;
}
</style>
background-color css
<style>
a { background-color: #142DD0; }
a { background-color: rgb(20,45,208); }
div.DivClassName
{
background-color: #142DD0;
}
.BgClassName
{
background-color: #142DD0;
}
</style>
border-color css
<style>
span { border-color: #142DD0; }
span { border-color: rgb(20,45,208); }
td.TdClassName
{
border-color: #142DD0;
}
.TagClassName
{
border-color: #142DD0;
}
</style>