Shades of Egyptian Blue #1326A5
Tints of Egyptian Blue #1326A5
RGB
CMYK
RGB Variations
Color information
#1326A5 (or 0x1326A5) is known color: Egyptian Blue. HEX triplet: 13, 26 and A5. RGB value is (19,38,165). Sum of RGB (Red+Green+Blue) = 19+38+165=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 165 (64.84% from 255 or 74.32% from 222); Max value from RGB is 165 - color contains mainly: blue. Hex color #1326A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1326A5 is #ECD95A. Grayscale: #2E2E2E. Windows color (decimal): -15522139 or 10823187. OLE color: 10823187.
HSL color Cylindrical-coordinate representation of color #1326A5: hue angle of 232.19º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1326A5 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 38 | 165 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.35 |
| HSL | 232.19º | 0.79% | 0.36% | - |
| HSV(B) | 232.19º | 0.88% | 0.65% | - |
| XYZ | 7.75 | 4.24 | 36.01 | - |
| YUV | 46.8 | 194.71 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 165 | 0.88 | 0.77 | 0 | 0.35 | 232.19 | 0.79 | 0.36 |
| Hex | 13 | 26 | A5 | 58 | 4D | 0 | 23 | E8 | 4F | 24 |
| Octal | 23 | 46 | 245 | 130 | 115 | 0 | 43 | 350 | 117 | 44 |
| Binary | 10011 | 100110 | 10100101 | 1011000 | 1001101 | 0 | 100011 | 11101000 | 1001111 | 100100 |
Color Harmonies of #1326A5
Complementary color
Monochromatic Colors of #1326A5
Black with #1326A5
Text Example
Text Example
White with #1326A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326A5; }
p { color: rgb(19,38,165); }
H1.HeaderClassName
{
color: #1326A5;
}
.AnyTagClassName
{
color: #1326A5;
}
</style>
background-color css
<style>
a { background-color: #1326A5; }
a { background-color: rgb(19,38,165); }
div.DivClassName
{
background-color: #1326A5;
}
.BgClassName
{
background-color: #1326A5;
}
</style>
border-color css
<style>
span { border-color: #1326A5; }
span { border-color: rgb(19,38,165); }
td.TdClassName
{
border-color: #1326A5;
}
.TagClassName
{
border-color: #1326A5;
}
</style>