Shades of Egyptian Blue #1A3CA0
Tints of Egyptian Blue #1A3CA0
RGB
CMYK
RGB Variations
Color information
#1A3CA0 (or 0x1A3CA0) is known color: Egyptian Blue. HEX triplet: 1A, 3C and A0. RGB value is (26,60,160). Sum of RGB (Red+Green+Blue) = 26+60+160=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #1A3CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3CA0 is #E5C35F. Grayscale: #3C3C3C. Windows color (decimal): -15057760 or 10501146. OLE color: 10501146.
HSL color Cylindrical-coordinate representation of color #1A3CA0: hue angle of 224.78º 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 #1A3CA0 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 60 | 160 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.37 |
| HSL | 224.78º | 0.72% | 0.36% | - |
| HSV(B) | 224.78º | 0.84% | 0.63% | - |
| XYZ | 8.39 | 5.99 | 33.97 | - |
| YUV | 61.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 160 | 0.84 | 0.62 | 0 | 0.37 | 224.78 | 0.72 | 0.36 |
| Hex | 1A | 3C | A0 | 54 | 3E | 0 | 25 | E1 | 48 | 24 |
| Octal | 32 | 74 | 240 | 124 | 76 | 0 | 45 | 341 | 110 | 44 |
| Binary | 11010 | 111100 | 10100000 | 1010100 | 111110 | 0 | 100101 | 11100001 | 1001000 | 100100 |
Color Harmonies of #1A3CA0
Complementary color
Monochromatic Colors of #1A3CA0
Black with #1A3CA0
Text Example
Text Example
White with #1A3CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3CA0; }
p { color: rgb(26,60,160); }
H1.HeaderClassName
{
color: #1A3CA0;
}
.AnyTagClassName
{
color: #1A3CA0;
}
</style>
background-color css
<style>
a { background-color: #1A3CA0; }
a { background-color: rgb(26,60,160); }
div.DivClassName
{
background-color: #1A3CA0;
}
.BgClassName
{
background-color: #1A3CA0;
}
</style>
border-color css
<style>
span { border-color: #1A3CA0; }
span { border-color: rgb(26,60,160); }
td.TdClassName
{
border-color: #1A3CA0;
}
.TagClassName
{
border-color: #1A3CA0;
}
</style>