Shades of Egyptian Blue #1926AC
Tints of Egyptian Blue #1926AC
RGB
CMYK
RGB Variations
Color information
#1926AC (or 0x1926AC) is known color: Egyptian Blue. HEX triplet: 19, 26 and AC. RGB value is (25,38,172). Sum of RGB (Red+Green+Blue) = 25+38+172=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #1926AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1926AC is #E6D953. Grayscale: #303030. Windows color (decimal): -15128916 or 11281945. OLE color: 11281945.
HSL color Cylindrical-coordinate representation of color #1926AC: hue angle of 234.69º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1926AC is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 38 | 172 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.33 |
| HSL | 234.69º | 0.75% | 0.39% | - |
| HSV(B) | 234.69º | 0.85% | 0.67% | - |
| XYZ | 8.54 | 4.57 | 39.46 | - |
| YUV | 49.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 172 | 0.85 | 0.78 | 0 | 0.33 | 234.69 | 0.75 | 0.39 |
| Hex | 19 | 26 | AC | 55 | 4E | 0 | 21 | EB | 4B | 27 |
| Octal | 31 | 46 | 254 | 125 | 116 | 0 | 41 | 353 | 113 | 47 |
| Binary | 11001 | 100110 | 10101100 | 1010101 | 1001110 | 0 | 100001 | 11101011 | 1001011 | 100111 |
Color Harmonies of #1926AC
Complementary color
Monochromatic Colors of #1926AC
Black with #1926AC
Text Example
Text Example
White with #1926AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1926AC; }
p { color: rgb(25,38,172); }
H1.HeaderClassName
{
color: #1926AC;
}
.AnyTagClassName
{
color: #1926AC;
}
</style>
background-color css
<style>
a { background-color: #1926AC; }
a { background-color: rgb(25,38,172); }
div.DivClassName
{
background-color: #1926AC;
}
.BgClassName
{
background-color: #1926AC;
}
</style>
border-color css
<style>
span { border-color: #1926AC; }
span { border-color: rgb(25,38,172); }
td.TdClassName
{
border-color: #1926AC;
}
.TagClassName
{
border-color: #1926AC;
}
</style>