Shades of Persian Blue #142CBA
Tints of Persian Blue #142CBA
RGB
CMYK
RGB Variations
Color information
#142CBA (or 0x142CBA) is known color: Persian Blue. HEX triplet: 14, 2C and BA. RGB value is (20,44,186). Sum of RGB (Red+Green+Blue) = 20+44+186=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #142CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CBA is #EBD345. Grayscale: #343434. Windows color (decimal): -15455046 or 12200980. OLE color: 12200980.
HSL color Cylindrical-coordinate representation of color #142CBA: hue angle of 231.33º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142CBA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 44 | 186 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.27 |
| HSL | 231.33º | 0.81% | 0.4% | - |
| HSV(B) | 231.33º | 0.89% | 0.73% | - |
| XYZ | 10.05 | 5.5 | 46.99 | - |
| YUV | 53.01 | 203.05 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 186 | 0.89 | 0.76 | 0 | 0.27 | 231.33 | 0.81 | 0.4 |
| Hex | 14 | 2C | BA | 59 | 4C | 0 | 1B | E7 | 51 | 28 |
| Octal | 24 | 54 | 272 | 131 | 114 | 0 | 33 | 347 | 121 | 50 |
| Binary | 10100 | 101100 | 10111010 | 1011001 | 1001100 | 0 | 11011 | 11100111 | 1010001 | 101000 |
Color Harmonies of #142CBA
Complementary color
Monochromatic Colors of #142CBA
Black with #142CBA
Text Example
Text Example
White with #142CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CBA; }
p { color: rgb(20,44,186); }
H1.HeaderClassName
{
color: #142CBA;
}
.AnyTagClassName
{
color: #142CBA;
}
</style>
background-color css
<style>
a { background-color: #142CBA; }
a { background-color: rgb(20,44,186); }
div.DivClassName
{
background-color: #142CBA;
}
.BgClassName
{
background-color: #142CBA;
}
</style>
border-color css
<style>
span { border-color: #142CBA; }
span { border-color: rgb(20,44,186); }
td.TdClassName
{
border-color: #142CBA;
}
.TagClassName
{
border-color: #142CBA;
}
</style>