Shades of Egyptian Blue #14268C
Tints of Egyptian Blue #14268C
RGB
CMYK
RGB Variations
Color information
#14268C (or 0x14268C) is known color: Egyptian Blue. HEX triplet: 14, 26 and 8C. RGB value is (20,38,140). Sum of RGB (Red+Green+Blue) = 20+38+140=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #14268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14268C is #EBD973. Grayscale: #2B2B2B. Windows color (decimal): -15456628 or 9184788. OLE color: 9184788.
HSL color Cylindrical-coordinate representation of color #14268C: hue angle of 231º 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 #14268C is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 38 | 140 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.45 |
| HSL | 231º | 0.75% | 0.31% | - |
| HSV(B) | 231º | 0.86% | 0.55% | - |
| XYZ | 5.72 | 3.43 | 25.17 | - |
| YUV | 44.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 140 | 0.86 | 0.73 | 0 | 0.45 | 231 | 0.75 | 0.31 |
| Hex | 14 | 26 | 8C | 56 | 49 | 0 | 2D | E7 | 4B | 1F |
| Octal | 24 | 46 | 214 | 126 | 111 | 0 | 55 | 347 | 113 | 37 |
| Binary | 10100 | 100110 | 10001100 | 1010110 | 1001001 | 0 | 101101 | 11100111 | 1001011 | 11111 |
Color Harmonies of #14268C
Complementary color
Monochromatic Colors of #14268C
Black with #14268C
Text Example
Text Example
White with #14268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14268C; }
p { color: rgb(20,38,140); }
H1.HeaderClassName
{
color: #14268C;
}
.AnyTagClassName
{
color: #14268C;
}
</style>
background-color css
<style>
a { background-color: #14268C; }
a { background-color: rgb(20,38,140); }
div.DivClassName
{
background-color: #14268C;
}
.BgClassName
{
background-color: #14268C;
}
</style>
border-color css
<style>
span { border-color: #14268C; }
span { border-color: rgb(20,38,140); }
td.TdClassName
{
border-color: #14268C;
}
.TagClassName
{
border-color: #14268C;
}
</style>