Shades of Egyptian Blue #1A378D
Tints of Egyptian Blue #1A378D
RGB
CMYK
RGB Variations
Color information
#1A378D (or 0x1A378D) is known color: Egyptian Blue. HEX triplet: 1A, 37 and 8D. RGB value is (26,55,141). Sum of RGB (Red+Green+Blue) = 26+55+141=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A378D is #E5C872. Grayscale: #373737. Windows color (decimal): -15059059 or 9254682. OLE color: 9254682.
HSL color Cylindrical-coordinate representation of color #1A378D: hue angle of 224.87º 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 #1A378D is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 55 | 141 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.45 |
| HSL | 224.87º | 0.69% | 0.33% | - |
| HSV(B) | 224.87º | 0.82% | 0.55% | - |
| XYZ | 6.6 | 4.88 | 25.79 | - |
| YUV | 56.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 141 | 0.82 | 0.61 | 0 | 0.45 | 224.87 | 0.69 | 0.33 |
| Hex | 1A | 37 | 8D | 52 | 3D | 0 | 2D | E1 | 45 | 21 |
| Octal | 32 | 67 | 215 | 122 | 75 | 0 | 55 | 341 | 105 | 41 |
| Binary | 11010 | 110111 | 10001101 | 1010010 | 111101 | 0 | 101101 | 11100001 | 1000101 | 100001 |
Color Harmonies of #1A378D
Complementary color
Monochromatic Colors of #1A378D
Black with #1A378D
Text Example
Text Example
White with #1A378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A378D; }
p { color: rgb(26,55,141); }
H1.HeaderClassName
{
color: #1A378D;
}
.AnyTagClassName
{
color: #1A378D;
}
</style>
background-color css
<style>
a { background-color: #1A378D; }
a { background-color: rgb(26,55,141); }
div.DivClassName
{
background-color: #1A378D;
}
.BgClassName
{
background-color: #1A378D;
}
</style>
border-color css
<style>
span { border-color: #1A378D; }
span { border-color: rgb(26,55,141); }
td.TdClassName
{
border-color: #1A378D;
}
.TagClassName
{
border-color: #1A378D;
}
</style>