Shades of Egyptian Blue #1A2C8D
Tints of Egyptian Blue #1A2C8D
RGB
CMYK
RGB Variations
Color information
#1A2C8D (or 0x1A2C8D) is known color: Egyptian Blue. HEX triplet: 1A, 2C and 8D. RGB value is (26,44,141). Sum of RGB (Red+Green+Blue) = 26+44+141=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A2C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2C8D is #E5D372. Grayscale: #313131. Windows color (decimal): -15061875 or 9251866. OLE color: 9251866.
HSL color Cylindrical-coordinate representation of color #1A2C8D: hue angle of 230.61º 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 #1A2C8D is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 44 | 141 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.45 |
| HSL | 230.61º | 0.69% | 0.33% | - |
| HSV(B) | 230.61º | 0.82% | 0.55% | - |
| XYZ | 6.13 | 3.94 | 25.64 | - |
| YUV | 49.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 44 | 141 | 0.82 | 0.69 | 0 | 0.45 | 230.61 | 0.69 | 0.33 |
| Hex | 1A | 2C | 8D | 52 | 45 | 0 | 2D | E7 | 45 | 21 |
| Octal | 32 | 54 | 215 | 122 | 105 | 0 | 55 | 347 | 105 | 41 |
| Binary | 11010 | 101100 | 10001101 | 1010010 | 1000101 | 0 | 101101 | 11100111 | 1000101 | 100001 |
Color Harmonies of #1A2C8D
Complementary color
Monochromatic Colors of #1A2C8D
Black with #1A2C8D
Text Example
Text Example
White with #1A2C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2C8D; }
p { color: rgb(26,44,141); }
H1.HeaderClassName
{
color: #1A2C8D;
}
.AnyTagClassName
{
color: #1A2C8D;
}
</style>
background-color css
<style>
a { background-color: #1A2C8D; }
a { background-color: rgb(26,44,141); }
div.DivClassName
{
background-color: #1A2C8D;
}
.BgClassName
{
background-color: #1A2C8D;
}
</style>
border-color css
<style>
span { border-color: #1A2C8D; }
span { border-color: rgb(26,44,141); }
td.TdClassName
{
border-color: #1A2C8D;
}
.TagClassName
{
border-color: #1A2C8D;
}
</style>