Shades of Egyptian Blue #143DA9
Tints of Egyptian Blue #143DA9
RGB
CMYK
RGB Variations
Color information
#143DA9 (or 0x143DA9) is known color: Egyptian Blue. HEX triplet: 14, 3D and A9. RGB value is (20,61,169). Sum of RGB (Red+Green+Blue) = 20+61+169=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #143DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143DA9 is #EBC256. Grayscale: #3C3C3C. Windows color (decimal): -15450711 or 11091220. OLE color: 11091220.
HSL color Cylindrical-coordinate representation of color #143DA9: hue angle of 223.49º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143DA9 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 61 | 169 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.34 |
| HSL | 223.49º | 0.79% | 0.37% | - |
| HSV(B) | 223.49º | 0.88% | 0.66% | - |
| XYZ | 9.12 | 6.35 | 38.28 | - |
| YUV | 61.05 | 188.92 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 169 | 0.88 | 0.64 | 0 | 0.34 | 223.49 | 0.79 | 0.37 |
| Hex | 14 | 3D | A9 | 58 | 40 | 0 | 22 | DF | 4F | 25 |
| Octal | 24 | 75 | 251 | 130 | 100 | 0 | 42 | 337 | 117 | 45 |
| Binary | 10100 | 111101 | 10101001 | 1011000 | 1000000 | 0 | 100010 | 11011111 | 1001111 | 100101 |
Color Harmonies of #143DA9
Complementary color
Monochromatic Colors of #143DA9
Black with #143DA9
Text Example
Text Example
White with #143DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143DA9; }
p { color: rgb(20,61,169); }
H1.HeaderClassName
{
color: #143DA9;
}
.AnyTagClassName
{
color: #143DA9;
}
</style>
background-color css
<style>
a { background-color: #143DA9; }
a { background-color: rgb(20,61,169); }
div.DivClassName
{
background-color: #143DA9;
}
.BgClassName
{
background-color: #143DA9;
}
</style>
border-color css
<style>
span { border-color: #143DA9; }
span { border-color: rgb(20,61,169); }
td.TdClassName
{
border-color: #143DA9;
}
.TagClassName
{
border-color: #143DA9;
}
</style>