Shades of Egyptian Blue #1A398E
Tints of Egyptian Blue #1A398E
RGB
CMYK
RGB Variations
Color information
#1A398E (or 0x1A398E) is known color: Egyptian Blue. HEX triplet: 1A, 39 and 8E. RGB value is (26,57,142). Sum of RGB (Red+Green+Blue) = 26+57+142=225 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.56% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A398E is #E5C671. Grayscale: #393939. Windows color (decimal): -15058546 or 9320730. OLE color: 9320730.
HSL color Cylindrical-coordinate representation of color #1A398E: hue angle of 223.97º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A398E is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 57 | 142 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.44 |
| HSL | 223.97º | 0.69% | 0.33% | - |
| HSV(B) | 223.97º | 0.82% | 0.56% | - |
| XYZ | 6.77 | 5.1 | 26.22 | - |
| YUV | 57.42 | 175.73 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 142 | 0.82 | 0.60 | 0 | 0.44 | 223.97 | 0.69 | 0.33 |
| Hex | 1A | 39 | 8E | 52 | 3C | 0 | 2C | E0 | 45 | 21 |
| Octal | 32 | 71 | 216 | 122 | 74 | 0 | 54 | 340 | 105 | 41 |
| Binary | 11010 | 111001 | 10001110 | 1010010 | 111100 | 0 | 101100 | 11100000 | 1000101 | 100001 |
Color Harmonies of #1A398E
Complementary color
Monochromatic Colors of #1A398E
Black with #1A398E
Text Example
Text Example
White with #1A398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A398E; }
p { color: rgb(26,57,142); }
H1.HeaderClassName
{
color: #1A398E;
}
.AnyTagClassName
{
color: #1A398E;
}
</style>
background-color css
<style>
a { background-color: #1A398E; }
a { background-color: rgb(26,57,142); }
div.DivClassName
{
background-color: #1A398E;
}
.BgClassName
{
background-color: #1A398E;
}
</style>
border-color css
<style>
span { border-color: #1A398E; }
span { border-color: rgb(26,57,142); }
td.TdClassName
{
border-color: #1A398E;
}
.TagClassName
{
border-color: #1A398E;
}
</style>