Shades of Egyptian Blue #1A249F
Tints of Egyptian Blue #1A249F
RGB
CMYK
RGB Variations
Color information
#1A249F (or 0x1A249F) is known color: Egyptian Blue. HEX triplet: 1A, 24 and 9F. RGB value is (26,36,159). Sum of RGB (Red+Green+Blue) = 26+36+159=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A249F is #E5DB60. Grayscale: #2E2E2E. Windows color (decimal): -15063905 or 10429466. OLE color: 10429466.
HSL color Cylindrical-coordinate representation of color #1A249F: hue angle of 235.49º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A249F is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 36 | 159 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.38 |
| HSL | 235.49º | 0.72% | 0.36% | - |
| HSV(B) | 235.49º | 0.84% | 0.62% | - |
| XYZ | 7.31 | 3.98 | 33.18 | - |
| YUV | 47.03 | 191.19 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 159 | 0.84 | 0.77 | 0 | 0.38 | 235.49 | 0.72 | 0.36 |
| Hex | 1A | 24 | 9F | 54 | 4D | 0 | 26 | EB | 48 | 24 |
| Octal | 32 | 44 | 237 | 124 | 115 | 0 | 46 | 353 | 110 | 44 |
| Binary | 11010 | 100100 | 10011111 | 1010100 | 1001101 | 0 | 100110 | 11101011 | 1001000 | 100100 |
Color Harmonies of #1A249F
Complementary color
Monochromatic Colors of #1A249F
Black with #1A249F
Text Example
Text Example
White with #1A249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A249F; }
p { color: rgb(26,36,159); }
H1.HeaderClassName
{
color: #1A249F;
}
.AnyTagClassName
{
color: #1A249F;
}
</style>
background-color css
<style>
a { background-color: #1A249F; }
a { background-color: rgb(26,36,159); }
div.DivClassName
{
background-color: #1A249F;
}
.BgClassName
{
background-color: #1A249F;
}
</style>
border-color css
<style>
span { border-color: #1A249F; }
span { border-color: rgb(26,36,159); }
td.TdClassName
{
border-color: #1A249F;
}
.TagClassName
{
border-color: #1A249F;
}
</style>