Shades of Egyptian Blue #1A2B8D
Tints of Egyptian Blue #1A2B8D
RGB
CMYK
RGB Variations
Color information
#1A2B8D (or 0x1A2B8D) is known color: Egyptian Blue. HEX triplet: 1A, 2B and 8D. RGB value is (26,43,141). Sum of RGB (Red+Green+Blue) = 26+43+141=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #1A2B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2B8D is #E5D472. Grayscale: #303030. Windows color (decimal): -15062131 or 9251610. OLE color: 9251610.
HSL color Cylindrical-coordinate representation of color #1A2B8D: hue angle of 231.13º 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 #1A2B8D is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 43 | 141 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.45 |
| HSL | 231.13º | 0.69% | 0.33% | - |
| HSV(B) | 231.13º | 0.82% | 0.55% | - |
| XYZ | 6.1 | 3.87 | 25.63 | - |
| YUV | 49.09 | 179.87 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 141 | 0.82 | 0.70 | 0 | 0.45 | 231.13 | 0.69 | 0.33 |
| Hex | 1A | 2B | 8D | 52 | 46 | 0 | 2D | E7 | 45 | 21 |
| Octal | 32 | 53 | 215 | 122 | 106 | 0 | 55 | 347 | 105 | 41 |
| Binary | 11010 | 101011 | 10001101 | 1010010 | 1000110 | 0 | 101101 | 11100111 | 1000101 | 100001 |
Color Harmonies of #1A2B8D
Complementary color
Monochromatic Colors of #1A2B8D
Black with #1A2B8D
Text Example
Text Example
White with #1A2B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2B8D; }
p { color: rgb(26,43,141); }
H1.HeaderClassName
{
color: #1A2B8D;
}
.AnyTagClassName
{
color: #1A2B8D;
}
</style>
background-color css
<style>
a { background-color: #1A2B8D; }
a { background-color: rgb(26,43,141); }
div.DivClassName
{
background-color: #1A2B8D;
}
.BgClassName
{
background-color: #1A2B8D;
}
</style>
border-color css
<style>
span { border-color: #1A2B8D; }
span { border-color: rgb(26,43,141); }
td.TdClassName
{
border-color: #1A2B8D;
}
.TagClassName
{
border-color: #1A2B8D;
}
</style>