Shades of Egyptian Blue #1A479A
Tints of Egyptian Blue #1A479A
RGB
CMYK
RGB Variations
Color information
#1A479A (or 0x1A479A) is known color: Egyptian Blue. HEX triplet: 1A, 47 and 9A. RGB value is (26,71,154). Sum of RGB (Red+Green+Blue) = 26+71+154=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A479A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A479A is #E5B865. Grayscale: #424242. Windows color (decimal): -15054950 or 10110746. OLE color: 10110746.
HSL color Cylindrical-coordinate representation of color #1A479A: hue angle of 218.91º 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 #1A479A is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 26 | 71 | 154 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.40 |
| HSL | 218.91º | 0.71% | 0.35% | - |
| HSV(B) | 218.91º | 0.83% | 0.6% | - |
| XYZ | 8.51 | 7.06 | 31.49 | - |
| YUV | 67.01 | 177.09 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 71 | 154 | 0.83 | 0.54 | 0 | 0.40 | 218.91 | 0.71 | 0.35 |
| Hex | 1A | 47 | 9A | 53 | 36 | 0 | 28 | DB | 47 | 23 |
| Octal | 32 | 107 | 232 | 123 | 66 | 0 | 50 | 333 | 107 | 43 |
| Binary | 11010 | 1000111 | 10011010 | 1010011 | 110110 | 0 | 101000 | 11011011 | 1000111 | 100011 |
Color Harmonies of #1A479A
Complementary color
Monochromatic Colors of #1A479A
Black with #1A479A
Text Example
Text Example
White with #1A479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A479A; }
p { color: rgb(26,71,154); }
H1.HeaderClassName
{
color: #1A479A;
}
.AnyTagClassName
{
color: #1A479A;
}
</style>
background-color css
<style>
a { background-color: #1A479A; }
a { background-color: rgb(26,71,154); }
div.DivClassName
{
background-color: #1A479A;
}
.BgClassName
{
background-color: #1A479A;
}
</style>
border-color css
<style>
span { border-color: #1A479A; }
span { border-color: rgb(26,71,154); }
td.TdClassName
{
border-color: #1A479A;
}
.TagClassName
{
border-color: #1A479A;
}
</style>