Shades of Egyptian Blue #1A358A
Tints of Egyptian Blue #1A358A
RGB
CMYK
RGB Variations
Color information
#1A358A (or 0x1A358A) is known color: Egyptian Blue. HEX triplet: 1A, 35 and 8A. RGB value is (26,53,138). Sum of RGB (Red+Green+Blue) = 26+53+138=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A358A is #E5CA75. Grayscale: #363636. Windows color (decimal): -15059574 or 9057562. OLE color: 9057562.
HSL color Cylindrical-coordinate representation of color #1A358A: hue angle of 225.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A358A is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 53 | 138 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.46 |
| HSL | 225.54º | 0.68% | 0.32% | - |
| HSV(B) | 225.54º | 0.81% | 0.54% | - |
| XYZ | 6.29 | 4.6 | 24.6 | - |
| YUV | 54.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 138 | 0.81 | 0.62 | 0 | 0.46 | 225.54 | 0.68 | 0.32 |
| Hex | 1A | 35 | 8A | 51 | 3E | 0 | 2E | E2 | 44 | 20 |
| Octal | 32 | 65 | 212 | 121 | 76 | 0 | 56 | 342 | 104 | 40 |
| Binary | 11010 | 110101 | 10001010 | 1010001 | 111110 | 0 | 101110 | 11100010 | 1000100 | 100000 |
Color Harmonies of #1A358A
Complementary color
Monochromatic Colors of #1A358A
Black with #1A358A
Text Example
Text Example
White with #1A358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A358A; }
p { color: rgb(26,53,138); }
H1.HeaderClassName
{
color: #1A358A;
}
.AnyTagClassName
{
color: #1A358A;
}
</style>
background-color css
<style>
a { background-color: #1A358A; }
a { background-color: rgb(26,53,138); }
div.DivClassName
{
background-color: #1A358A;
}
.BgClassName
{
background-color: #1A358A;
}
</style>
border-color css
<style>
span { border-color: #1A358A; }
span { border-color: rgb(26,53,138); }
td.TdClassName
{
border-color: #1A358A;
}
.TagClassName
{
border-color: #1A358A;
}
</style>