Shades of Egyptian Blue #1A3091
Tints of Egyptian Blue #1A3091
RGB
CMYK
RGB Variations
Color information
#1A3091 (or 0x1A3091) is known color: Egyptian Blue. HEX triplet: 1A, 30 and 91. RGB value is (26,48,145). Sum of RGB (Red+Green+Blue) = 26+48+145=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #1A3091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3091 is #E5CF6E. Grayscale: #343434. Windows color (decimal): -15060847 or 9515034. OLE color: 9515034.
HSL color Cylindrical-coordinate representation of color #1A3091: hue angle of 228.91º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A3091 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 48 | 145 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.43 |
| HSL | 228.91º | 0.7% | 0.34% | - |
| HSV(B) | 228.91º | 0.82% | 0.57% | - |
| XYZ | 6.59 | 4.38 | 27.29 | - |
| YUV | 52.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 145 | 0.82 | 0.67 | 0 | 0.43 | 228.91 | 0.7 | 0.34 |
| Hex | 1A | 30 | 91 | 52 | 43 | 0 | 2B | E5 | 46 | 22 |
| Octal | 32 | 60 | 221 | 122 | 103 | 0 | 53 | 345 | 106 | 42 |
| Binary | 11010 | 110000 | 10010001 | 1010010 | 1000011 | 0 | 101011 | 11100101 | 1000110 | 100010 |
Color Harmonies of #1A3091
Complementary color
Monochromatic Colors of #1A3091
Black with #1A3091
Text Example
Text Example
White with #1A3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3091; }
p { color: rgb(26,48,145); }
H1.HeaderClassName
{
color: #1A3091;
}
.AnyTagClassName
{
color: #1A3091;
}
</style>
background-color css
<style>
a { background-color: #1A3091; }
a { background-color: rgb(26,48,145); }
div.DivClassName
{
background-color: #1A3091;
}
.BgClassName
{
background-color: #1A3091;
}
</style>
border-color css
<style>
span { border-color: #1A3091; }
span { border-color: rgb(26,48,145); }
td.TdClassName
{
border-color: #1A3091;
}
.TagClassName
{
border-color: #1A3091;
}
</style>