Shades of Egyptian Blue #143FAC
Tints of Egyptian Blue #143FAC
RGB
CMYK
RGB Variations
Color information
#143FAC (or 0x143FAC) is known color: Egyptian Blue. HEX triplet: 14, 3F and AC. RGB value is (20,63,172). Sum of RGB (Red+Green+Blue) = 20+63+172=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #143FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FAC is #EBC053. Grayscale: #3E3E3E. Windows color (decimal): -15450196 or 11288340. OLE color: 11288340.
HSL color Cylindrical-coordinate representation of color #143FAC: hue angle of 223.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143FAC is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 63 | 172 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.33 |
| HSL | 223.03º | 0.79% | 0.38% | - |
| HSV(B) | 223.03º | 0.88% | 0.67% | - |
| XYZ | 9.51 | 6.68 | 39.82 | - |
| YUV | 62.57 | 189.75 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 172 | 0.88 | 0.63 | 0 | 0.33 | 223.03 | 0.79 | 0.38 |
| Hex | 14 | 3F | AC | 58 | 3F | 0 | 21 | DF | 4F | 26 |
| Octal | 24 | 77 | 254 | 130 | 77 | 0 | 41 | 337 | 117 | 46 |
| Binary | 10100 | 111111 | 10101100 | 1011000 | 111111 | 0 | 100001 | 11011111 | 1001111 | 100110 |
Color Harmonies of #143FAC
Complementary color
Monochromatic Colors of #143FAC
Black with #143FAC
Text Example
Text Example
White with #143FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FAC; }
p { color: rgb(20,63,172); }
H1.HeaderClassName
{
color: #143FAC;
}
.AnyTagClassName
{
color: #143FAC;
}
</style>
background-color css
<style>
a { background-color: #143FAC; }
a { background-color: rgb(20,63,172); }
div.DivClassName
{
background-color: #143FAC;
}
.BgClassName
{
background-color: #143FAC;
}
</style>
border-color css
<style>
span { border-color: #143FAC; }
span { border-color: rgb(20,63,172); }
td.TdClassName
{
border-color: #143FAC;
}
.TagClassName
{
border-color: #143FAC;
}
</style>