Shades of Egyptian Blue #143399
Tints of Egyptian Blue #143399
RGB
CMYK
RGB Variations
Color information
#143399 (or 0x143399) is known color: Egyptian Blue. HEX triplet: 14, 33 and 99. RGB value is (20,51,153). Sum of RGB (Red+Green+Blue) = 20+51+153=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #143399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143399 is #EBCC66. Grayscale: #343434. Windows color (decimal): -15453287 or 10040084. OLE color: 10040084.
HSL color Cylindrical-coordinate representation of color #143399: hue angle of 226.02º 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 #143399 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 51 | 153 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.4 |
| HSL | 226.02º | 0.77% | 0.34% | - |
| HSV(B) | 226.02º | 0.87% | 0.6% | - |
| XYZ | 7.22 | 4.82 | 30.69 | - |
| YUV | 53.36 | 184.23 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 153 | 0.87 | 0.67 | 0 | 0.4 | 226.02 | 0.77 | 0.34 |
| Hex | 14 | 33 | 99 | 57 | 43 | 0 | 28 | E2 | 4D | 22 |
| Octal | 24 | 63 | 231 | 127 | 103 | 0 | 50 | 342 | 115 | 42 |
| Binary | 10100 | 110011 | 10011001 | 1010111 | 1000011 | 0 | 101000 | 11100010 | 1001101 | 100010 |
Color Harmonies of #143399
Complementary color
Monochromatic Colors of #143399
Black with #143399
Text Example
Text Example
White with #143399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143399; }
p { color: rgb(20,51,153); }
H1.HeaderClassName
{
color: #143399;
}
.AnyTagClassName
{
color: #143399;
}
</style>
background-color css
<style>
a { background-color: #143399; }
a { background-color: rgb(20,51,153); }
div.DivClassName
{
background-color: #143399;
}
.BgClassName
{
background-color: #143399;
}
</style>
border-color css
<style>
span { border-color: #143399; }
span { border-color: rgb(20,51,153); }
td.TdClassName
{
border-color: #143399;
}
.TagClassName
{
border-color: #143399;
}
</style>