Shades of Egyptian Blue #1A2499
Tints of Egyptian Blue #1A2499
RGB
CMYK
RGB Variations
Color information
#1A2499 (or 0x1A2499) is known color: Egyptian Blue. HEX triplet: 1A, 24 and 99. RGB value is (26,36,153). Sum of RGB (Red+Green+Blue) = 26+36+153=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #1A2499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2499 is #E5DB66. Grayscale: #2D2D2D. Windows color (decimal): -15063911 or 10036250. OLE color: 10036250.
HSL color Cylindrical-coordinate representation of color #1A2499: hue angle of 235.28º 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 #1A2499 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 26 | 36 | 153 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.4 |
| HSL | 235.28º | 0.71% | 0.35% | - |
| HSV(B) | 235.28º | 0.83% | 0.6% | - |
| XYZ | 6.81 | 3.78 | 30.51 | - |
| YUV | 46.35 | 188.19 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 153 | 0.83 | 0.76 | 0 | 0.4 | 235.28 | 0.71 | 0.35 |
| Hex | 1A | 24 | 99 | 53 | 4C | 0 | 28 | EB | 47 | 23 |
| Octal | 32 | 44 | 231 | 123 | 114 | 0 | 50 | 353 | 107 | 43 |
| Binary | 11010 | 100100 | 10011001 | 1010011 | 1001100 | 0 | 101000 | 11101011 | 1000111 | 100011 |
Color Harmonies of #1A2499
Complementary color
Monochromatic Colors of #1A2499
Black with #1A2499
Text Example
Text Example
White with #1A2499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2499; }
p { color: rgb(26,36,153); }
H1.HeaderClassName
{
color: #1A2499;
}
.AnyTagClassName
{
color: #1A2499;
}
</style>
background-color css
<style>
a { background-color: #1A2499; }
a { background-color: rgb(26,36,153); }
div.DivClassName
{
background-color: #1A2499;
}
.BgClassName
{
background-color: #1A2499;
}
</style>
border-color css
<style>
span { border-color: #1A2499; }
span { border-color: rgb(26,36,153); }
td.TdClassName
{
border-color: #1A2499;
}
.TagClassName
{
border-color: #1A2499;
}
</style>