Shades of Egyptian Blue #142299
Tints of Egyptian Blue #142299
RGB
CMYK
RGB Variations
Color information
#142299 (or 0x142299) is known color: Egyptian Blue. HEX triplet: 14, 22 and 99. RGB value is (20,34,153). Sum of RGB (Red+Green+Blue) = 20+34+153=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #142299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142299 is #EBDD66. Grayscale: #2A2A2A. Windows color (decimal): -15457639 or 10035732. OLE color: 10035732.
HSL color Cylindrical-coordinate representation of color #142299: hue angle of 233.68º 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 #142299 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 34 | 153 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.4 |
| HSL | 233.68º | 0.77% | 0.34% | - |
| HSV(B) | 233.68º | 0.87% | 0.6% | - |
| XYZ | 6.61 | 3.59 | 30.48 | - |
| YUV | 43.38 | 189.86 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 153 | 0.87 | 0.78 | 0 | 0.4 | 233.68 | 0.77 | 0.34 |
| Hex | 14 | 22 | 99 | 57 | 4E | 0 | 28 | EA | 4D | 22 |
| Octal | 24 | 42 | 231 | 127 | 116 | 0 | 50 | 352 | 115 | 42 |
| Binary | 10100 | 100010 | 10011001 | 1010111 | 1001110 | 0 | 101000 | 11101010 | 1001101 | 100010 |
Color Harmonies of #142299
Complementary color
Monochromatic Colors of #142299
Black with #142299
Text Example
Text Example
White with #142299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142299; }
p { color: rgb(20,34,153); }
H1.HeaderClassName
{
color: #142299;
}
.AnyTagClassName
{
color: #142299;
}
</style>
background-color css
<style>
a { background-color: #142299; }
a { background-color: rgb(20,34,153); }
div.DivClassName
{
background-color: #142299;
}
.BgClassName
{
background-color: #142299;
}
</style>
border-color css
<style>
span { border-color: #142299; }
span { border-color: rgb(20,34,153); }
td.TdClassName
{
border-color: #142299;
}
.TagClassName
{
border-color: #142299;
}
</style>