Shades of Egyptian Blue #14289C
Tints of Egyptian Blue #14289C
RGB
CMYK
RGB Variations
Color information
#14289C (or 0x14289C) is known color: Egyptian Blue. HEX triplet: 14, 28 and 9C. RGB value is (20,40,156). Sum of RGB (Red+Green+Blue) = 20+40+156=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #14289C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14289C is #EBD763. Grayscale: #2E2E2E. Windows color (decimal): -15456100 or 10233876. OLE color: 10233876.
HSL color Cylindrical-coordinate representation of color #14289C: hue angle of 231.18º 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 #14289C is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 40 | 156 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.39 |
| HSL | 231.18º | 0.77% | 0.35% | - |
| HSV(B) | 231.18º | 0.87% | 0.61% | - |
| XYZ | 7.05 | 4.07 | 31.87 | - |
| YUV | 47.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 156 | 0.87 | 0.74 | 0 | 0.39 | 231.18 | 0.77 | 0.35 |
| Hex | 14 | 28 | 9C | 57 | 4A | 0 | 27 | E7 | 4D | 23 |
| Octal | 24 | 50 | 234 | 127 | 112 | 0 | 47 | 347 | 115 | 43 |
| Binary | 10100 | 101000 | 10011100 | 1010111 | 1001010 | 0 | 100111 | 11100111 | 1001101 | 100011 |
Color Harmonies of #14289C
Complementary color
Monochromatic Colors of #14289C
Black with #14289C
Text Example
Text Example
White with #14289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14289C; }
p { color: rgb(20,40,156); }
H1.HeaderClassName
{
color: #14289C;
}
.AnyTagClassName
{
color: #14289C;
}
</style>
background-color css
<style>
a { background-color: #14289C; }
a { background-color: rgb(20,40,156); }
div.DivClassName
{
background-color: #14289C;
}
.BgClassName
{
background-color: #14289C;
}
</style>
border-color css
<style>
span { border-color: #14289C; }
span { border-color: rgb(20,40,156); }
td.TdClassName
{
border-color: #14289C;
}
.TagClassName
{
border-color: #14289C;
}
</style>