Shades of Egyptian Blue #1426AE
Tints of Egyptian Blue #1426AE
RGB
CMYK
RGB Variations
Color information
#1426AE (or 0x1426AE) is known color: Egyptian Blue. HEX triplet: 14, 26 and AE. RGB value is (20,38,174). Sum of RGB (Red+Green+Blue) = 20+38+174=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #1426AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1426AE is #EBD951. Grayscale: #2F2F2F. Windows color (decimal): -15456594 or 11413012. OLE color: 11413012.
HSL color Cylindrical-coordinate representation of color #1426AE: hue angle of 232.99º 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 #1426AE is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 38 | 174 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.32 |
| HSL | 232.99º | 0.79% | 0.38% | - |
| HSV(B) | 232.99º | 0.89% | 0.68% | - |
| XYZ | 8.62 | 4.59 | 40.48 | - |
| YUV | 48.12 | 199.04 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 174 | 0.89 | 0.78 | 0 | 0.32 | 232.99 | 0.79 | 0.38 |
| Hex | 14 | 26 | AE | 59 | 4E | 0 | 20 | E9 | 4F | 26 |
| Octal | 24 | 46 | 256 | 131 | 116 | 0 | 40 | 351 | 117 | 46 |
| Binary | 10100 | 100110 | 10101110 | 1011001 | 1001110 | 0 | 100000 | 11101001 | 1001111 | 100110 |
Color Harmonies of #1426AE
Complementary color
Monochromatic Colors of #1426AE
Black with #1426AE
Text Example
Text Example
White with #1426AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426AE; }
p { color: rgb(20,38,174); }
H1.HeaderClassName
{
color: #1426AE;
}
.AnyTagClassName
{
color: #1426AE;
}
</style>
background-color css
<style>
a { background-color: #1426AE; }
a { background-color: rgb(20,38,174); }
div.DivClassName
{
background-color: #1426AE;
}
.BgClassName
{
background-color: #1426AE;
}
</style>
border-color css
<style>
span { border-color: #1426AE; }
span { border-color: rgb(20,38,174); }
td.TdClassName
{
border-color: #1426AE;
}
.TagClassName
{
border-color: #1426AE;
}
</style>