Shades of Egyptian Blue #1344AC
Tints of Egyptian Blue #1344AC
RGB
CMYK
RGB Variations
Color information
#1344AC (or 0x1344AC) is known color: Egyptian Blue. HEX triplet: 13, 44 and AC. RGB value is (19,68,172). Sum of RGB (Red+Green+Blue) = 19+68+172=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1344AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1344AC is #ECBB53. Grayscale: #404040. Windows color (decimal): -15514452 or 11289619. OLE color: 11289619.
HSL color Cylindrical-coordinate representation of color #1344AC: hue angle of 220.78º 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 #1344AC is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 68 | 172 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.33 |
| HSL | 220.78º | 0.8% | 0.37% | - |
| HSV(B) | 220.78º | 0.89% | 0.67% | - |
| XYZ | 9.78 | 7.25 | 39.91 | - |
| YUV | 65.21 | 188.27 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 172 | 0.89 | 0.60 | 0 | 0.33 | 220.78 | 0.8 | 0.37 |
| Hex | 13 | 44 | AC | 59 | 3C | 0 | 21 | DD | 50 | 25 |
| Octal | 23 | 104 | 254 | 131 | 74 | 0 | 41 | 335 | 120 | 45 |
| Binary | 10011 | 1000100 | 10101100 | 1011001 | 111100 | 0 | 100001 | 11011101 | 1010000 | 100101 |
Color Harmonies of #1344AC
Complementary color
Monochromatic Colors of #1344AC
Black with #1344AC
Text Example
Text Example
White with #1344AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344AC; }
p { color: rgb(19,68,172); }
H1.HeaderClassName
{
color: #1344AC;
}
.AnyTagClassName
{
color: #1344AC;
}
</style>
background-color css
<style>
a { background-color: #1344AC; }
a { background-color: rgb(19,68,172); }
div.DivClassName
{
background-color: #1344AC;
}
.BgClassName
{
background-color: #1344AC;
}
</style>
border-color css
<style>
span { border-color: #1344AC; }
span { border-color: rgb(19,68,172); }
td.TdClassName
{
border-color: #1344AC;
}
.TagClassName
{
border-color: #1344AC;
}
</style>