Shades of Egyptian Blue #1A419D
Tints of Egyptian Blue #1A419D
RGB
CMYK
RGB Variations
Color information
#1A419D (or 0x1A419D) is known color: Egyptian Blue. HEX triplet: 1A, 41 and 9D. RGB value is (26,65,157). Sum of RGB (Red+Green+Blue) = 26+65+157=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #1A419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A419D is #E5BE62. Grayscale: #3F3F3F. Windows color (decimal): -15056483 or 10305818. OLE color: 10305818.
HSL color Cylindrical-coordinate representation of color #1A419D: hue angle of 222.14º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A419D is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 65 | 157 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.38 |
| HSL | 222.14º | 0.72% | 0.36% | - |
| HSV(B) | 222.14º | 0.83% | 0.62% | - |
| XYZ | 8.4 | 6.43 | 32.7 | - |
| YUV | 63.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 157 | 0.83 | 0.59 | 0 | 0.38 | 222.14 | 0.72 | 0.36 |
| Hex | 1A | 41 | 9D | 53 | 3B | 0 | 26 | DE | 48 | 24 |
| Octal | 32 | 101 | 235 | 123 | 73 | 0 | 46 | 336 | 110 | 44 |
| Binary | 11010 | 1000001 | 10011101 | 1010011 | 111011 | 0 | 100110 | 11011110 | 1001000 | 100100 |
Color Harmonies of #1A419D
Complementary color
Monochromatic Colors of #1A419D
Black with #1A419D
Text Example
Text Example
White with #1A419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A419D; }
p { color: rgb(26,65,157); }
H1.HeaderClassName
{
color: #1A419D;
}
.AnyTagClassName
{
color: #1A419D;
}
</style>
background-color css
<style>
a { background-color: #1A419D; }
a { background-color: rgb(26,65,157); }
div.DivClassName
{
background-color: #1A419D;
}
.BgClassName
{
background-color: #1A419D;
}
</style>
border-color css
<style>
span { border-color: #1A419D; }
span { border-color: rgb(26,65,157); }
td.TdClassName
{
border-color: #1A419D;
}
.TagClassName
{
border-color: #1A419D;
}
</style>