Shades of Egyptian Blue #14369F
Tints of Egyptian Blue #14369F
RGB
CMYK
RGB Variations
Color information
#14369F (or 0x14369F) is known color: Egyptian Blue. HEX triplet: 14, 36 and 9F. RGB value is (20,54,159). Sum of RGB (Red+Green+Blue) = 20+54+159=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #14369F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14369F is #EBC960. Grayscale: #373737. Windows color (decimal): -15452513 or 10434068. OLE color: 10434068.
HSL color Cylindrical-coordinate representation of color #14369F: hue angle of 225.32º degrees, saturation: 0.78, 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 #14369F is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 54 | 159 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.38 |
| HSL | 225.32º | 0.78% | 0.35% | - |
| HSV(B) | 225.32º | 0.87% | 0.62% | - |
| XYZ | 7.87 | 5.29 | 33.41 | - |
| YUV | 55.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 159 | 0.87 | 0.66 | 0 | 0.38 | 225.32 | 0.78 | 0.35 |
| Hex | 14 | 36 | 9F | 57 | 42 | 0 | 26 | E1 | 4E | 23 |
| Octal | 24 | 66 | 237 | 127 | 102 | 0 | 46 | 341 | 116 | 43 |
| Binary | 10100 | 110110 | 10011111 | 1010111 | 1000010 | 0 | 100110 | 11100001 | 1001110 | 100011 |
Color Harmonies of #14369F
Complementary color
Monochromatic Colors of #14369F
Black with #14369F
Text Example
Text Example
White with #14369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14369F; }
p { color: rgb(20,54,159); }
H1.HeaderClassName
{
color: #14369F;
}
.AnyTagClassName
{
color: #14369F;
}
</style>
background-color css
<style>
a { background-color: #14369F; }
a { background-color: rgb(20,54,159); }
div.DivClassName
{
background-color: #14369F;
}
.BgClassName
{
background-color: #14369F;
}
</style>
border-color css
<style>
span { border-color: #14369F; }
span { border-color: rgb(20,54,159); }
td.TdClassName
{
border-color: #14369F;
}
.TagClassName
{
border-color: #14369F;
}
</style>