Shades of Egyptian Blue #144394
Tints of Egyptian Blue #144394
RGB
CMYK
RGB Variations
Color information
#144394 (or 0x144394) is known color: Egyptian Blue. HEX triplet: 14, 43 and 94. RGB value is (20,67,148). Sum of RGB (Red+Green+Blue) = 20+67+148=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #144394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144394 is #EBBC6B. Grayscale: #3D3D3D. Windows color (decimal): -15449196 or 9716500. OLE color: 9716500.
HSL color Cylindrical-coordinate representation of color #144394: hue angle of 217.97º 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 #144394 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 67 | 148 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.42 |
| HSL | 217.97º | 0.76% | 0.33% | - |
| HSV(B) | 217.97º | 0.86% | 0.58% | - |
| XYZ | 7.64 | 6.3 | 28.83 | - |
| YUV | 62.18 | 176.43 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 148 | 0.86 | 0.55 | 0 | 0.42 | 217.97 | 0.76 | 0.33 |
| Hex | 14 | 43 | 94 | 56 | 37 | 0 | 2A | DA | 4C | 21 |
| Octal | 24 | 103 | 224 | 126 | 67 | 0 | 52 | 332 | 114 | 41 |
| Binary | 10100 | 1000011 | 10010100 | 1010110 | 110111 | 0 | 101010 | 11011010 | 1001100 | 100001 |
Color Harmonies of #144394
Complementary color
Monochromatic Colors of #144394
Black with #144394
Text Example
Text Example
White with #144394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144394; }
p { color: rgb(20,67,148); }
H1.HeaderClassName
{
color: #144394;
}
.AnyTagClassName
{
color: #144394;
}
</style>
background-color css
<style>
a { background-color: #144394; }
a { background-color: rgb(20,67,148); }
div.DivClassName
{
background-color: #144394;
}
.BgClassName
{
background-color: #144394;
}
</style>
border-color css
<style>
span { border-color: #144394; }
span { border-color: rgb(20,67,148); }
td.TdClassName
{
border-color: #144394;
}
.TagClassName
{
border-color: #144394;
}
</style>