Shades of Egyptian Blue #143191
Tints of Egyptian Blue #143191
RGB
CMYK
RGB Variations
Color information
#143191 (or 0x143191) is known color: Egyptian Blue. HEX triplet: 14, 31 and 91. RGB value is (20,49,145). Sum of RGB (Red+Green+Blue) = 20+49+145=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #143191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143191 is #EBCE6E. Grayscale: #323232. Windows color (decimal): -15453807 or 9515284. OLE color: 9515284.
HSL color Cylindrical-coordinate representation of color #143191: hue angle of 226.08º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143191 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 49 | 145 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.43 |
| HSL | 226.08º | 0.76% | 0.32% | - |
| HSV(B) | 226.08º | 0.86% | 0.57% | - |
| XYZ | 6.5 | 4.39 | 27.29 | - |
| YUV | 51.27 | 180.89 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 145 | 0.86 | 0.66 | 0 | 0.43 | 226.08 | 0.76 | 0.32 |
| Hex | 14 | 31 | 91 | 56 | 42 | 0 | 2B | E2 | 4C | 20 |
| Octal | 24 | 61 | 221 | 126 | 102 | 0 | 53 | 342 | 114 | 40 |
| Binary | 10100 | 110001 | 10010001 | 1010110 | 1000010 | 0 | 101011 | 11100010 | 1001100 | 100000 |
Color Harmonies of #143191
Complementary color
Monochromatic Colors of #143191
Black with #143191
Text Example
Text Example
White with #143191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143191; }
p { color: rgb(20,49,145); }
H1.HeaderClassName
{
color: #143191;
}
.AnyTagClassName
{
color: #143191;
}
</style>
background-color css
<style>
a { background-color: #143191; }
a { background-color: rgb(20,49,145); }
div.DivClassName
{
background-color: #143191;
}
.BgClassName
{
background-color: #143191;
}
</style>
border-color css
<style>
span { border-color: #143191; }
span { border-color: rgb(20,49,145); }
td.TdClassName
{
border-color: #143191;
}
.TagClassName
{
border-color: #143191;
}
</style>