Shades of Egyptian Blue #1A3BA0
Tints of Egyptian Blue #1A3BA0
RGB
CMYK
RGB Variations
Color information
#1A3BA0 (or 0x1A3BA0) is known color: Egyptian Blue. HEX triplet: 1A, 3B and A0. RGB value is (26,59,160). Sum of RGB (Red+Green+Blue) = 26+59+160=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A3BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3BA0 is #E5C45F. Grayscale: #3C3C3C. Windows color (decimal): -15058016 or 10500890. OLE color: 10500890.
HSL color Cylindrical-coordinate representation of color #1A3BA0: hue angle of 225.22º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A3BA0 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 59 | 160 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.37 |
| HSL | 225.22º | 0.72% | 0.36% | - |
| HSV(B) | 225.22º | 0.84% | 0.63% | - |
| XYZ | 8.34 | 5.89 | 33.95 | - |
| YUV | 60.65 | 184.07 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 160 | 0.84 | 0.63 | 0 | 0.37 | 225.22 | 0.72 | 0.36 |
| Hex | 1A | 3B | A0 | 54 | 3F | 0 | 25 | E1 | 48 | 24 |
| Octal | 32 | 73 | 240 | 124 | 77 | 0 | 45 | 341 | 110 | 44 |
| Binary | 11010 | 111011 | 10100000 | 1010100 | 111111 | 0 | 100101 | 11100001 | 1001000 | 100100 |
Color Harmonies of #1A3BA0
Complementary color
Monochromatic Colors of #1A3BA0
Black with #1A3BA0
Text Example
Text Example
White with #1A3BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3BA0; }
p { color: rgb(26,59,160); }
H1.HeaderClassName
{
color: #1A3BA0;
}
.AnyTagClassName
{
color: #1A3BA0;
}
</style>
background-color css
<style>
a { background-color: #1A3BA0; }
a { background-color: rgb(26,59,160); }
div.DivClassName
{
background-color: #1A3BA0;
}
.BgClassName
{
background-color: #1A3BA0;
}
</style>
border-color css
<style>
span { border-color: #1A3BA0; }
span { border-color: rgb(26,59,160); }
td.TdClassName
{
border-color: #1A3BA0;
}
.TagClassName
{
border-color: #1A3BA0;
}
</style>