Shades of Egyptian Blue #142FA0
Tints of Egyptian Blue #142FA0
RGB
CMYK
RGB Variations
Color information
#142FA0 (or 0x142FA0) is known color: Egyptian Blue. HEX triplet: 14, 2F and A0. RGB value is (20,47,160). Sum of RGB (Red+Green+Blue) = 20+47+160=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 160 (62.89% from 255 or 70.48% from 227); Max value from RGB is 160 - color contains mainly: blue. Hex color #142FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142FA0 is #EBD05F. Grayscale: #333333. Windows color (decimal): -15454304 or 10497812. OLE color: 10497812.
HSL color Cylindrical-coordinate representation of color #142FA0: hue angle of 228.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142FA0 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 47 | 160 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.37 |
| HSL | 228.43º | 0.78% | 0.35% | - |
| HSV(B) | 228.43º | 0.88% | 0.63% | - |
| XYZ | 7.65 | 4.72 | 33.77 | - |
| YUV | 51.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 160 | 0.88 | 0.71 | 0 | 0.37 | 228.43 | 0.78 | 0.35 |
| Hex | 14 | 2F | A0 | 58 | 47 | 0 | 25 | E4 | 4E | 23 |
| Octal | 24 | 57 | 240 | 130 | 107 | 0 | 45 | 344 | 116 | 43 |
| Binary | 10100 | 101111 | 10100000 | 1011000 | 1000111 | 0 | 100101 | 11100100 | 1001110 | 100011 |
Color Harmonies of #142FA0
Complementary color
Monochromatic Colors of #142FA0
Black with #142FA0
Text Example
Text Example
White with #142FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142FA0; }
p { color: rgb(20,47,160); }
H1.HeaderClassName
{
color: #142FA0;
}
.AnyTagClassName
{
color: #142FA0;
}
</style>
background-color css
<style>
a { background-color: #142FA0; }
a { background-color: rgb(20,47,160); }
div.DivClassName
{
background-color: #142FA0;
}
.BgClassName
{
background-color: #142FA0;
}
</style>
border-color css
<style>
span { border-color: #142FA0; }
span { border-color: rgb(20,47,160); }
td.TdClassName
{
border-color: #142FA0;
}
.TagClassName
{
border-color: #142FA0;
}
</style>