Shades of Egyptian Blue #14479C
Tints of Egyptian Blue #14479C
RGB
CMYK
RGB Variations
Color information
#14479C (or 0x14479C) is known color: Egyptian Blue. HEX triplet: 14, 47 and 9C. RGB value is (20,71,156). Sum of RGB (Red+Green+Blue) = 20+71+156=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #14479C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14479C is #EBB863. Grayscale: #414141. Windows color (decimal): -15448164 or 10241812. OLE color: 10241812.
HSL color Cylindrical-coordinate representation of color #14479C: hue angle of 217.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14479C is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 71 | 156 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.39 |
| HSL | 217.5º | 0.77% | 0.35% | - |
| HSV(B) | 217.5º | 0.87% | 0.61% | - |
| XYZ | 8.54 | 7.06 | 32.36 | - |
| YUV | 65.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 156 | 0.87 | 0.54 | 0 | 0.39 | 217.5 | 0.77 | 0.35 |
| Hex | 14 | 47 | 9C | 57 | 36 | 0 | 27 | DA | 4D | 23 |
| Octal | 24 | 107 | 234 | 127 | 66 | 0 | 47 | 332 | 115 | 43 |
| Binary | 10100 | 1000111 | 10011100 | 1010111 | 110110 | 0 | 100111 | 11011010 | 1001101 | 100011 |
Color Harmonies of #14479C
Complementary color
Monochromatic Colors of #14479C
Black with #14479C
Text Example
Text Example
White with #14479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14479C; }
p { color: rgb(20,71,156); }
H1.HeaderClassName
{
color: #14479C;
}
.AnyTagClassName
{
color: #14479C;
}
</style>
background-color css
<style>
a { background-color: #14479C; }
a { background-color: rgb(20,71,156); }
div.DivClassName
{
background-color: #14479C;
}
.BgClassName
{
background-color: #14479C;
}
</style>
border-color css
<style>
span { border-color: #14479C; }
span { border-color: rgb(20,71,156); }
td.TdClassName
{
border-color: #14479C;
}
.TagClassName
{
border-color: #14479C;
}
</style>