Shades of Egyptian Blue #1426AC
Tints of Egyptian Blue #1426AC
RGB
CMYK
RGB Variations
Color information
#1426AC (or 0x1426AC) is known color: Egyptian Blue. HEX triplet: 14, 26 and AC. RGB value is (20,38,172). Sum of RGB (Red+Green+Blue) = 20+38+172=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #1426AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1426AC is #EBD953. Grayscale: #2F2F2F. Windows color (decimal): -15456596 or 11281940. OLE color: 11281940.
HSL color Cylindrical-coordinate representation of color #1426AC: hue angle of 232.89º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1426AC is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 38 | 172 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.33 |
| HSL | 232.89º | 0.79% | 0.38% | - |
| HSV(B) | 232.89º | 0.88% | 0.67% | - |
| XYZ | 8.43 | 4.51 | 39.46 | - |
| YUV | 47.89 | 198.04 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 172 | 0.88 | 0.78 | 0 | 0.33 | 232.89 | 0.79 | 0.38 |
| Hex | 14 | 26 | AC | 58 | 4E | 0 | 21 | E9 | 4F | 26 |
| Octal | 24 | 46 | 254 | 130 | 116 | 0 | 41 | 351 | 117 | 46 |
| Binary | 10100 | 100110 | 10101100 | 1011000 | 1001110 | 0 | 100001 | 11101001 | 1001111 | 100110 |
Color Harmonies of #1426AC
Complementary color
Monochromatic Colors of #1426AC
Black with #1426AC
Text Example
Text Example
White with #1426AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426AC; }
p { color: rgb(20,38,172); }
H1.HeaderClassName
{
color: #1426AC;
}
.AnyTagClassName
{
color: #1426AC;
}
</style>
background-color css
<style>
a { background-color: #1426AC; }
a { background-color: rgb(20,38,172); }
div.DivClassName
{
background-color: #1426AC;
}
.BgClassName
{
background-color: #1426AC;
}
</style>
border-color css
<style>
span { border-color: #1426AC; }
span { border-color: rgb(20,38,172); }
td.TdClassName
{
border-color: #1426AC;
}
.TagClassName
{
border-color: #1426AC;
}
</style>