Shades of Persian Blue #142CC1
Tints of Persian Blue #142CC1
RGB
CMYK
RGB Variations
Color information
#142CC1 (or 0x142CC1) is known color: Persian Blue. HEX triplet: 14, 2C and C1. RGB value is (20,44,193). Sum of RGB (Red+Green+Blue) = 20+44+193=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 193 (75.78% from 255 or 75.10% from 257); Max value from RGB is 193 - color contains mainly: blue. Hex color #142CC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CC1 is #EBD33E. Grayscale: #353535. Windows color (decimal): -15455039 or 12659732. OLE color: 12659732.
HSL color Cylindrical-coordinate representation of color #142CC1: hue angle of 231.68º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142CC1 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 44 | 193 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.24 |
| HSL | 231.68º | 0.81% | 0.42% | - |
| HSV(B) | 231.68º | 0.9% | 0.76% | - |
| XYZ | 10.81 | 5.8 | 51 | - |
| YUV | 53.81 | 206.55 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 193 | 0.90 | 0.77 | 0 | 0.24 | 231.68 | 0.81 | 0.42 |
| Hex | 14 | 2C | C1 | 5A | 4D | 0 | 18 | E8 | 51 | 2A |
| Octal | 24 | 54 | 301 | 132 | 115 | 0 | 30 | 350 | 121 | 52 |
| Binary | 10100 | 101100 | 11000001 | 1011010 | 1001101 | 0 | 11000 | 11101000 | 1010001 | 101010 |
Color Harmonies of #142CC1
Complementary color
Monochromatic Colors of #142CC1
Black with #142CC1
Text Example
Text Example
White with #142CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CC1; }
p { color: rgb(20,44,193); }
H1.HeaderClassName
{
color: #142CC1;
}
.AnyTagClassName
{
color: #142CC1;
}
</style>
background-color css
<style>
a { background-color: #142CC1; }
a { background-color: rgb(20,44,193); }
div.DivClassName
{
background-color: #142CC1;
}
.BgClassName
{
background-color: #142CC1;
}
</style>
border-color css
<style>
span { border-color: #142CC1; }
span { border-color: rgb(20,44,193); }
td.TdClassName
{
border-color: #142CC1;
}
.TagClassName
{
border-color: #142CC1;
}
</style>