Shades of Egyptian Blue #1A358E
Tints of Egyptian Blue #1A358E
RGB
CMYK
RGB Variations
Color information
#1A358E (or 0x1A358E) is known color: Egyptian Blue. HEX triplet: 1A, 35 and 8E. RGB value is (26,53,142). Sum of RGB (Red+Green+Blue) = 26+53+142=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A358E is #E5CA71. Grayscale: #363636. Windows color (decimal): -15059570 or 9319706. OLE color: 9319706.
HSL color Cylindrical-coordinate representation of color #1A358E: hue angle of 226.03º 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 #1A358E is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 53 | 142 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.44 |
| HSL | 226.03º | 0.69% | 0.33% | - |
| HSV(B) | 226.03º | 0.82% | 0.56% | - |
| XYZ | 6.58 | 4.72 | 26.16 | - |
| YUV | 55.07 | 177.05 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 142 | 0.82 | 0.63 | 0 | 0.44 | 226.03 | 0.69 | 0.33 |
| Hex | 1A | 35 | 8E | 52 | 3F | 0 | 2C | E2 | 45 | 21 |
| Octal | 32 | 65 | 216 | 122 | 77 | 0 | 54 | 342 | 105 | 41 |
| Binary | 11010 | 110101 | 10001110 | 1010010 | 111111 | 0 | 101100 | 11100010 | 1000101 | 100001 |
Color Harmonies of #1A358E
Complementary color
Monochromatic Colors of #1A358E
Black with #1A358E
Text Example
Text Example
White with #1A358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A358E; }
p { color: rgb(26,53,142); }
H1.HeaderClassName
{
color: #1A358E;
}
.AnyTagClassName
{
color: #1A358E;
}
</style>
background-color css
<style>
a { background-color: #1A358E; }
a { background-color: rgb(26,53,142); }
div.DivClassName
{
background-color: #1A358E;
}
.BgClassName
{
background-color: #1A358E;
}
</style>
border-color css
<style>
span { border-color: #1A358E; }
span { border-color: rgb(26,53,142); }
td.TdClassName
{
border-color: #1A358E;
}
.TagClassName
{
border-color: #1A358E;
}
</style>