Shades of Persian Blue #142CBF
Tints of Persian Blue #142CBF
RGB
CMYK
RGB Variations
Color information
#142CBF (or 0x142CBF) is known color: Persian Blue. HEX triplet: 14, 2C and BF. RGB value is (20,44,191). Sum of RGB (Red+Green+Blue) = 20+44+191=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #142CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CBF is #EBD340. Grayscale: #343434. Windows color (decimal): -15455041 or 12528660. OLE color: 12528660.
HSL color Cylindrical-coordinate representation of color #142CBF: hue angle of 231.58º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #142CBF is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 44 | 191 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.25 |
| HSL | 231.58º | 0.81% | 0.41% | - |
| HSV(B) | 231.58º | 0.9% | 0.75% | - |
| XYZ | 10.59 | 5.71 | 49.83 | - |
| YUV | 53.58 | 205.55 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 191 | 0.90 | 0.77 | 0 | 0.25 | 231.58 | 0.81 | 0.41 |
| Hex | 14 | 2C | BF | 5A | 4D | 0 | 19 | E8 | 51 | 29 |
| Octal | 24 | 54 | 277 | 132 | 115 | 0 | 31 | 350 | 121 | 51 |
| Binary | 10100 | 101100 | 10111111 | 1011010 | 1001101 | 0 | 11001 | 11101000 | 1010001 | 101001 |
Color Harmonies of #142CBF
Complementary color
Monochromatic Colors of #142CBF
Black with #142CBF
Text Example
Text Example
White with #142CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CBF; }
p { color: rgb(20,44,191); }
H1.HeaderClassName
{
color: #142CBF;
}
.AnyTagClassName
{
color: #142CBF;
}
</style>
background-color css
<style>
a { background-color: #142CBF; }
a { background-color: rgb(20,44,191); }
div.DivClassName
{
background-color: #142CBF;
}
.BgClassName
{
background-color: #142CBF;
}
</style>
border-color css
<style>
span { border-color: #142CBF; }
span { border-color: rgb(20,44,191); }
td.TdClassName
{
border-color: #142CBF;
}
.TagClassName
{
border-color: #142CBF;
}
</style>