Shades of Egyptian Blue #14449D
Tints of Egyptian Blue #14449D
RGB
CMYK
RGB Variations
Color information
#14449D (or 0x14449D) is known color: Egyptian Blue. HEX triplet: 14, 44 and 9D. RGB value is (20,68,157). Sum of RGB (Red+Green+Blue) = 20+68+157=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #14449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14449D is #EBBB62. Grayscale: #3F3F3F. Windows color (decimal): -15448931 or 10306580. OLE color: 10306580.
HSL color Cylindrical-coordinate representation of color #14449D: hue angle of 218.98º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14449D is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 68 | 157 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.38 |
| HSL | 218.98º | 0.77% | 0.35% | - |
| HSV(B) | 218.98º | 0.87% | 0.62% | - |
| XYZ | 8.44 | 6.72 | 32.75 | - |
| YUV | 63.79 | 180.6 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 157 | 0.87 | 0.57 | 0 | 0.38 | 218.98 | 0.77 | 0.35 |
| Hex | 14 | 44 | 9D | 57 | 39 | 0 | 26 | DB | 4D | 23 |
| Octal | 24 | 104 | 235 | 127 | 71 | 0 | 46 | 333 | 115 | 43 |
| Binary | 10100 | 1000100 | 10011101 | 1010111 | 111001 | 0 | 100110 | 11011011 | 1001101 | 100011 |
Color Harmonies of #14449D
Complementary color
Monochromatic Colors of #14449D
Black with #14449D
Text Example
Text Example
White with #14449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14449D; }
p { color: rgb(20,68,157); }
H1.HeaderClassName
{
color: #14449D;
}
.AnyTagClassName
{
color: #14449D;
}
</style>
background-color css
<style>
a { background-color: #14449D; }
a { background-color: rgb(20,68,157); }
div.DivClassName
{
background-color: #14449D;
}
.BgClassName
{
background-color: #14449D;
}
</style>
border-color css
<style>
span { border-color: #14449D; }
span { border-color: rgb(20,68,157); }
td.TdClassName
{
border-color: #14449D;
}
.TagClassName
{
border-color: #14449D;
}
</style>