Shades of Egyptian Blue #142CA2
Tints of Egyptian Blue #142CA2
RGB
CMYK
RGB Variations
Color information
#142CA2 (or 0x142CA2) is known color: Egyptian Blue. HEX triplet: 14, 2C and A2. RGB value is (20,44,162). Sum of RGB (Red+Green+Blue) = 20+44+162=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #142CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142CA2 is #EBD35D. Grayscale: #313131. Windows color (decimal): -15455070 or 10628116. OLE color: 10628116.
HSL color Cylindrical-coordinate representation of color #142CA2: hue angle of 229.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142CA2 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 44 | 162 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.36 |
| HSL | 229.86º | 0.78% | 0.36% | - |
| HSV(B) | 229.86º | 0.88% | 0.64% | - |
| XYZ | 7.71 | 4.56 | 34.66 | - |
| YUV | 50.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 162 | 0.88 | 0.73 | 0 | 0.36 | 229.86 | 0.78 | 0.36 |
| Hex | 14 | 2C | A2 | 58 | 49 | 0 | 24 | E6 | 4E | 24 |
| Octal | 24 | 54 | 242 | 130 | 111 | 0 | 44 | 346 | 116 | 44 |
| Binary | 10100 | 101100 | 10100010 | 1011000 | 1001001 | 0 | 100100 | 11100110 | 1001110 | 100100 |
Color Harmonies of #142CA2
Complementary color
Monochromatic Colors of #142CA2
Black with #142CA2
Text Example
Text Example
White with #142CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CA2; }
p { color: rgb(20,44,162); }
H1.HeaderClassName
{
color: #142CA2;
}
.AnyTagClassName
{
color: #142CA2;
}
</style>
background-color css
<style>
a { background-color: #142CA2; }
a { background-color: rgb(20,44,162); }
div.DivClassName
{
background-color: #142CA2;
}
.BgClassName
{
background-color: #142CA2;
}
</style>
border-color css
<style>
span { border-color: #142CA2; }
span { border-color: rgb(20,44,162); }
td.TdClassName
{
border-color: #142CA2;
}
.TagClassName
{
border-color: #142CA2;
}
</style>