Shades of Persian Blue #142CBE
Tints of Persian Blue #142CBE
RGB
CMYK
RGB Variations
Color information
#142CBE (or 0x142CBE) is known color: Persian Blue. HEX triplet: 14, 2C and BE. RGB value is (20,44,190). Sum of RGB (Red+Green+Blue) = 20+44+190=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #142CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CBE is #EBD341. Grayscale: #343434. Windows color (decimal): -15455042 or 12463124. OLE color: 12463124.
HSL color Cylindrical-coordinate representation of color #142CBE: hue angle of 231.53º 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 #142CBE is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 44 | 190 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.25 |
| HSL | 231.53º | 0.81% | 0.41% | - |
| HSV(B) | 231.53º | 0.89% | 0.75% | - |
| XYZ | 10.48 | 5.67 | 49.26 | - |
| YUV | 53.47 | 205.05 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 190 | 0.89 | 0.77 | 0 | 0.25 | 231.53 | 0.81 | 0.41 |
| Hex | 14 | 2C | BE | 59 | 4D | 0 | 19 | E8 | 51 | 29 |
| Octal | 24 | 54 | 276 | 131 | 115 | 0 | 31 | 350 | 121 | 51 |
| Binary | 10100 | 101100 | 10111110 | 1011001 | 1001101 | 0 | 11001 | 11101000 | 1010001 | 101001 |
Color Harmonies of #142CBE
Complementary color
Monochromatic Colors of #142CBE
Black with #142CBE
Text Example
Text Example
White with #142CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CBE; }
p { color: rgb(20,44,190); }
H1.HeaderClassName
{
color: #142CBE;
}
.AnyTagClassName
{
color: #142CBE;
}
</style>
background-color css
<style>
a { background-color: #142CBE; }
a { background-color: rgb(20,44,190); }
div.DivClassName
{
background-color: #142CBE;
}
.BgClassName
{
background-color: #142CBE;
}
</style>
border-color css
<style>
span { border-color: #142CBE; }
span { border-color: rgb(20,44,190); }
td.TdClassName
{
border-color: #142CBE;
}
.TagClassName
{
border-color: #142CBE;
}
</style>