Shades of Egyptian Blue #143593
Tints of Egyptian Blue #143593
RGB
CMYK
RGB Variations
Color information
#143593 (or 0x143593) is known color: Egyptian Blue. HEX triplet: 14, 35 and 93. RGB value is (20,53,147). Sum of RGB (Red+Green+Blue) = 20+53+147=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #143593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143593 is #EBCA6C. Grayscale: #353535. Windows color (decimal): -15452781 or 9647380. OLE color: 9647380.
HSL color Cylindrical-coordinate representation of color #143593: hue angle of 224.41º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143593 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 53 | 147 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.42 |
| HSL | 224.41º | 0.76% | 0.33% | - |
| HSV(B) | 224.41º | 0.86% | 0.58% | - |
| XYZ | 6.83 | 4.8 | 28.17 | - |
| YUV | 53.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 147 | 0.86 | 0.64 | 0 | 0.42 | 224.41 | 0.76 | 0.33 |
| Hex | 14 | 35 | 93 | 56 | 40 | 0 | 2A | E0 | 4C | 21 |
| Octal | 24 | 65 | 223 | 126 | 100 | 0 | 52 | 340 | 114 | 41 |
| Binary | 10100 | 110101 | 10010011 | 1010110 | 1000000 | 0 | 101010 | 11100000 | 1001100 | 100001 |
Color Harmonies of #143593
Complementary color
Monochromatic Colors of #143593
Black with #143593
Text Example
Text Example
White with #143593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143593; }
p { color: rgb(20,53,147); }
H1.HeaderClassName
{
color: #143593;
}
.AnyTagClassName
{
color: #143593;
}
</style>
background-color css
<style>
a { background-color: #143593; }
a { background-color: rgb(20,53,147); }
div.DivClassName
{
background-color: #143593;
}
.BgClassName
{
background-color: #143593;
}
</style>
border-color css
<style>
span { border-color: #143593; }
span { border-color: rgb(20,53,147); }
td.TdClassName
{
border-color: #143593;
}
.TagClassName
{
border-color: #143593;
}
</style>