Shades of Egyptian Blue #143895
Tints of Egyptian Blue #143895
RGB
CMYK
RGB Variations
Color information
#143895 (or 0x143895) is known color: Egyptian Blue. HEX triplet: 14, 38 and 95. RGB value is (20,56,149). Sum of RGB (Red+Green+Blue) = 20+56+149=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #143895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143895 is #EBC76A. Grayscale: #373737. Windows color (decimal): -15452011 or 9779220. OLE color: 9779220.
HSL color Cylindrical-coordinate representation of color #143895: hue angle of 223.26º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143895 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 56 | 149 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.42 |
| HSL | 223.26º | 0.76% | 0.33% | - |
| HSV(B) | 223.26º | 0.87% | 0.58% | - |
| XYZ | 7.13 | 5.15 | 29.05 | - |
| YUV | 55.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 149 | 0.87 | 0.62 | 0 | 0.42 | 223.26 | 0.76 | 0.33 |
| Hex | 14 | 38 | 95 | 57 | 3E | 0 | 2A | DF | 4C | 21 |
| Octal | 24 | 70 | 225 | 127 | 76 | 0 | 52 | 337 | 114 | 41 |
| Binary | 10100 | 111000 | 10010101 | 1010111 | 111110 | 0 | 101010 | 11011111 | 1001100 | 100001 |
Color Harmonies of #143895
Complementary color
Monochromatic Colors of #143895
Black with #143895
Text Example
Text Example
White with #143895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143895; }
p { color: rgb(20,56,149); }
H1.HeaderClassName
{
color: #143895;
}
.AnyTagClassName
{
color: #143895;
}
</style>
background-color css
<style>
a { background-color: #143895; }
a { background-color: rgb(20,56,149); }
div.DivClassName
{
background-color: #143895;
}
.BgClassName
{
background-color: #143895;
}
</style>
border-color css
<style>
span { border-color: #143895; }
span { border-color: rgb(20,56,149); }
td.TdClassName
{
border-color: #143895;
}
.TagClassName
{
border-color: #143895;
}
</style>