Shades of Egyptian Blue #1A4299
Tints of Egyptian Blue #1A4299
RGB
CMYK
RGB Variations
Color information
#1A4299 (or 0x1A4299) is known color: Egyptian Blue. HEX triplet: 1A, 42 and 99. RGB value is (26,66,153). Sum of RGB (Red+Green+Blue) = 26+66+153=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A4299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A4299 is #E5BD66. Grayscale: #3F3F3F. Windows color (decimal): -15056231 or 10043930. OLE color: 10043930.
HSL color Cylindrical-coordinate representation of color #1A4299: hue angle of 221.1º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A4299 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 66 | 153 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.4 |
| HSL | 221.1º | 0.71% | 0.35% | - |
| HSV(B) | 221.1º | 0.83% | 0.6% | - |
| XYZ | 8.12 | 6.42 | 30.95 | - |
| YUV | 63.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 153 | 0.83 | 0.57 | 0 | 0.4 | 221.1 | 0.71 | 0.35 |
| Hex | 1A | 42 | 99 | 53 | 39 | 0 | 28 | DD | 47 | 23 |
| Octal | 32 | 102 | 231 | 123 | 71 | 0 | 50 | 335 | 107 | 43 |
| Binary | 11010 | 1000010 | 10011001 | 1010011 | 111001 | 0 | 101000 | 11011101 | 1000111 | 100011 |
Color Harmonies of #1A4299
Complementary color
Monochromatic Colors of #1A4299
Black with #1A4299
Text Example
Text Example
White with #1A4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4299; }
p { color: rgb(26,66,153); }
H1.HeaderClassName
{
color: #1A4299;
}
.AnyTagClassName
{
color: #1A4299;
}
</style>
background-color css
<style>
a { background-color: #1A4299; }
a { background-color: rgb(26,66,153); }
div.DivClassName
{
background-color: #1A4299;
}
.BgClassName
{
background-color: #1A4299;
}
</style>
border-color css
<style>
span { border-color: #1A4299; }
span { border-color: rgb(26,66,153); }
td.TdClassName
{
border-color: #1A4299;
}
.TagClassName
{
border-color: #1A4299;
}
</style>