Shades of Egyptian Blue #143490
Tints of Egyptian Blue #143490
RGB
CMYK
RGB Variations
Color information
#143490 (or 0x143490) is known color: Egyptian Blue. HEX triplet: 14, 34 and 90. RGB value is (20,52,144). Sum of RGB (Red+Green+Blue) = 20+52+144=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #143490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143490 is #EBCB6F. Grayscale: #343434. Windows color (decimal): -15453040 or 9450516. OLE color: 9450516.
HSL color Cylindrical-coordinate representation of color #143490: hue angle of 224.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143490 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 52 | 144 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.44 |
| HSL | 224.52º | 0.76% | 0.32% | - |
| HSV(B) | 224.52º | 0.86% | 0.56% | - |
| XYZ | 6.55 | 4.62 | 26.93 | - |
| YUV | 52.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 144 | 0.86 | 0.64 | 0 | 0.44 | 224.52 | 0.76 | 0.32 |
| Hex | 14 | 34 | 90 | 56 | 40 | 0 | 2C | E1 | 4C | 20 |
| Octal | 24 | 64 | 220 | 126 | 100 | 0 | 54 | 341 | 114 | 40 |
| Binary | 10100 | 110100 | 10010000 | 1010110 | 1000000 | 0 | 101100 | 11100001 | 1001100 | 100000 |
Color Harmonies of #143490
Complementary color
Monochromatic Colors of #143490
Black with #143490
Text Example
Text Example
White with #143490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143490; }
p { color: rgb(20,52,144); }
H1.HeaderClassName
{
color: #143490;
}
.AnyTagClassName
{
color: #143490;
}
</style>
background-color css
<style>
a { background-color: #143490; }
a { background-color: rgb(20,52,144); }
div.DivClassName
{
background-color: #143490;
}
.BgClassName
{
background-color: #143490;
}
</style>
border-color css
<style>
span { border-color: #143490; }
span { border-color: rgb(20,52,144); }
td.TdClassName
{
border-color: #143490;
}
.TagClassName
{
border-color: #143490;
}
</style>