Shades of Egyptian Blue #142699
Tints of Egyptian Blue #142699
RGB
CMYK
RGB Variations
Color information
#142699 (or 0x142699) is known color: Egyptian Blue. HEX triplet: 14, 26 and 99. RGB value is (20,38,153). Sum of RGB (Red+Green+Blue) = 20+38+153=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #142699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142699 is #EBD966. Grayscale: #2D2D2D. Windows color (decimal): -15456615 or 10036756. OLE color: 10036756.
HSL color Cylindrical-coordinate representation of color #142699: hue angle of 231.88º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142699 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 38 | 153 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.4 |
| HSL | 231.88º | 0.77% | 0.34% | - |
| HSV(B) | 231.88º | 0.87% | 0.6% | - |
| XYZ | 6.73 | 3.83 | 30.52 | - |
| YUV | 45.73 | 188.54 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 153 | 0.87 | 0.75 | 0 | 0.4 | 231.88 | 0.77 | 0.34 |
| Hex | 14 | 26 | 99 | 57 | 4B | 0 | 28 | E8 | 4D | 22 |
| Octal | 24 | 46 | 231 | 127 | 113 | 0 | 50 | 350 | 115 | 42 |
| Binary | 10100 | 100110 | 10011001 | 1010111 | 1001011 | 0 | 101000 | 11101000 | 1001101 | 100010 |
Color Harmonies of #142699
Complementary color
Monochromatic Colors of #142699
Black with #142699
Text Example
Text Example
White with #142699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142699; }
p { color: rgb(20,38,153); }
H1.HeaderClassName
{
color: #142699;
}
.AnyTagClassName
{
color: #142699;
}
</style>
background-color css
<style>
a { background-color: #142699; }
a { background-color: rgb(20,38,153); }
div.DivClassName
{
background-color: #142699;
}
.BgClassName
{
background-color: #142699;
}
</style>
border-color css
<style>
span { border-color: #142699; }
span { border-color: rgb(20,38,153); }
td.TdClassName
{
border-color: #142699;
}
.TagClassName
{
border-color: #142699;
}
</style>