Shades of Egyptian Blue #1A398D
Tints of Egyptian Blue #1A398D
RGB
CMYK
RGB Variations
Color information
#1A398D (or 0x1A398D) is known color: Egyptian Blue. HEX triplet: 1A, 39 and 8D. RGB value is (26,57,141). Sum of RGB (Red+Green+Blue) = 26+57+141=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A398D is #E5C672. Grayscale: #383838. Windows color (decimal): -15058547 or 9255194. OLE color: 9255194.
HSL color Cylindrical-coordinate representation of color #1A398D: hue angle of 223.83º 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 #1A398D is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 57 | 141 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.45 |
| HSL | 223.83º | 0.69% | 0.33% | - |
| HSV(B) | 223.83º | 0.82% | 0.55% | - |
| XYZ | 6.7 | 5.07 | 25.82 | - |
| YUV | 57.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 141 | 0.82 | 0.60 | 0 | 0.45 | 223.83 | 0.69 | 0.33 |
| Hex | 1A | 39 | 8D | 52 | 3C | 0 | 2D | E0 | 45 | 21 |
| Octal | 32 | 71 | 215 | 122 | 74 | 0 | 55 | 340 | 105 | 41 |
| Binary | 11010 | 111001 | 10001101 | 1010010 | 111100 | 0 | 101101 | 11100000 | 1000101 | 100001 |
Color Harmonies of #1A398D
Complementary color
Monochromatic Colors of #1A398D
Black with #1A398D
Text Example
Text Example
White with #1A398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A398D; }
p { color: rgb(26,57,141); }
H1.HeaderClassName
{
color: #1A398D;
}
.AnyTagClassName
{
color: #1A398D;
}
</style>
background-color css
<style>
a { background-color: #1A398D; }
a { background-color: rgb(26,57,141); }
div.DivClassName
{
background-color: #1A398D;
}
.BgClassName
{
background-color: #1A398D;
}
</style>
border-color css
<style>
span { border-color: #1A398D; }
span { border-color: rgb(26,57,141); }
td.TdClassName
{
border-color: #1A398D;
}
.TagClassName
{
border-color: #1A398D;
}
</style>