Shades of Egyptian Blue #14229C
Tints of Egyptian Blue #14229C
RGB
CMYK
RGB Variations
Color information
#14229C (or 0x14229C) is known color: Egyptian Blue. HEX triplet: 14, 22 and 9C. RGB value is (20,34,156). Sum of RGB (Red+Green+Blue) = 20+34+156=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #14229C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14229C is #EBDD63. Grayscale: #2B2B2B. Windows color (decimal): -15457636 or 10232340. OLE color: 10232340.
HSL color Cylindrical-coordinate representation of color #14229C: hue angle of 233.82º 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 #14229C is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 34 | 156 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.39 |
| HSL | 233.82º | 0.77% | 0.35% | - |
| HSV(B) | 233.82º | 0.87% | 0.61% | - |
| XYZ | 6.86 | 3.69 | 31.8 | - |
| YUV | 43.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 156 | 0.87 | 0.78 | 0 | 0.39 | 233.82 | 0.77 | 0.35 |
| Hex | 14 | 22 | 9C | 57 | 4E | 0 | 27 | EA | 4D | 23 |
| Octal | 24 | 42 | 234 | 127 | 116 | 0 | 47 | 352 | 115 | 43 |
| Binary | 10100 | 100010 | 10011100 | 1010111 | 1001110 | 0 | 100111 | 11101010 | 1001101 | 100011 |
Color Harmonies of #14229C
Complementary color
Monochromatic Colors of #14229C
Black with #14229C
Text Example
Text Example
White with #14229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14229C; }
p { color: rgb(20,34,156); }
H1.HeaderClassName
{
color: #14229C;
}
.AnyTagClassName
{
color: #14229C;
}
</style>
background-color css
<style>
a { background-color: #14229C; }
a { background-color: rgb(20,34,156); }
div.DivClassName
{
background-color: #14229C;
}
.BgClassName
{
background-color: #14229C;
}
</style>
border-color css
<style>
span { border-color: #14229C; }
span { border-color: rgb(20,34,156); }
td.TdClassName
{
border-color: #14229C;
}
.TagClassName
{
border-color: #14229C;
}
</style>