Shades of Egyptian Blue #1A3E90
Tints of Egyptian Blue #1A3E90
RGB
CMYK
RGB Variations
Color information
#1A3E90 (or 0x1A3E90) is known color: Egyptian Blue. HEX triplet: 1A, 3E and 90. RGB value is (26,62,144). Sum of RGB (Red+Green+Blue) = 26+62+144=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A3E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3E90 is #E5C16F. Grayscale: #3C3C3C. Windows color (decimal): -15057264 or 9453082. OLE color: 9453082.
HSL color Cylindrical-coordinate representation of color #1A3E90: hue angle of 221.69º 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 #1A3E90 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 62 | 144 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.44 |
| HSL | 221.69º | 0.69% | 0.33% | - |
| HSV(B) | 221.69º | 0.82% | 0.56% | - |
| XYZ | 7.18 | 5.68 | 27.1 | - |
| YUV | 60.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 144 | 0.82 | 0.57 | 0 | 0.44 | 221.69 | 0.69 | 0.33 |
| Hex | 1A | 3E | 90 | 52 | 39 | 0 | 2C | DE | 45 | 21 |
| Octal | 32 | 76 | 220 | 122 | 71 | 0 | 54 | 336 | 105 | 41 |
| Binary | 11010 | 111110 | 10010000 | 1010010 | 111001 | 0 | 101100 | 11011110 | 1000101 | 100001 |
Color Harmonies of #1A3E90
Complementary color
Monochromatic Colors of #1A3E90
Black with #1A3E90
Text Example
Text Example
White with #1A3E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E90; }
p { color: rgb(26,62,144); }
H1.HeaderClassName
{
color: #1A3E90;
}
.AnyTagClassName
{
color: #1A3E90;
}
</style>
background-color css
<style>
a { background-color: #1A3E90; }
a { background-color: rgb(26,62,144); }
div.DivClassName
{
background-color: #1A3E90;
}
.BgClassName
{
background-color: #1A3E90;
}
</style>
border-color css
<style>
span { border-color: #1A3E90; }
span { border-color: rgb(26,62,144); }
td.TdClassName
{
border-color: #1A3E90;
}
.TagClassName
{
border-color: #1A3E90;
}
</style>