Shades of Egyptian Blue #143FA9
Tints of Egyptian Blue #143FA9
RGB
CMYK
RGB Variations
Color information
#143FA9 (or 0x143FA9) is known color: Egyptian Blue. HEX triplet: 14, 3F and A9. RGB value is (20,63,169). Sum of RGB (Red+Green+Blue) = 20+63+169=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 169 (66.41% from 255 or 67.06% from 252); Max value from RGB is 169 - color contains mainly: blue. Hex color #143FA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FA9 is #EBC056. Grayscale: #3D3D3D. Windows color (decimal): -15450199 or 11091732. OLE color: 11091732.
HSL color Cylindrical-coordinate representation of color #143FA9: hue angle of 222.68º 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 #143FA9 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 63 | 169 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.34 |
| HSL | 222.68º | 0.79% | 0.37% | - |
| HSV(B) | 222.68º | 0.88% | 0.66% | - |
| XYZ | 9.23 | 6.57 | 38.32 | - |
| YUV | 62.23 | 188.25 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 169 | 0.88 | 0.63 | 0 | 0.34 | 222.68 | 0.79 | 0.37 |
| Hex | 14 | 3F | A9 | 58 | 3F | 0 | 22 | DF | 4F | 25 |
| Octal | 24 | 77 | 251 | 130 | 77 | 0 | 42 | 337 | 117 | 45 |
| Binary | 10100 | 111111 | 10101001 | 1011000 | 111111 | 0 | 100010 | 11011111 | 1001111 | 100101 |
Color Harmonies of #143FA9
Complementary color
Monochromatic Colors of #143FA9
Black with #143FA9
Text Example
Text Example
White with #143FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FA9; }
p { color: rgb(20,63,169); }
H1.HeaderClassName
{
color: #143FA9;
}
.AnyTagClassName
{
color: #143FA9;
}
</style>
background-color css
<style>
a { background-color: #143FA9; }
a { background-color: rgb(20,63,169); }
div.DivClassName
{
background-color: #143FA9;
}
.BgClassName
{
background-color: #143FA9;
}
</style>
border-color css
<style>
span { border-color: #143FA9; }
span { border-color: rgb(20,63,169); }
td.TdClassName
{
border-color: #143FA9;
}
.TagClassName
{
border-color: #143FA9;
}
</style>