Shades of Egyptian Blue #1A4090
Tints of Egyptian Blue #1A4090
RGB
CMYK
RGB Variations
Color information
#1A4090 (or 0x1A4090) is known color: Egyptian Blue. HEX triplet: 1A, 40 and 90. RGB value is (26,64,144). Sum of RGB (Red+Green+Blue) = 26+64+144=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #1A4090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4090 is #E5BF6F. Grayscale: #3D3D3D. Windows color (decimal): -15056752 or 9453594. OLE color: 9453594.
HSL color Cylindrical-coordinate representation of color #1A4090: hue angle of 220.68º 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 #1A4090 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 64 | 144 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.44 |
| HSL | 220.68º | 0.69% | 0.33% | - |
| HSV(B) | 220.68º | 0.82% | 0.56% | - |
| XYZ | 7.29 | 5.9 | 27.14 | - |
| YUV | 61.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 144 | 0.82 | 0.56 | 0 | 0.44 | 220.68 | 0.69 | 0.33 |
| Hex | 1A | 40 | 90 | 52 | 38 | 0 | 2C | DD | 45 | 21 |
| Octal | 32 | 100 | 220 | 122 | 70 | 0 | 54 | 335 | 105 | 41 |
| Binary | 11010 | 1000000 | 10010000 | 1010010 | 111000 | 0 | 101100 | 11011101 | 1000101 | 100001 |
Color Harmonies of #1A4090
Complementary color
Monochromatic Colors of #1A4090
Black with #1A4090
Text Example
Text Example
White with #1A4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4090; }
p { color: rgb(26,64,144); }
H1.HeaderClassName
{
color: #1A4090;
}
.AnyTagClassName
{
color: #1A4090;
}
</style>
background-color css
<style>
a { background-color: #1A4090; }
a { background-color: rgb(26,64,144); }
div.DivClassName
{
background-color: #1A4090;
}
.BgClassName
{
background-color: #1A4090;
}
</style>
border-color css
<style>
span { border-color: #1A4090; }
span { border-color: rgb(26,64,144); }
td.TdClassName
{
border-color: #1A4090;
}
.TagClassName
{
border-color: #1A4090;
}
</style>