Shades of Persian Blue #142BBE
Tints of Persian Blue #142BBE
RGB
CMYK
RGB Variations
Color information
#142BBE (or 0x142BBE) is known color: Persian Blue. HEX triplet: 14, 2B and BE. RGB value is (20,43,190). Sum of RGB (Red+Green+Blue) = 20+43+190=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #142BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BBE is #EBD441. Grayscale: #343434. Windows color (decimal): -15455298 or 12462868. OLE color: 12462868.
HSL color Cylindrical-coordinate representation of color #142BBE: hue angle of 231.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142BBE is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 43 | 190 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.25 |
| HSL | 231.88º | 0.81% | 0.41% | - |
| HSV(B) | 231.88º | 0.89% | 0.75% | - |
| XYZ | 10.45 | 5.59 | 49.24 | - |
| YUV | 52.88 | 205.38 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 190 | 0.89 | 0.77 | 0 | 0.25 | 231.88 | 0.81 | 0.41 |
| Hex | 14 | 2B | BE | 59 | 4D | 0 | 19 | E8 | 51 | 29 |
| Octal | 24 | 53 | 276 | 131 | 115 | 0 | 31 | 350 | 121 | 51 |
| Binary | 10100 | 101011 | 10111110 | 1011001 | 1001101 | 0 | 11001 | 11101000 | 1010001 | 101001 |
Color Harmonies of #142BBE
Complementary color
Monochromatic Colors of #142BBE
Black with #142BBE
Text Example
Text Example
White with #142BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142BBE; }
p { color: rgb(20,43,190); }
H1.HeaderClassName
{
color: #142BBE;
}
.AnyTagClassName
{
color: #142BBE;
}
</style>
background-color css
<style>
a { background-color: #142BBE; }
a { background-color: rgb(20,43,190); }
div.DivClassName
{
background-color: #142BBE;
}
.BgClassName
{
background-color: #142BBE;
}
</style>
border-color css
<style>
span { border-color: #142BBE; }
span { border-color: rgb(20,43,190); }
td.TdClassName
{
border-color: #142BBE;
}
.TagClassName
{
border-color: #142BBE;
}
</style>