Shades of Egyptian Blue #14359C
Tints of Egyptian Blue #14359C
RGB
CMYK
RGB Variations
Color information
#14359C (or 0x14359C) is known color: Egyptian Blue. HEX triplet: 14, 35 and 9C. RGB value is (20,53,156). Sum of RGB (Red+Green+Blue) = 20+53+156=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #14359C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14359C is #EBCA63. Grayscale: #363636. Windows color (decimal): -15452772 or 10237204. OLE color: 10237204.
HSL color Cylindrical-coordinate representation of color #14359C: hue angle of 225.44º 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 #14359C is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 53 | 156 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.39 |
| HSL | 225.44º | 0.77% | 0.35% | - |
| HSV(B) | 225.44º | 0.87% | 0.61% | - |
| XYZ | 7.56 | 5.1 | 32.04 | - |
| YUV | 54.88 | 185.07 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 156 | 0.87 | 0.66 | 0 | 0.39 | 225.44 | 0.77 | 0.35 |
| Hex | 14 | 35 | 9C | 57 | 42 | 0 | 27 | E1 | 4D | 23 |
| Octal | 24 | 65 | 234 | 127 | 102 | 0 | 47 | 341 | 115 | 43 |
| Binary | 10100 | 110101 | 10011100 | 1010111 | 1000010 | 0 | 100111 | 11100001 | 1001101 | 100011 |
Color Harmonies of #14359C
Complementary color
Monochromatic Colors of #14359C
Black with #14359C
Text Example
Text Example
White with #14359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14359C; }
p { color: rgb(20,53,156); }
H1.HeaderClassName
{
color: #14359C;
}
.AnyTagClassName
{
color: #14359C;
}
</style>
background-color css
<style>
a { background-color: #14359C; }
a { background-color: rgb(20,53,156); }
div.DivClassName
{
background-color: #14359C;
}
.BgClassName
{
background-color: #14359C;
}
</style>
border-color css
<style>
span { border-color: #14359C; }
span { border-color: rgb(20,53,156); }
td.TdClassName
{
border-color: #14359C;
}
.TagClassName
{
border-color: #14359C;
}
</style>