Shades of Egyptian Blue #143FAA
Tints of Egyptian Blue #143FAA
RGB
CMYK
RGB Variations
Color information
#143FAA (or 0x143FAA) is known color: Egyptian Blue. HEX triplet: 14, 3F and AA. RGB value is (20,63,170). Sum of RGB (Red+Green+Blue) = 20+63+170=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #143FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FAA is #EBC055. Grayscale: #3D3D3D. Windows color (decimal): -15450198 or 11157268. OLE color: 11157268.
HSL color Cylindrical-coordinate representation of color #143FAA: hue angle of 222.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143FAA is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 63 | 170 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.33 |
| HSL | 222.8º | 0.79% | 0.37% | - |
| HSV(B) | 222.8º | 0.88% | 0.67% | - |
| XYZ | 9.32 | 6.61 | 38.81 | - |
| YUV | 62.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 170 | 0.88 | 0.63 | 0 | 0.33 | 222.8 | 0.79 | 0.37 |
| Hex | 14 | 3F | AA | 58 | 3F | 0 | 21 | DF | 4F | 25 |
| Octal | 24 | 77 | 252 | 130 | 77 | 0 | 41 | 337 | 117 | 45 |
| Binary | 10100 | 111111 | 10101010 | 1011000 | 111111 | 0 | 100001 | 11011111 | 1001111 | 100101 |
Color Harmonies of #143FAA
Complementary color
Monochromatic Colors of #143FAA
Black with #143FAA
Text Example
Text Example
White with #143FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FAA; }
p { color: rgb(20,63,170); }
H1.HeaderClassName
{
color: #143FAA;
}
.AnyTagClassName
{
color: #143FAA;
}
</style>
background-color css
<style>
a { background-color: #143FAA; }
a { background-color: rgb(20,63,170); }
div.DivClassName
{
background-color: #143FAA;
}
.BgClassName
{
background-color: #143FAA;
}
</style>
border-color css
<style>
span { border-color: #143FAA; }
span { border-color: rgb(20,63,170); }
td.TdClassName
{
border-color: #143FAA;
}
.TagClassName
{
border-color: #143FAA;
}
</style>