Shades of Egyptian Blue #143091
Tints of Egyptian Blue #143091
RGB
CMYK
RGB Variations
Color information
#143091 (or 0x143091) is known color: Egyptian Blue. HEX triplet: 14, 30 and 91. RGB value is (20,48,145). Sum of RGB (Red+Green+Blue) = 20+48+145=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #143091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143091 is #EBCF6E. Grayscale: #323232. Windows color (decimal): -15454063 or 9515028. OLE color: 9515028.
HSL color Cylindrical-coordinate representation of color #143091: hue angle of 226.56º 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 #143091 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 48 | 145 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.43 |
| HSL | 226.56º | 0.76% | 0.32% | - |
| HSV(B) | 226.56º | 0.86% | 0.57% | - |
| XYZ | 6.46 | 4.31 | 27.28 | - |
| YUV | 50.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 145 | 0.86 | 0.67 | 0 | 0.43 | 226.56 | 0.76 | 0.32 |
| Hex | 14 | 30 | 91 | 56 | 43 | 0 | 2B | E3 | 4C | 20 |
| Octal | 24 | 60 | 221 | 126 | 103 | 0 | 53 | 343 | 114 | 40 |
| Binary | 10100 | 110000 | 10010001 | 1010110 | 1000011 | 0 | 101011 | 11100011 | 1001100 | 100000 |
Color Harmonies of #143091
Complementary color
Monochromatic Colors of #143091
Black with #143091
Text Example
Text Example
White with #143091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143091; }
p { color: rgb(20,48,145); }
H1.HeaderClassName
{
color: #143091;
}
.AnyTagClassName
{
color: #143091;
}
</style>
background-color css
<style>
a { background-color: #143091; }
a { background-color: rgb(20,48,145); }
div.DivClassName
{
background-color: #143091;
}
.BgClassName
{
background-color: #143091;
}
</style>
border-color css
<style>
span { border-color: #143091; }
span { border-color: rgb(20,48,145); }
td.TdClassName
{
border-color: #143091;
}
.TagClassName
{
border-color: #143091;
}
</style>