Shades of Egyptian Blue #143EA2
Tints of Egyptian Blue #143EA2
RGB
CMYK
RGB Variations
Color information
#143EA2 (or 0x143EA2) is known color: Egyptian Blue. HEX triplet: 14, 3E and A2. RGB value is (20,62,162). Sum of RGB (Red+Green+Blue) = 20+62+162=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 162 (63.67% from 255 or 66.39% from 244); Max value from RGB is 162 - color contains mainly: blue. Hex color #143EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143EA2 is #EBC15D. Grayscale: #3C3C3C. Windows color (decimal): -15450462 or 10632724. OLE color: 10632724.
HSL color Cylindrical-coordinate representation of color #143EA2: hue angle of 222.25º 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 #143EA2 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 62 | 162 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.36 |
| HSL | 222.25º | 0.78% | 0.36% | - |
| HSV(B) | 222.25º | 0.88% | 0.64% | - |
| XYZ | 8.53 | 6.2 | 34.93 | - |
| YUV | 60.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 162 | 0.88 | 0.62 | 0 | 0.36 | 222.25 | 0.78 | 0.36 |
| Hex | 14 | 3E | A2 | 58 | 3E | 0 | 24 | DE | 4E | 24 |
| Octal | 24 | 76 | 242 | 130 | 76 | 0 | 44 | 336 | 116 | 44 |
| Binary | 10100 | 111110 | 10100010 | 1011000 | 111110 | 0 | 100100 | 11011110 | 1001110 | 100100 |
Color Harmonies of #143EA2
Complementary color
Monochromatic Colors of #143EA2
Black with #143EA2
Text Example
Text Example
White with #143EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143EA2; }
p { color: rgb(20,62,162); }
H1.HeaderClassName
{
color: #143EA2;
}
.AnyTagClassName
{
color: #143EA2;
}
</style>
background-color css
<style>
a { background-color: #143EA2; }
a { background-color: rgb(20,62,162); }
div.DivClassName
{
background-color: #143EA2;
}
.BgClassName
{
background-color: #143EA2;
}
</style>
border-color css
<style>
span { border-color: #143EA2; }
span { border-color: rgb(20,62,162); }
td.TdClassName
{
border-color: #143EA2;
}
.TagClassName
{
border-color: #143EA2;
}
</style>