Shades of Egyptian Blue #1426AB
Tints of Egyptian Blue #1426AB
RGB
CMYK
RGB Variations
Color information
#1426AB (or 0x1426AB) is known color: Egyptian Blue. HEX triplet: 14, 26 and AB. RGB value is (20,38,171). Sum of RGB (Red+Green+Blue) = 20+38+171=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 171 (67.19% from 255 or 74.67% from 229); Max value from RGB is 171 - color contains mainly: blue. Hex color #1426AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1426AB is #EBD954. Grayscale: #2F2F2F. Windows color (decimal): -15456597 or 11216404. OLE color: 11216404.
HSL color Cylindrical-coordinate representation of color #1426AB: hue angle of 232.85º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1426AB is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 38 | 171 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.33 |
| HSL | 232.85º | 0.79% | 0.37% | - |
| HSV(B) | 232.85º | 0.88% | 0.67% | - |
| XYZ | 8.33 | 4.48 | 38.95 | - |
| YUV | 47.78 | 197.54 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 171 | 0.88 | 0.78 | 0 | 0.33 | 232.85 | 0.79 | 0.37 |
| Hex | 14 | 26 | AB | 58 | 4E | 0 | 21 | E9 | 4F | 25 |
| Octal | 24 | 46 | 253 | 130 | 116 | 0 | 41 | 351 | 117 | 45 |
| Binary | 10100 | 100110 | 10101011 | 1011000 | 1001110 | 0 | 100001 | 11101001 | 1001111 | 100101 |
Color Harmonies of #1426AB
Complementary color
Monochromatic Colors of #1426AB
Black with #1426AB
Text Example
Text Example
White with #1426AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426AB; }
p { color: rgb(20,38,171); }
H1.HeaderClassName
{
color: #1426AB;
}
.AnyTagClassName
{
color: #1426AB;
}
</style>
background-color css
<style>
a { background-color: #1426AB; }
a { background-color: rgb(20,38,171); }
div.DivClassName
{
background-color: #1426AB;
}
.BgClassName
{
background-color: #1426AB;
}
</style>
border-color css
<style>
span { border-color: #1426AB; }
span { border-color: rgb(20,38,171); }
td.TdClassName
{
border-color: #1426AB;
}
.TagClassName
{
border-color: #1426AB;
}
</style>