Shades of Persian Blue #142BC0
Tints of Persian Blue #142BC0
RGB
CMYK
RGB Variations
Color information
#142BC0 (or 0x142BC0) is known color: Persian Blue. HEX triplet: 14, 2B and C0. RGB value is (20,43,192). Sum of RGB (Red+Green+Blue) = 20+43+192=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 192 (75.39% from 255 or 75.29% from 255); Max value from RGB is 192 - color contains mainly: blue. Hex color #142BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142BC0 is #EBD43F. Grayscale: #343434. Windows color (decimal): -15455296 or 12593940. OLE color: 12593940.
HSL color Cylindrical-coordinate representation of color #142BC0: hue angle of 231.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142BC0 is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 43 | 192 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.25 |
| HSL | 231.98º | 0.81% | 0.42% | - |
| HSV(B) | 231.98º | 0.9% | 0.75% | - |
| XYZ | 10.67 | 5.68 | 50.4 | - |
| YUV | 53.11 | 206.38 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 192 | 0.90 | 0.78 | 0 | 0.25 | 231.98 | 0.81 | 0.42 |
| Hex | 14 | 2B | C0 | 5A | 4E | 0 | 19 | E8 | 51 | 2A |
| Octal | 24 | 53 | 300 | 132 | 116 | 0 | 31 | 350 | 121 | 52 |
| Binary | 10100 | 101011 | 11000000 | 1011010 | 1001110 | 0 | 11001 | 11101000 | 1010001 | 101010 |
Color Harmonies of #142BC0
Complementary color
Monochromatic Colors of #142BC0
Black with #142BC0
Text Example
Text Example
White with #142BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142BC0; }
p { color: rgb(20,43,192); }
H1.HeaderClassName
{
color: #142BC0;
}
.AnyTagClassName
{
color: #142BC0;
}
</style>
background-color css
<style>
a { background-color: #142BC0; }
a { background-color: rgb(20,43,192); }
div.DivClassName
{
background-color: #142BC0;
}
.BgClassName
{
background-color: #142BC0;
}
</style>
border-color css
<style>
span { border-color: #142BC0; }
span { border-color: rgb(20,43,192); }
td.TdClassName
{
border-color: #142BC0;
}
.TagClassName
{
border-color: #142BC0;
}
</style>