Shades of Egyptian Blue #1344AB
Tints of Egyptian Blue #1344AB
RGB
CMYK
RGB Variations
Color information
#1344AB (or 0x1344AB) is known color: Egyptian Blue. HEX triplet: 13, 44 and AB. RGB value is (19,68,171). Sum of RGB (Red+Green+Blue) = 19+68+171=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #1344AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1344AB is #ECBB54. Grayscale: #404040. Windows color (decimal): -15514453 or 11224083. OLE color: 11224083.
HSL color Cylindrical-coordinate representation of color #1344AB: hue angle of 220.66º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1344AB is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 68 | 171 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.33 |
| HSL | 220.66º | 0.8% | 0.37% | - |
| HSV(B) | 220.66º | 0.89% | 0.67% | - |
| XYZ | 9.69 | 7.21 | 39.41 | - |
| YUV | 65.09 | 187.77 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 171 | 0.89 | 0.60 | 0 | 0.33 | 220.66 | 0.8 | 0.37 |
| Hex | 13 | 44 | AB | 59 | 3C | 0 | 21 | DD | 50 | 25 |
| Octal | 23 | 104 | 253 | 131 | 74 | 0 | 41 | 335 | 120 | 45 |
| Binary | 10011 | 1000100 | 10101011 | 1011001 | 111100 | 0 | 100001 | 11011101 | 1010000 | 100101 |
Color Harmonies of #1344AB
Complementary color
Monochromatic Colors of #1344AB
Black with #1344AB
Text Example
Text Example
White with #1344AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344AB; }
p { color: rgb(19,68,171); }
H1.HeaderClassName
{
color: #1344AB;
}
.AnyTagClassName
{
color: #1344AB;
}
</style>
background-color css
<style>
a { background-color: #1344AB; }
a { background-color: rgb(19,68,171); }
div.DivClassName
{
background-color: #1344AB;
}
.BgClassName
{
background-color: #1344AB;
}
</style>
border-color css
<style>
span { border-color: #1344AB; }
span { border-color: rgb(19,68,171); }
td.TdClassName
{
border-color: #1344AB;
}
.TagClassName
{
border-color: #1344AB;
}
</style>