Shades of Egyptian Blue #1A2A8D
Tints of Egyptian Blue #1A2A8D
RGB
CMYK
RGB Variations
Color information
#1A2A8D (or 0x1A2A8D) is known color: Egyptian Blue. HEX triplet: 1A, 2A and 8D. RGB value is (26,42,141). Sum of RGB (Red+Green+Blue) = 26+42+141=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 141 (55.47% from 255 or 67.46% from 209); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A2A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2A8D is #E5D572. Grayscale: #303030. Windows color (decimal): -15062387 or 9251354. OLE color: 9251354.
HSL color Cylindrical-coordinate representation of color #1A2A8D: hue angle of 231.65º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A2A8D is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 42 | 141 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.45 |
| HSL | 231.65º | 0.69% | 0.33% | - |
| HSV(B) | 231.65º | 0.82% | 0.55% | - |
| XYZ | 6.06 | 3.8 | 25.61 | - |
| YUV | 48.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 42 | 141 | 0.82 | 0.70 | 0 | 0.45 | 231.65 | 0.69 | 0.33 |
| Hex | 1A | 2A | 8D | 52 | 46 | 0 | 2D | E8 | 45 | 21 |
| Octal | 32 | 52 | 215 | 122 | 106 | 0 | 55 | 350 | 105 | 41 |
| Binary | 11010 | 101010 | 10001101 | 1010010 | 1000110 | 0 | 101101 | 11101000 | 1000101 | 100001 |
Color Harmonies of #1A2A8D
Complementary color
Monochromatic Colors of #1A2A8D
Black with #1A2A8D
Text Example
Text Example
White with #1A2A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2A8D; }
p { color: rgb(26,42,141); }
H1.HeaderClassName
{
color: #1A2A8D;
}
.AnyTagClassName
{
color: #1A2A8D;
}
</style>
background-color css
<style>
a { background-color: #1A2A8D; }
a { background-color: rgb(26,42,141); }
div.DivClassName
{
background-color: #1A2A8D;
}
.BgClassName
{
background-color: #1A2A8D;
}
</style>
border-color css
<style>
span { border-color: #1A2A8D; }
span { border-color: rgb(26,42,141); }
td.TdClassName
{
border-color: #1A2A8D;
}
.TagClassName
{
border-color: #1A2A8D;
}
</style>