Shades of Egyptian Blue #14319B
Tints of Egyptian Blue #14319B
RGB
CMYK
RGB Variations
Color information
#14319B (or 0x14319B) is known color: Egyptian Blue. HEX triplet: 14, 31 and 9B. RGB value is (20,49,155). Sum of RGB (Red+Green+Blue) = 20+49+155=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #14319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14319B is #EBCE64. Grayscale: #333333. Windows color (decimal): -15453797 or 10170644. OLE color: 10170644.
HSL color Cylindrical-coordinate representation of color #14319B: hue angle of 227.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14319B is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 49 | 155 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.39 |
| HSL | 227.11º | 0.77% | 0.34% | - |
| HSV(B) | 227.11º | 0.87% | 0.61% | - |
| XYZ | 7.3 | 4.71 | 31.53 | - |
| YUV | 52.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 155 | 0.87 | 0.68 | 0 | 0.39 | 227.11 | 0.77 | 0.34 |
| Hex | 14 | 31 | 9B | 57 | 44 | 0 | 27 | E3 | 4D | 22 |
| Octal | 24 | 61 | 233 | 127 | 104 | 0 | 47 | 343 | 115 | 42 |
| Binary | 10100 | 110001 | 10011011 | 1010111 | 1000100 | 0 | 100111 | 11100011 | 1001101 | 100010 |
Color Harmonies of #14319B
Complementary color
Monochromatic Colors of #14319B
Black with #14319B
Text Example
Text Example
White with #14319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14319B; }
p { color: rgb(20,49,155); }
H1.HeaderClassName
{
color: #14319B;
}
.AnyTagClassName
{
color: #14319B;
}
</style>
background-color css
<style>
a { background-color: #14319B; }
a { background-color: rgb(20,49,155); }
div.DivClassName
{
background-color: #14319B;
}
.BgClassName
{
background-color: #14319B;
}
</style>
border-color css
<style>
span { border-color: #14319B; }
span { border-color: rgb(20,49,155); }
td.TdClassName
{
border-color: #14319B;
}
.TagClassName
{
border-color: #14319B;
}
</style>