Shades of Egyptian Blue #14288C
Tints of Egyptian Blue #14288C
RGB
CMYK
RGB Variations
Color information
#14288C (or 0x14288C) is known color: Egyptian Blue. HEX triplet: 14, 28 and 8C. RGB value is (20,40,140). Sum of RGB (Red+Green+Blue) = 20+40+140=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #14288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14288C is #EBD773. Grayscale: #2D2D2D. Windows color (decimal): -15456116 or 9185300. OLE color: 9185300.
HSL color Cylindrical-coordinate representation of color #14288C: hue angle of 230º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14288C is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 40 | 140 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.45 |
| HSL | 230º | 0.75% | 0.31% | - |
| HSV(B) | 230º | 0.86% | 0.55% | - |
| XYZ | 5.78 | 3.56 | 25.19 | - |
| YUV | 45.42 | 181.37 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 140 | 0.86 | 0.71 | 0 | 0.45 | 230 | 0.75 | 0.31 |
| Hex | 14 | 28 | 8C | 56 | 47 | 0 | 2D | E6 | 4B | 1F |
| Octal | 24 | 50 | 214 | 126 | 107 | 0 | 55 | 346 | 113 | 37 |
| Binary | 10100 | 101000 | 10001100 | 1010110 | 1000111 | 0 | 101101 | 11100110 | 1001011 | 11111 |
Color Harmonies of #14288C
Complementary color
Monochromatic Colors of #14288C
Black with #14288C
Text Example
Text Example
White with #14288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14288C; }
p { color: rgb(20,40,140); }
H1.HeaderClassName
{
color: #14288C;
}
.AnyTagClassName
{
color: #14288C;
}
</style>
background-color css
<style>
a { background-color: #14288C; }
a { background-color: rgb(20,40,140); }
div.DivClassName
{
background-color: #14288C;
}
.BgClassName
{
background-color: #14288C;
}
</style>
border-color css
<style>
span { border-color: #14288C; }
span { border-color: rgb(20,40,140); }
td.TdClassName
{
border-color: #14288C;
}
.TagClassName
{
border-color: #14288C;
}
</style>