Shades of Egyptian Blue #1A288F
Tints of Egyptian Blue #1A288F
RGB
CMYK
RGB Variations
Color information
#1A288F (or 0x1A288F) is known color: Egyptian Blue. HEX triplet: 1A, 28 and 8F. RGB value is (26,40,143). Sum of RGB (Red+Green+Blue) = 26+40+143=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #1A288F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A288F is #E5D770. Grayscale: #2F2F2F. Windows color (decimal): -15062897 or 9381914. OLE color: 9381914.
HSL color Cylindrical-coordinate representation of color #1A288F: hue angle of 232.82º 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 #1A288F is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 40 | 143 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.44 |
| HSL | 232.82º | 0.69% | 0.33% | - |
| HSV(B) | 232.82º | 0.82% | 0.56% | - |
| XYZ | 6.14 | 3.72 | 26.38 | - |
| YUV | 47.56 | 181.86 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 143 | 0.82 | 0.72 | 0 | 0.44 | 232.82 | 0.69 | 0.33 |
| Hex | 1A | 28 | 8F | 52 | 48 | 0 | 2C | E9 | 45 | 21 |
| Octal | 32 | 50 | 217 | 122 | 110 | 0 | 54 | 351 | 105 | 41 |
| Binary | 11010 | 101000 | 10001111 | 1010010 | 1001000 | 0 | 101100 | 11101001 | 1000101 | 100001 |
Color Harmonies of #1A288F
Complementary color
Monochromatic Colors of #1A288F
Black with #1A288F
Text Example
Text Example
White with #1A288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A288F; }
p { color: rgb(26,40,143); }
H1.HeaderClassName
{
color: #1A288F;
}
.AnyTagClassName
{
color: #1A288F;
}
</style>
background-color css
<style>
a { background-color: #1A288F; }
a { background-color: rgb(26,40,143); }
div.DivClassName
{
background-color: #1A288F;
}
.BgClassName
{
background-color: #1A288F;
}
</style>
border-color css
<style>
span { border-color: #1A288F; }
span { border-color: rgb(26,40,143); }
td.TdClassName
{
border-color: #1A288F;
}
.TagClassName
{
border-color: #1A288F;
}
</style>