Shades of Egyptian Blue #143392
Tints of Egyptian Blue #143392
RGB
CMYK
RGB Variations
Color information
#143392 (or 0x143392) is known color: Egyptian Blue. HEX triplet: 14, 33 and 92. RGB value is (20,51,146). Sum of RGB (Red+Green+Blue) = 20+51+146=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #143392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143392 is #EBCC6D. Grayscale: #343434. Windows color (decimal): -15453294 or 9581332. OLE color: 9581332.
HSL color Cylindrical-coordinate representation of color #143392: hue angle of 225.24º 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 #143392 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 51 | 146 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.43 |
| HSL | 225.24º | 0.76% | 0.33% | - |
| HSV(B) | 225.24º | 0.86% | 0.57% | - |
| XYZ | 6.66 | 4.59 | 27.73 | - |
| YUV | 52.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 146 | 0.86 | 0.65 | 0 | 0.43 | 225.24 | 0.76 | 0.33 |
| Hex | 14 | 33 | 92 | 56 | 41 | 0 | 2B | E1 | 4C | 21 |
| Octal | 24 | 63 | 222 | 126 | 101 | 0 | 53 | 341 | 114 | 41 |
| Binary | 10100 | 110011 | 10010010 | 1010110 | 1000001 | 0 | 101011 | 11100001 | 1001100 | 100001 |
Color Harmonies of #143392
Complementary color
Monochromatic Colors of #143392
Black with #143392
Text Example
Text Example
White with #143392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143392; }
p { color: rgb(20,51,146); }
H1.HeaderClassName
{
color: #143392;
}
.AnyTagClassName
{
color: #143392;
}
</style>
background-color css
<style>
a { background-color: #143392; }
a { background-color: rgb(20,51,146); }
div.DivClassName
{
background-color: #143392;
}
.BgClassName
{
background-color: #143392;
}
</style>
border-color css
<style>
span { border-color: #143392; }
span { border-color: rgb(20,51,146); }
td.TdClassName
{
border-color: #143392;
}
.TagClassName
{
border-color: #143392;
}
</style>