Shades of Egyptian Blue #1A3390
Tints of Egyptian Blue #1A3390
RGB
CMYK
RGB Variations
Color information
#1A3390 (or 0x1A3390) is known color: Egyptian Blue. HEX triplet: 1A, 33 and 90. RGB value is (26,51,144). Sum of RGB (Red+Green+Blue) = 26+51+144=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A3390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3390 is #E5CC6F. Grayscale: #353535. Windows color (decimal): -15060080 or 9450266. OLE color: 9450266.
HSL color Cylindrical-coordinate representation of color #1A3390: hue angle of 227.29º 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 #1A3390 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 51 | 144 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.44 |
| HSL | 227.29º | 0.69% | 0.33% | - |
| HSV(B) | 227.29º | 0.82% | 0.56% | - |
| XYZ | 6.64 | 4.6 | 26.92 | - |
| YUV | 54.13 | 178.72 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 144 | 0.82 | 0.65 | 0 | 0.44 | 227.29 | 0.69 | 0.33 |
| Hex | 1A | 33 | 90 | 52 | 41 | 0 | 2C | E3 | 45 | 21 |
| Octal | 32 | 63 | 220 | 122 | 101 | 0 | 54 | 343 | 105 | 41 |
| Binary | 11010 | 110011 | 10010000 | 1010010 | 1000001 | 0 | 101100 | 11100011 | 1000101 | 100001 |
Color Harmonies of #1A3390
Complementary color
Monochromatic Colors of #1A3390
Black with #1A3390
Text Example
Text Example
White with #1A3390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3390; }
p { color: rgb(26,51,144); }
H1.HeaderClassName
{
color: #1A3390;
}
.AnyTagClassName
{
color: #1A3390;
}
</style>
background-color css
<style>
a { background-color: #1A3390; }
a { background-color: rgb(26,51,144); }
div.DivClassName
{
background-color: #1A3390;
}
.BgClassName
{
background-color: #1A3390;
}
</style>
border-color css
<style>
span { border-color: #1A3390; }
span { border-color: rgb(26,51,144); }
td.TdClassName
{
border-color: #1A3390;
}
.TagClassName
{
border-color: #1A3390;
}
</style>