Shades of Persian Blue #142BDD
Tints of Persian Blue #142BDD
RGB
CMYK
RGB Variations
Color information
#142BDD (or 0x142BDD) is known color: Persian Blue. HEX triplet: 14, 2B and DD. RGB value is (20,43,221). Sum of RGB (Red+Green+Blue) = 20+43+221=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #142BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BDD is #EBD422. Grayscale: #373737. Windows color (decimal): -15455267 or 14494484. OLE color: 14494484.
HSL color Cylindrical-coordinate representation of color #142BDD: hue angle of 233.13º 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 #142BDD is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 43 | 221 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.13 |
| HSL | 233.13º | 0.83% | 0.47% | - |
| HSV(B) | 233.13º | 0.91% | 0.87% | - |
| XYZ | 14.2 | 7.1 | 69.03 | - |
| YUV | 56.42 | 220.88 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 221 | 0.91 | 0.81 | 0 | 0.13 | 233.13 | 0.83 | 0.47 |
| Hex | 14 | 2B | DD | 5B | 51 | 0 | D | E9 | 53 | 2F |
| Octal | 24 | 53 | 335 | 133 | 121 | 0 | 15 | 351 | 123 | 57 |
| Binary | 10100 | 101011 | 11011101 | 1011011 | 1010001 | 0 | 1101 | 11101001 | 1010011 | 101111 |
Color Harmonies of #142BDD
Complementary color
Monochromatic Colors of #142BDD
Black with #142BDD
Text Example
Text Example
White with #142BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142BDD; }
p { color: rgb(20,43,221); }
H1.HeaderClassName
{
color: #142BDD;
}
.AnyTagClassName
{
color: #142BDD;
}
</style>
background-color css
<style>
a { background-color: #142BDD; }
a { background-color: rgb(20,43,221); }
div.DivClassName
{
background-color: #142BDD;
}
.BgClassName
{
background-color: #142BDD;
}
</style>
border-color css
<style>
span { border-color: #142BDD; }
span { border-color: rgb(20,43,221); }
td.TdClassName
{
border-color: #142BDD;
}
.TagClassName
{
border-color: #142BDD;
}
</style>