Shades of Persian Blue #142DBA
Tints of Persian Blue #142DBA
RGB
CMYK
RGB Variations
Color information
#142DBA (or 0x142DBA) is known color: Persian Blue. HEX triplet: 14, 2D and BA. RGB value is (20,45,186). Sum of RGB (Red+Green+Blue) = 20+45+186=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #142DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DBA is #EBD245. Grayscale: #353535. Windows color (decimal): -15454790 or 12201236. OLE color: 12201236.
HSL color Cylindrical-coordinate representation of color #142DBA: hue angle of 230.96º 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 #142DBA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 45 | 186 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.27 |
| HSL | 230.96º | 0.81% | 0.4% | - |
| HSV(B) | 230.96º | 0.89% | 0.73% | - |
| XYZ | 10.09 | 5.57 | 47 | - |
| YUV | 53.6 | 202.72 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 186 | 0.89 | 0.76 | 0 | 0.27 | 230.96 | 0.81 | 0.4 |
| Hex | 14 | 2D | BA | 59 | 4C | 0 | 1B | E7 | 51 | 28 |
| Octal | 24 | 55 | 272 | 131 | 114 | 0 | 33 | 347 | 121 | 50 |
| Binary | 10100 | 101101 | 10111010 | 1011001 | 1001100 | 0 | 11011 | 11100111 | 1010001 | 101000 |
Color Harmonies of #142DBA
Complementary color
Monochromatic Colors of #142DBA
Black with #142DBA
Text Example
Text Example
White with #142DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DBA; }
p { color: rgb(20,45,186); }
H1.HeaderClassName
{
color: #142DBA;
}
.AnyTagClassName
{
color: #142DBA;
}
</style>
background-color css
<style>
a { background-color: #142DBA; }
a { background-color: rgb(20,45,186); }
div.DivClassName
{
background-color: #142DBA;
}
.BgClassName
{
background-color: #142DBA;
}
</style>
border-color css
<style>
span { border-color: #142DBA; }
span { border-color: rgb(20,45,186); }
td.TdClassName
{
border-color: #142DBA;
}
.TagClassName
{
border-color: #142DBA;
}
</style>