Shades of Egyptian Blue #1A3188
Tints of Egyptian Blue #1A3188
RGB
CMYK
RGB Variations
Color information
#1A3188 (or 0x1A3188) is known color: Egyptian Blue. HEX triplet: 1A, 31 and 88. RGB value is (26,49,136). Sum of RGB (Red+Green+Blue) = 26+49+136=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 136 (53.52% from 255 or 64.45% from 211); Max value from RGB is 136 - color contains mainly: blue. Hex color #1A3188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3188 is #E5CE77. Grayscale: #333333. Windows color (decimal): -15060600 or 8925466. OLE color: 8925466.
HSL color Cylindrical-coordinate representation of color #1A3188: hue angle of 227.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A3188 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 49 | 136 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.47 |
| HSL | 227.45º | 0.68% | 0.32% | - |
| HSV(B) | 227.45º | 0.81% | 0.53% | - |
| XYZ | 5.97 | 4.19 | 23.79 | - |
| YUV | 52.04 | 175.38 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 136 | 0.81 | 0.64 | 0 | 0.47 | 227.45 | 0.68 | 0.32 |
| Hex | 1A | 31 | 88 | 51 | 40 | 0 | 2F | E3 | 44 | 20 |
| Octal | 32 | 61 | 210 | 121 | 100 | 0 | 57 | 343 | 104 | 40 |
| Binary | 11010 | 110001 | 10001000 | 1010001 | 1000000 | 0 | 101111 | 11100011 | 1000100 | 100000 |
Color Harmonies of #1A3188
Complementary color
Monochromatic Colors of #1A3188
Black with #1A3188
Text Example
Text Example
White with #1A3188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3188; }
p { color: rgb(26,49,136); }
H1.HeaderClassName
{
color: #1A3188;
}
.AnyTagClassName
{
color: #1A3188;
}
</style>
background-color css
<style>
a { background-color: #1A3188; }
a { background-color: rgb(26,49,136); }
div.DivClassName
{
background-color: #1A3188;
}
.BgClassName
{
background-color: #1A3188;
}
</style>
border-color css
<style>
span { border-color: #1A3188; }
span { border-color: rgb(26,49,136); }
td.TdClassName
{
border-color: #1A3188;
}
.TagClassName
{
border-color: #1A3188;
}
</style>