Shades of Egyptian Blue #143D99
Tints of Egyptian Blue #143D99
RGB
CMYK
RGB Variations
Color information
#143D99 (or 0x143D99) is known color: Egyptian Blue. HEX triplet: 14, 3D and 99. RGB value is (20,61,153). Sum of RGB (Red+Green+Blue) = 20+61+153=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #143D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D99 is #EBC266. Grayscale: #3A3A3A. Windows color (decimal): -15450727 or 10042644. OLE color: 10042644.
HSL color Cylindrical-coordinate representation of color #143D99: hue angle of 221.5º 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 #143D99 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 61 | 153 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.4 |
| HSL | 221.5º | 0.77% | 0.34% | - |
| HSV(B) | 221.5º | 0.87% | 0.6% | - |
| XYZ | 7.71 | 5.79 | 30.85 | - |
| YUV | 59.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 153 | 0.87 | 0.60 | 0 | 0.4 | 221.5 | 0.77 | 0.34 |
| Hex | 14 | 3D | 99 | 57 | 3C | 0 | 28 | DE | 4D | 22 |
| Octal | 24 | 75 | 231 | 127 | 74 | 0 | 50 | 336 | 115 | 42 |
| Binary | 10100 | 111101 | 10011001 | 1010111 | 111100 | 0 | 101000 | 11011110 | 1001101 | 100010 |
Color Harmonies of #143D99
Complementary color
Monochromatic Colors of #143D99
Black with #143D99
Text Example
Text Example
White with #143D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D99; }
p { color: rgb(20,61,153); }
H1.HeaderClassName
{
color: #143D99;
}
.AnyTagClassName
{
color: #143D99;
}
</style>
background-color css
<style>
a { background-color: #143D99; }
a { background-color: rgb(20,61,153); }
div.DivClassName
{
background-color: #143D99;
}
.BgClassName
{
background-color: #143D99;
}
</style>
border-color css
<style>
span { border-color: #143D99; }
span { border-color: rgb(20,61,153); }
td.TdClassName
{
border-color: #143D99;
}
.TagClassName
{
border-color: #143D99;
}
</style>