Shades of Egyptian Blue #143FAD
Tints of Egyptian Blue #143FAD
RGB
CMYK
RGB Variations
Color information
#143FAD (or 0x143FAD) is known color: Egyptian Blue. HEX triplet: 14, 3F and AD. RGB value is (20,63,173). Sum of RGB (Red+Green+Blue) = 20+63+173=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #143FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FAD is #EBC052. Grayscale: #3E3E3E. Windows color (decimal): -15450195 or 11353876. OLE color: 11353876.
HSL color Cylindrical-coordinate representation of color #143FAD: hue angle of 223.14º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143FAD is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 63 | 173 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.32 |
| HSL | 223.14º | 0.79% | 0.38% | - |
| HSV(B) | 223.14º | 0.88% | 0.68% | - |
| XYZ | 9.61 | 6.72 | 40.33 | - |
| YUV | 62.68 | 190.25 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 173 | 0.88 | 0.64 | 0 | 0.32 | 223.14 | 0.79 | 0.38 |
| Hex | 14 | 3F | AD | 58 | 40 | 0 | 20 | DF | 4F | 26 |
| Octal | 24 | 77 | 255 | 130 | 100 | 0 | 40 | 337 | 117 | 46 |
| Binary | 10100 | 111111 | 10101101 | 1011000 | 1000000 | 0 | 100000 | 11011111 | 1001111 | 100110 |
Color Harmonies of #143FAD
Complementary color
Monochromatic Colors of #143FAD
Black with #143FAD
Text Example
Text Example
White with #143FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FAD; }
p { color: rgb(20,63,173); }
H1.HeaderClassName
{
color: #143FAD;
}
.AnyTagClassName
{
color: #143FAD;
}
</style>
background-color css
<style>
a { background-color: #143FAD; }
a { background-color: rgb(20,63,173); }
div.DivClassName
{
background-color: #143FAD;
}
.BgClassName
{
background-color: #143FAD;
}
</style>
border-color css
<style>
span { border-color: #143FAD; }
span { border-color: rgb(20,63,173); }
td.TdClassName
{
border-color: #143FAD;
}
.TagClassName
{
border-color: #143FAD;
}
</style>