Shades of Egyptian Blue #1A449A
Tints of Egyptian Blue #1A449A
RGB
CMYK
RGB Variations
Color information
#1A449A (or 0x1A449A) is known color: Egyptian Blue. HEX triplet: 1A, 44 and 9A. RGB value is (26,68,154). Sum of RGB (Red+Green+Blue) = 26+68+154=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A449A is #E5BB65. Grayscale: #404040. Windows color (decimal): -15055718 or 10109978. OLE color: 10109978.
HSL color Cylindrical-coordinate representation of color #1A449A: hue angle of 220.31º 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 #1A449A is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 68 | 154 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.40 |
| HSL | 220.31º | 0.71% | 0.35% | - |
| HSV(B) | 220.31º | 0.83% | 0.6% | - |
| XYZ | 8.33 | 6.69 | 31.42 | - |
| YUV | 65.25 | 178.09 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 154 | 0.83 | 0.56 | 0 | 0.40 | 220.31 | 0.71 | 0.35 |
| Hex | 1A | 44 | 9A | 53 | 38 | 0 | 28 | DC | 47 | 23 |
| Octal | 32 | 104 | 232 | 123 | 70 | 0 | 50 | 334 | 107 | 43 |
| Binary | 11010 | 1000100 | 10011010 | 1010011 | 111000 | 0 | 101000 | 11011100 | 1000111 | 100011 |
Color Harmonies of #1A449A
Complementary color
Monochromatic Colors of #1A449A
Black with #1A449A
Text Example
Text Example
White with #1A449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A449A; }
p { color: rgb(26,68,154); }
H1.HeaderClassName
{
color: #1A449A;
}
.AnyTagClassName
{
color: #1A449A;
}
</style>
background-color css
<style>
a { background-color: #1A449A; }
a { background-color: rgb(26,68,154); }
div.DivClassName
{
background-color: #1A449A;
}
.BgClassName
{
background-color: #1A449A;
}
</style>
border-color css
<style>
span { border-color: #1A449A; }
span { border-color: rgb(26,68,154); }
td.TdClassName
{
border-color: #1A449A;
}
.TagClassName
{
border-color: #1A449A;
}
</style>