Shades of Egyptian Blue #1A44AB
Tints of Egyptian Blue #1A44AB
RGB
CMYK
RGB Variations
Color information
#1A44AB (or 0x1A44AB) is known color: Egyptian Blue. HEX triplet: 1A, 44 and AB. RGB value is (26,68,171). Sum of RGB (Red+Green+Blue) = 26+68+171=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A44AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A44AB is #E5BB54. Grayscale: #424242. Windows color (decimal): -15055701 or 11224090. OLE color: 11224090.
HSL color Cylindrical-coordinate representation of color #1A44AB: hue angle of 222.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A44AB is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 68 | 171 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.33 |
| HSL | 222.62º | 0.74% | 0.39% | - |
| HSV(B) | 222.62º | 0.85% | 0.67% | - |
| XYZ | 9.84 | 7.29 | 39.42 | - |
| YUV | 67.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 171 | 0.85 | 0.60 | 0 | 0.33 | 222.62 | 0.74 | 0.39 |
| Hex | 1A | 44 | AB | 55 | 3C | 0 | 21 | DF | 4A | 27 |
| Octal | 32 | 104 | 253 | 125 | 74 | 0 | 41 | 337 | 112 | 47 |
| Binary | 11010 | 1000100 | 10101011 | 1010101 | 111100 | 0 | 100001 | 11011111 | 1001010 | 100111 |
Color Harmonies of #1A44AB
Complementary color
Monochromatic Colors of #1A44AB
Black with #1A44AB
Text Example
Text Example
White with #1A44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A44AB; }
p { color: rgb(26,68,171); }
H1.HeaderClassName
{
color: #1A44AB;
}
.AnyTagClassName
{
color: #1A44AB;
}
</style>
background-color css
<style>
a { background-color: #1A44AB; }
a { background-color: rgb(26,68,171); }
div.DivClassName
{
background-color: #1A44AB;
}
.BgClassName
{
background-color: #1A44AB;
}
</style>
border-color css
<style>
span { border-color: #1A44AB; }
span { border-color: rgb(26,68,171); }
td.TdClassName
{
border-color: #1A44AB;
}
.TagClassName
{
border-color: #1A44AB;
}
</style>