Shades of Egyptian Blue #1441AE
Tints of Egyptian Blue #1441AE
RGB
CMYK
RGB Variations
Color information
#1441AE (or 0x1441AE) is known color: Egyptian Blue. HEX triplet: 14, 41 and AE. RGB value is (20,65,174). Sum of RGB (Red+Green+Blue) = 20+65+174=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #1441AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1441AE is #EBBE51. Grayscale: #3F3F3F. Windows color (decimal): -15449682 or 11419924. OLE color: 11419924.
HSL color Cylindrical-coordinate representation of color #1441AE: hue angle of 222.47º 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 #1441AE is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 65 | 174 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.32 |
| HSL | 222.47º | 0.79% | 0.38% | - |
| HSV(B) | 222.47º | 0.89% | 0.68% | - |
| XYZ | 9.82 | 6.99 | 40.88 | - |
| YUV | 63.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 174 | 0.89 | 0.63 | 0 | 0.32 | 222.47 | 0.79 | 0.38 |
| Hex | 14 | 41 | AE | 59 | 3F | 0 | 20 | DE | 4F | 26 |
| Octal | 24 | 101 | 256 | 131 | 77 | 0 | 40 | 336 | 117 | 46 |
| Binary | 10100 | 1000001 | 10101110 | 1011001 | 111111 | 0 | 100000 | 11011110 | 1001111 | 100110 |
Color Harmonies of #1441AE
Complementary color
Monochromatic Colors of #1441AE
Black with #1441AE
Text Example
Text Example
White with #1441AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441AE; }
p { color: rgb(20,65,174); }
H1.HeaderClassName
{
color: #1441AE;
}
.AnyTagClassName
{
color: #1441AE;
}
</style>
background-color css
<style>
a { background-color: #1441AE; }
a { background-color: rgb(20,65,174); }
div.DivClassName
{
background-color: #1441AE;
}
.BgClassName
{
background-color: #1441AE;
}
</style>
border-color css
<style>
span { border-color: #1441AE; }
span { border-color: rgb(20,65,174); }
td.TdClassName
{
border-color: #1441AE;
}
.TagClassName
{
border-color: #1441AE;
}
</style>