Shades of Egyptian Blue #143CAD
Tints of Egyptian Blue #143CAD
RGB
CMYK
RGB Variations
Color information
#143CAD (or 0x143CAD) is known color: Egyptian Blue. HEX triplet: 14, 3C and AD. RGB value is (20,60,173). Sum of RGB (Red+Green+Blue) = 20+60+173=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #143CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143CAD is #EBC352. Grayscale: #3C3C3C. Windows color (decimal): -15450963 or 11353108. OLE color: 11353108.
HSL color Cylindrical-coordinate representation of color #143CAD: hue angle of 224.31º 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 #143CAD is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 60 | 173 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.32 |
| HSL | 224.31º | 0.79% | 0.38% | - |
| HSV(B) | 224.31º | 0.88% | 0.68% | - |
| XYZ | 9.45 | 6.4 | 40.27 | - |
| YUV | 60.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 173 | 0.88 | 0.65 | 0 | 0.32 | 224.31 | 0.79 | 0.38 |
| Hex | 14 | 3C | AD | 58 | 41 | 0 | 20 | E0 | 4F | 26 |
| Octal | 24 | 74 | 255 | 130 | 101 | 0 | 40 | 340 | 117 | 46 |
| Binary | 10100 | 111100 | 10101101 | 1011000 | 1000001 | 0 | 100000 | 11100000 | 1001111 | 100110 |
Color Harmonies of #143CAD
Complementary color
Monochromatic Colors of #143CAD
Black with #143CAD
Text Example
Text Example
White with #143CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CAD; }
p { color: rgb(20,60,173); }
H1.HeaderClassName
{
color: #143CAD;
}
.AnyTagClassName
{
color: #143CAD;
}
</style>
background-color css
<style>
a { background-color: #143CAD; }
a { background-color: rgb(20,60,173); }
div.DivClassName
{
background-color: #143CAD;
}
.BgClassName
{
background-color: #143CAD;
}
</style>
border-color css
<style>
span { border-color: #143CAD; }
span { border-color: rgb(20,60,173); }
td.TdClassName
{
border-color: #143CAD;
}
.TagClassName
{
border-color: #143CAD;
}
</style>