Shades of Egyptian Blue #1A328D
Tints of Egyptian Blue #1A328D
RGB
CMYK
RGB Variations
Color information
#1A328D (or 0x1A328D) is known color: Egyptian Blue. HEX triplet: 1A, 32 and 8D. RGB value is (26,50,141). Sum of RGB (Red+Green+Blue) = 26+50+141=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A328D is #E5CD72. Grayscale: #343434. Windows color (decimal): -15060339 or 9253402. OLE color: 9253402.
HSL color Cylindrical-coordinate representation of color #1A328D: hue angle of 227.48º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A328D is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 50 | 141 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.45 |
| HSL | 227.48º | 0.69% | 0.33% | - |
| HSV(B) | 227.48º | 0.82% | 0.55% | - |
| XYZ | 6.37 | 4.42 | 25.72 | - |
| YUV | 53.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 141 | 0.82 | 0.65 | 0 | 0.45 | 227.48 | 0.69 | 0.33 |
| Hex | 1A | 32 | 8D | 52 | 41 | 0 | 2D | E3 | 45 | 21 |
| Octal | 32 | 62 | 215 | 122 | 101 | 0 | 55 | 343 | 105 | 41 |
| Binary | 11010 | 110010 | 10001101 | 1010010 | 1000001 | 0 | 101101 | 11100011 | 1000101 | 100001 |
Color Harmonies of #1A328D
Complementary color
Monochromatic Colors of #1A328D
Black with #1A328D
Text Example
Text Example
White with #1A328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A328D; }
p { color: rgb(26,50,141); }
H1.HeaderClassName
{
color: #1A328D;
}
.AnyTagClassName
{
color: #1A328D;
}
</style>
background-color css
<style>
a { background-color: #1A328D; }
a { background-color: rgb(26,50,141); }
div.DivClassName
{
background-color: #1A328D;
}
.BgClassName
{
background-color: #1A328D;
}
</style>
border-color css
<style>
span { border-color: #1A328D; }
span { border-color: rgb(26,50,141); }
td.TdClassName
{
border-color: #1A328D;
}
.TagClassName
{
border-color: #1A328D;
}
</style>