Shades of Egyptian Blue #143699
Tints of Egyptian Blue #143699
RGB
CMYK
RGB Variations
Color information
#143699 (or 0x143699) is known color: Egyptian Blue. HEX triplet: 14, 36 and 99. RGB value is (20,54,153). Sum of RGB (Red+Green+Blue) = 20+54+153=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #143699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143699 is #EBC966. Grayscale: #363636. Windows color (decimal): -15452519 or 10040852. OLE color: 10040852.
HSL color Cylindrical-coordinate representation of color #143699: hue angle of 224.66º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143699 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 54 | 153 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.4 |
| HSL | 224.66º | 0.77% | 0.34% | - |
| HSV(B) | 224.66º | 0.87% | 0.6% | - |
| XYZ | 7.36 | 5.09 | 30.73 | - |
| YUV | 55.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 153 | 0.87 | 0.65 | 0 | 0.4 | 224.66 | 0.77 | 0.34 |
| Hex | 14 | 36 | 99 | 57 | 41 | 0 | 28 | E1 | 4D | 22 |
| Octal | 24 | 66 | 231 | 127 | 101 | 0 | 50 | 341 | 115 | 42 |
| Binary | 10100 | 110110 | 10011001 | 1010111 | 1000001 | 0 | 101000 | 11100001 | 1001101 | 100010 |
Color Harmonies of #143699
Complementary color
Monochromatic Colors of #143699
Black with #143699
Text Example
Text Example
White with #143699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143699; }
p { color: rgb(20,54,153); }
H1.HeaderClassName
{
color: #143699;
}
.AnyTagClassName
{
color: #143699;
}
</style>
background-color css
<style>
a { background-color: #143699; }
a { background-color: rgb(20,54,153); }
div.DivClassName
{
background-color: #143699;
}
.BgClassName
{
background-color: #143699;
}
</style>
border-color css
<style>
span { border-color: #143699; }
span { border-color: rgb(20,54,153); }
td.TdClassName
{
border-color: #143699;
}
.TagClassName
{
border-color: #143699;
}
</style>