Shades of Egyptian Blue #1423AE
Tints of Egyptian Blue #1423AE
RGB
CMYK
RGB Variations
Color information
#1423AE (or 0x1423AE) is known color: Egyptian Blue. HEX triplet: 14, 23 and AE. RGB value is (20,35,174). Sum of RGB (Red+Green+Blue) = 20+35+174=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 174 (68.36% from 255 or 75.98% from 229); Max value from RGB is 174 - color contains mainly: blue. Hex color #1423AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1423AE is #EBDC51. Grayscale: #2D2D2D. Windows color (decimal): -15457362 or 11412244. OLE color: 11412244.
HSL color Cylindrical-coordinate representation of color #1423AE: hue angle of 234.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1423AE is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 35 | 174 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.32 |
| HSL | 234.16º | 0.79% | 0.38% | - |
| HSV(B) | 234.16º | 0.89% | 0.68% | - |
| XYZ | 8.53 | 4.41 | 40.45 | - |
| YUV | 46.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 174 | 0.89 | 0.80 | 0 | 0.32 | 234.16 | 0.79 | 0.38 |
| Hex | 14 | 23 | AE | 59 | 50 | 0 | 20 | EA | 4F | 26 |
| Octal | 24 | 43 | 256 | 131 | 120 | 0 | 40 | 352 | 117 | 46 |
| Binary | 10100 | 100011 | 10101110 | 1011001 | 1010000 | 0 | 100000 | 11101010 | 1001111 | 100110 |
Color Harmonies of #1423AE
Complementary color
Monochromatic Colors of #1423AE
Black with #1423AE
Text Example
Text Example
White with #1423AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1423AE; }
p { color: rgb(20,35,174); }
H1.HeaderClassName
{
color: #1423AE;
}
.AnyTagClassName
{
color: #1423AE;
}
</style>
background-color css
<style>
a { background-color: #1423AE; }
a { background-color: rgb(20,35,174); }
div.DivClassName
{
background-color: #1423AE;
}
.BgClassName
{
background-color: #1423AE;
}
</style>
border-color css
<style>
span { border-color: #1423AE; }
span { border-color: rgb(20,35,174); }
td.TdClassName
{
border-color: #1423AE;
}
.TagClassName
{
border-color: #1423AE;
}
</style>