Shades of Egyptian Blue #1344AE
Tints of Egyptian Blue #1344AE
RGB
CMYK
RGB Variations
Color information
#1344AE (or 0x1344AE) is known color: Egyptian Blue. HEX triplet: 13, 44 and AE. RGB value is (19,68,174). Sum of RGB (Red+Green+Blue) = 19+68+174=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #1344AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1344AE is #ECBB51. Grayscale: #404040. Windows color (decimal): -15514450 or 11420691. OLE color: 11420691.
HSL color Cylindrical-coordinate representation of color #1344AE: hue angle of 221.03º degrees, saturation: 0.8, 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 #1344AE is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 68 | 174 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.32 |
| HSL | 221.03º | 0.8% | 0.38% | - |
| HSV(B) | 221.03º | 0.89% | 0.68% | - |
| XYZ | 9.98 | 7.33 | 40.93 | - |
| YUV | 65.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 174 | 0.89 | 0.61 | 0 | 0.32 | 221.03 | 0.8 | 0.38 |
| Hex | 13 | 44 | AE | 59 | 3D | 0 | 20 | DD | 50 | 26 |
| Octal | 23 | 104 | 256 | 131 | 75 | 0 | 40 | 335 | 120 | 46 |
| Binary | 10011 | 1000100 | 10101110 | 1011001 | 111101 | 0 | 100000 | 11011101 | 1010000 | 100110 |
Color Harmonies of #1344AE
Complementary color
Monochromatic Colors of #1344AE
Black with #1344AE
Text Example
Text Example
White with #1344AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344AE; }
p { color: rgb(19,68,174); }
H1.HeaderClassName
{
color: #1344AE;
}
.AnyTagClassName
{
color: #1344AE;
}
</style>
background-color css
<style>
a { background-color: #1344AE; }
a { background-color: rgb(19,68,174); }
div.DivClassName
{
background-color: #1344AE;
}
.BgClassName
{
background-color: #1344AE;
}
</style>
border-color css
<style>
span { border-color: #1344AE; }
span { border-color: rgb(19,68,174); }
td.TdClassName
{
border-color: #1344AE;
}
.TagClassName
{
border-color: #1344AE;
}
</style>