Shades of Egyptian Blue #1344A9
Tints of Egyptian Blue #1344A9
RGB
CMYK
RGB Variations
Color information
#1344A9 (or 0x1344A9) is known color: Egyptian Blue. HEX triplet: 13, 44 and A9. RGB value is (19,68,169). Sum of RGB (Red+Green+Blue) = 19+68+169=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 169 (66.41% from 255 or 66.02% from 256); Max value from RGB is 169 - color contains mainly: blue. Hex color #1344A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1344A9 is #ECBB56. Grayscale: #404040. Windows color (decimal): -15514455 or 11093011. OLE color: 11093011.
HSL color Cylindrical-coordinate representation of color #1344A9: hue angle of 220.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1344A9 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 68 | 169 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.34 |
| HSL | 220.4º | 0.8% | 0.37% | - |
| HSV(B) | 220.4º | 0.89% | 0.66% | - |
| XYZ | 9.5 | 7.14 | 38.41 | - |
| YUV | 64.86 | 186.77 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 169 | 0.89 | 0.60 | 0 | 0.34 | 220.4 | 0.8 | 0.37 |
| Hex | 13 | 44 | A9 | 59 | 3C | 0 | 22 | DC | 50 | 25 |
| Octal | 23 | 104 | 251 | 131 | 74 | 0 | 42 | 334 | 120 | 45 |
| Binary | 10011 | 1000100 | 10101001 | 1011001 | 111100 | 0 | 100010 | 11011100 | 1010000 | 100101 |
Color Harmonies of #1344A9
Complementary color
Monochromatic Colors of #1344A9
Black with #1344A9
Text Example
Text Example
White with #1344A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344A9; }
p { color: rgb(19,68,169); }
H1.HeaderClassName
{
color: #1344A9;
}
.AnyTagClassName
{
color: #1344A9;
}
</style>
background-color css
<style>
a { background-color: #1344A9; }
a { background-color: rgb(19,68,169); }
div.DivClassName
{
background-color: #1344A9;
}
.BgClassName
{
background-color: #1344A9;
}
</style>
border-color css
<style>
span { border-color: #1344A9; }
span { border-color: rgb(19,68,169); }
td.TdClassName
{
border-color: #1344A9;
}
.TagClassName
{
border-color: #1344A9;
}
</style>