Shades of Egyptian Blue #1326A3
Tints of Egyptian Blue #1326A3
RGB
CMYK
RGB Variations
Color information
#1326A3 (or 0x1326A3) is known color: Egyptian Blue. HEX triplet: 13, 26 and A3. RGB value is (19,38,163). Sum of RGB (Red+Green+Blue) = 19+38+163=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 163 (64.06% from 255 or 74.09% from 220); Max value from RGB is 163 - color contains mainly: blue. Hex color #1326A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1326A3 is #ECD95C. Grayscale: #2E2E2E. Windows color (decimal): -15522141 or 10692115. OLE color: 10692115.
HSL color Cylindrical-coordinate representation of color #1326A3: hue angle of 232.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1326A3 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 38 | 163 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.36 |
| HSL | 232.08º | 0.79% | 0.36% | - |
| HSV(B) | 232.08º | 0.88% | 0.64% | - |
| XYZ | 7.57 | 4.17 | 35.06 | - |
| YUV | 46.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 163 | 0.88 | 0.77 | 0 | 0.36 | 232.08 | 0.79 | 0.36 |
| Hex | 13 | 26 | A3 | 58 | 4D | 0 | 24 | E8 | 4F | 24 |
| Octal | 23 | 46 | 243 | 130 | 115 | 0 | 44 | 350 | 117 | 44 |
| Binary | 10011 | 100110 | 10100011 | 1011000 | 1001101 | 0 | 100100 | 11101000 | 1001111 | 100100 |
Color Harmonies of #1326A3
Complementary color
Monochromatic Colors of #1326A3
Black with #1326A3
Text Example
Text Example
White with #1326A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326A3; }
p { color: rgb(19,38,163); }
H1.HeaderClassName
{
color: #1326A3;
}
.AnyTagClassName
{
color: #1326A3;
}
</style>
background-color css
<style>
a { background-color: #1326A3; }
a { background-color: rgb(19,38,163); }
div.DivClassName
{
background-color: #1326A3;
}
.BgClassName
{
background-color: #1326A3;
}
</style>
border-color css
<style>
span { border-color: #1326A3; }
span { border-color: rgb(19,38,163); }
td.TdClassName
{
border-color: #1326A3;
}
.TagClassName
{
border-color: #1326A3;
}
</style>