Shades of Egyptian Blue #14449A
Tints of Egyptian Blue #14449A
RGB
CMYK
RGB Variations
Color information
#14449A (or 0x14449A) is known color: Egyptian Blue. HEX triplet: 14, 44 and 9A. RGB value is (20,68,154). Sum of RGB (Red+Green+Blue) = 20+68+154=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #14449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14449A is #EBBB65. Grayscale: #3F3F3F. Windows color (decimal): -15448934 or 10109972. OLE color: 10109972.
HSL color Cylindrical-coordinate representation of color #14449A: hue angle of 218.51º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14449A is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 68 | 154 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.40 |
| HSL | 218.51º | 0.77% | 0.34% | - |
| HSV(B) | 218.51º | 0.87% | 0.6% | - |
| XYZ | 8.19 | 6.62 | 31.42 | - |
| YUV | 63.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 154 | 0.87 | 0.56 | 0 | 0.40 | 218.51 | 0.77 | 0.34 |
| Hex | 14 | 44 | 9A | 57 | 38 | 0 | 28 | DB | 4D | 22 |
| Octal | 24 | 104 | 232 | 127 | 70 | 0 | 50 | 333 | 115 | 42 |
| Binary | 10100 | 1000100 | 10011010 | 1010111 | 111000 | 0 | 101000 | 11011011 | 1001101 | 100010 |
Color Harmonies of #14449A
Complementary color
Monochromatic Colors of #14449A
Black with #14449A
Text Example
Text Example
White with #14449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14449A; }
p { color: rgb(20,68,154); }
H1.HeaderClassName
{
color: #14449A;
}
.AnyTagClassName
{
color: #14449A;
}
</style>
background-color css
<style>
a { background-color: #14449A; }
a { background-color: rgb(20,68,154); }
div.DivClassName
{
background-color: #14449A;
}
.BgClassName
{
background-color: #14449A;
}
</style>
border-color css
<style>
span { border-color: #14449A; }
span { border-color: rgb(20,68,154); }
td.TdClassName
{
border-color: #14449A;
}
.TagClassName
{
border-color: #14449A;
}
</style>