Shades of Egyptian Blue #143694
Tints of Egyptian Blue #143694
RGB
CMYK
RGB Variations
Color information
#143694 (or 0x143694) is known color: Egyptian Blue. HEX triplet: 14, 36 and 94. RGB value is (20,54,148). Sum of RGB (Red+Green+Blue) = 20+54+148=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #143694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143694 is #EBC96B. Grayscale: #363636. Windows color (decimal): -15452524 or 9713172. OLE color: 9713172.
HSL color Cylindrical-coordinate representation of color #143694: hue angle of 224.06º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143694 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 54 | 148 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.42 |
| HSL | 224.06º | 0.76% | 0.33% | - |
| HSV(B) | 224.06º | 0.86% | 0.58% | - |
| XYZ | 6.95 | 4.93 | 28.6 | - |
| YUV | 54.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 148 | 0.86 | 0.64 | 0 | 0.42 | 224.06 | 0.76 | 0.33 |
| Hex | 14 | 36 | 94 | 56 | 40 | 0 | 2A | E0 | 4C | 21 |
| Octal | 24 | 66 | 224 | 126 | 100 | 0 | 52 | 340 | 114 | 41 |
| Binary | 10100 | 110110 | 10010100 | 1010110 | 1000000 | 0 | 101010 | 11100000 | 1001100 | 100001 |
Color Harmonies of #143694
Complementary color
Monochromatic Colors of #143694
Black with #143694
Text Example
Text Example
White with #143694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143694; }
p { color: rgb(20,54,148); }
H1.HeaderClassName
{
color: #143694;
}
.AnyTagClassName
{
color: #143694;
}
</style>
background-color css
<style>
a { background-color: #143694; }
a { background-color: rgb(20,54,148); }
div.DivClassName
{
background-color: #143694;
}
.BgClassName
{
background-color: #143694;
}
</style>
border-color css
<style>
span { border-color: #143694; }
span { border-color: rgb(20,54,148); }
td.TdClassName
{
border-color: #143694;
}
.TagClassName
{
border-color: #143694;
}
</style>