Shades of Egyptian Blue #1326AF
Tints of Egyptian Blue #1326AF
RGB
CMYK
RGB Variations
Color information
#1326AF (or 0x1326AF) is known color: Egyptian Blue. HEX triplet: 13, 26 and AF. RGB value is (19,38,175). Sum of RGB (Red+Green+Blue) = 19+38+175=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #1326AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1326AF is #ECD950. Grayscale: #2F2F2F. Windows color (decimal): -15522129 or 11478547. OLE color: 11478547.
HSL color Cylindrical-coordinate representation of color #1326AF: hue angle of 232.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1326AF is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 38 | 175 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.31 |
| HSL | 232.69º | 0.8% | 0.38% | - |
| HSV(B) | 232.69º | 0.89% | 0.69% | - |
| XYZ | 8.7 | 4.62 | 40.99 | - |
| YUV | 47.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 175 | 0.89 | 0.78 | 0 | 0.31 | 232.69 | 0.8 | 0.38 |
| Hex | 13 | 26 | AF | 59 | 4E | 0 | 1F | E9 | 50 | 26 |
| Octal | 23 | 46 | 257 | 131 | 116 | 0 | 37 | 351 | 120 | 46 |
| Binary | 10011 | 100110 | 10101111 | 1011001 | 1001110 | 0 | 11111 | 11101001 | 1010000 | 100110 |
Color Harmonies of #1326AF
Complementary color
Monochromatic Colors of #1326AF
Black with #1326AF
Text Example
Text Example
White with #1326AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326AF; }
p { color: rgb(19,38,175); }
H1.HeaderClassName
{
color: #1326AF;
}
.AnyTagClassName
{
color: #1326AF;
}
</style>
background-color css
<style>
a { background-color: #1326AF; }
a { background-color: rgb(19,38,175); }
div.DivClassName
{
background-color: #1326AF;
}
.BgClassName
{
background-color: #1326AF;
}
</style>
border-color css
<style>
span { border-color: #1326AF; }
span { border-color: rgb(19,38,175); }
td.TdClassName
{
border-color: #1326AF;
}
.TagClassName
{
border-color: #1326AF;
}
</style>