Shades of Egyptian Blue #142E91
Tints of Egyptian Blue #142E91
RGB
CMYK
RGB Variations
Color information
#142E91 (or 0x142E91) is known color: Egyptian Blue. HEX triplet: 14, 2E and 91. RGB value is (20,46,145). Sum of RGB (Red+Green+Blue) = 20+46+145=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #142E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E91 is #EBD16E. Grayscale: #313131. Windows color (decimal): -15454575 or 9514516. OLE color: 9514516.
HSL color Cylindrical-coordinate representation of color #142E91: hue angle of 227.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142E91 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 46 | 145 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.43 |
| HSL | 227.52º | 0.76% | 0.32% | - |
| HSV(B) | 227.52º | 0.86% | 0.57% | - |
| XYZ | 6.38 | 4.15 | 27.25 | - |
| YUV | 49.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 145 | 0.86 | 0.68 | 0 | 0.43 | 227.52 | 0.76 | 0.32 |
| Hex | 14 | 2E | 91 | 56 | 44 | 0 | 2B | E4 | 4C | 20 |
| Octal | 24 | 56 | 221 | 126 | 104 | 0 | 53 | 344 | 114 | 40 |
| Binary | 10100 | 101110 | 10010001 | 1010110 | 1000100 | 0 | 101011 | 11100100 | 1001100 | 100000 |
Color Harmonies of #142E91
Complementary color
Monochromatic Colors of #142E91
Black with #142E91
Text Example
Text Example
White with #142E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E91; }
p { color: rgb(20,46,145); }
H1.HeaderClassName
{
color: #142E91;
}
.AnyTagClassName
{
color: #142E91;
}
</style>
background-color css
<style>
a { background-color: #142E91; }
a { background-color: rgb(20,46,145); }
div.DivClassName
{
background-color: #142E91;
}
.BgClassName
{
background-color: #142E91;
}
</style>
border-color css
<style>
span { border-color: #142E91; }
span { border-color: rgb(20,46,145); }
td.TdClassName
{
border-color: #142E91;
}
.TagClassName
{
border-color: #142E91;
}
</style>