Shades of Egyptian Blue #14239A
Tints of Egyptian Blue #14239A
RGB
CMYK
RGB Variations
Color information
#14239A (or 0x14239A) is known color: Egyptian Blue. HEX triplet: 14, 23 and 9A. RGB value is (20,35,154). Sum of RGB (Red+Green+Blue) = 20+35+154=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #14239A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14239A is #EBDC65. Grayscale: #2B2B2B. Windows color (decimal): -15457382 or 10101524. OLE color: 10101524.
HSL color Cylindrical-coordinate representation of color #14239A: hue angle of 233.28º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14239A is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 35 | 154 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.40 |
| HSL | 233.28º | 0.77% | 0.34% | - |
| HSV(B) | 233.28º | 0.87% | 0.6% | - |
| XYZ | 6.72 | 3.68 | 30.93 | - |
| YUV | 44.08 | 190.03 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 154 | 0.87 | 0.77 | 0 | 0.40 | 233.28 | 0.77 | 0.34 |
| Hex | 14 | 23 | 9A | 57 | 4D | 0 | 28 | E9 | 4D | 22 |
| Octal | 24 | 43 | 232 | 127 | 115 | 0 | 50 | 351 | 115 | 42 |
| Binary | 10100 | 100011 | 10011010 | 1010111 | 1001101 | 0 | 101000 | 11101001 | 1001101 | 100010 |
Color Harmonies of #14239A
Complementary color
Monochromatic Colors of #14239A
Black with #14239A
Text Example
Text Example
White with #14239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14239A; }
p { color: rgb(20,35,154); }
H1.HeaderClassName
{
color: #14239A;
}
.AnyTagClassName
{
color: #14239A;
}
</style>
background-color css
<style>
a { background-color: #14239A; }
a { background-color: rgb(20,35,154); }
div.DivClassName
{
background-color: #14239A;
}
.BgClassName
{
background-color: #14239A;
}
</style>
border-color css
<style>
span { border-color: #14239A; }
span { border-color: rgb(20,35,154); }
td.TdClassName
{
border-color: #14239A;
}
.TagClassName
{
border-color: #14239A;
}
</style>