Shades of Persian Blue #142EBA
Tints of Persian Blue #142EBA
RGB
CMYK
RGB Variations
Color information
#142EBA (or 0x142EBA) is known color: Persian Blue. HEX triplet: 14, 2E and BA. RGB value is (20,46,186). Sum of RGB (Red+Green+Blue) = 20+46+186=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #142EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142EBA is #EBD145. Grayscale: #353535. Windows color (decimal): -15454534 or 12201492. OLE color: 12201492.
HSL color Cylindrical-coordinate representation of color #142EBA: hue angle of 230.6º 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 #142EBA is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 46 | 186 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.27 |
| HSL | 230.6º | 0.81% | 0.4% | - |
| HSV(B) | 230.6º | 0.89% | 0.73% | - |
| XYZ | 10.13 | 5.65 | 47.01 | - |
| YUV | 54.19 | 202.39 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 186 | 0.89 | 0.75 | 0 | 0.27 | 230.6 | 0.81 | 0.4 |
| Hex | 14 | 2E | BA | 59 | 4B | 0 | 1B | E7 | 51 | 28 |
| Octal | 24 | 56 | 272 | 131 | 113 | 0 | 33 | 347 | 121 | 50 |
| Binary | 10100 | 101110 | 10111010 | 1011001 | 1001011 | 0 | 11011 | 11100111 | 1010001 | 101000 |
Color Harmonies of #142EBA
Complementary color
Monochromatic Colors of #142EBA
Black with #142EBA
Text Example
Text Example
White with #142EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142EBA; }
p { color: rgb(20,46,186); }
H1.HeaderClassName
{
color: #142EBA;
}
.AnyTagClassName
{
color: #142EBA;
}
</style>
background-color css
<style>
a { background-color: #142EBA; }
a { background-color: rgb(20,46,186); }
div.DivClassName
{
background-color: #142EBA;
}
.BgClassName
{
background-color: #142EBA;
}
</style>
border-color css
<style>
span { border-color: #142EBA; }
span { border-color: rgb(20,46,186); }
td.TdClassName
{
border-color: #142EBA;
}
.TagClassName
{
border-color: #142EBA;
}
</style>