Shades of Egyptian Blue #143892
Tints of Egyptian Blue #143892
RGB
CMYK
RGB Variations
Color information
#143892 (or 0x143892) is known color: Egyptian Blue. HEX triplet: 14, 38 and 92. RGB value is (20,56,146). Sum of RGB (Red+Green+Blue) = 20+56+146=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #143892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143892 is #EBC76D. Grayscale: #373737. Windows color (decimal): -15452014 or 9582612. OLE color: 9582612.
HSL color Cylindrical-coordinate representation of color #143892: hue angle of 222.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143892 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 56 | 146 | - |
| CMYK | 0.86 | 0.62 | 0 | 0.43 |
| HSL | 222.86º | 0.76% | 0.33% | - |
| HSV(B) | 222.86º | 0.86% | 0.57% | - |
| XYZ | 6.89 | 5.05 | 27.81 | - |
| YUV | 55.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 146 | 0.86 | 0.62 | 0 | 0.43 | 222.86 | 0.76 | 0.33 |
| Hex | 14 | 38 | 92 | 56 | 3E | 0 | 2B | DF | 4C | 21 |
| Octal | 24 | 70 | 222 | 126 | 76 | 0 | 53 | 337 | 114 | 41 |
| Binary | 10100 | 111000 | 10010010 | 1010110 | 111110 | 0 | 101011 | 11011111 | 1001100 | 100001 |
Color Harmonies of #143892
Complementary color
Monochromatic Colors of #143892
Black with #143892
Text Example
Text Example
White with #143892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143892; }
p { color: rgb(20,56,146); }
H1.HeaderClassName
{
color: #143892;
}
.AnyTagClassName
{
color: #143892;
}
</style>
background-color css
<style>
a { background-color: #143892; }
a { background-color: rgb(20,56,146); }
div.DivClassName
{
background-color: #143892;
}
.BgClassName
{
background-color: #143892;
}
</style>
border-color css
<style>
span { border-color: #143892; }
span { border-color: rgb(20,56,146); }
td.TdClassName
{
border-color: #143892;
}
.TagClassName
{
border-color: #143892;
}
</style>