Shades of Egyptian Blue #143E97
Tints of Egyptian Blue #143E97
RGB
CMYK
RGB Variations
Color information
#143E97 (or 0x143E97) is known color: Egyptian Blue. HEX triplet: 14, 3E and 97. RGB value is (20,62,151). Sum of RGB (Red+Green+Blue) = 20+62+151=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 151 (59.38% from 255 or 64.81% from 233); Max value from RGB is 151 - color contains mainly: blue. Hex color #143E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E97 is #EBC168. Grayscale: #3B3B3B. Windows color (decimal): -15450473 or 9911828. OLE color: 9911828.
HSL color Cylindrical-coordinate representation of color #143E97: hue angle of 220.76º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143E97 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 62 | 151 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.41 |
| HSL | 220.76º | 0.77% | 0.34% | - |
| HSV(B) | 220.76º | 0.87% | 0.59% | - |
| XYZ | 7.6 | 5.83 | 30 | - |
| YUV | 59.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 151 | 0.87 | 0.59 | 0 | 0.41 | 220.76 | 0.77 | 0.34 |
| Hex | 14 | 3E | 97 | 57 | 3B | 0 | 29 | DD | 4D | 22 |
| Octal | 24 | 76 | 227 | 127 | 73 | 0 | 51 | 335 | 115 | 42 |
| Binary | 10100 | 111110 | 10010111 | 1010111 | 111011 | 0 | 101001 | 11011101 | 1001101 | 100010 |
Color Harmonies of #143E97
Complementary color
Monochromatic Colors of #143E97
Black with #143E97
Text Example
Text Example
White with #143E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E97; }
p { color: rgb(20,62,151); }
H1.HeaderClassName
{
color: #143E97;
}
.AnyTagClassName
{
color: #143E97;
}
</style>
background-color css
<style>
a { background-color: #143E97; }
a { background-color: rgb(20,62,151); }
div.DivClassName
{
background-color: #143E97;
}
.BgClassName
{
background-color: #143E97;
}
</style>
border-color css
<style>
span { border-color: #143E97; }
span { border-color: rgb(20,62,151); }
td.TdClassName
{
border-color: #143E97;
}
.TagClassName
{
border-color: #143E97;
}
</style>