Shades of Egyptian Blue #1A358B
Tints of Egyptian Blue #1A358B
RGB
CMYK
RGB Variations
Color information
#1A358B (or 0x1A358B) is known color: Egyptian Blue. HEX triplet: 1A, 35 and 8B. RGB value is (26,53,139). Sum of RGB (Red+Green+Blue) = 26+53+139=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #1A358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A358B is #E5CA74. Grayscale: #363636. Windows color (decimal): -15059573 or 9123098. OLE color: 9123098.
HSL color Cylindrical-coordinate representation of color #1A358B: hue angle of 225.66º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A358B is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 53 | 139 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.45 |
| HSL | 225.66º | 0.68% | 0.32% | - |
| HSV(B) | 225.66º | 0.81% | 0.55% | - |
| XYZ | 6.36 | 4.63 | 24.98 | - |
| YUV | 54.73 | 175.55 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 139 | 0.81 | 0.62 | 0 | 0.45 | 225.66 | 0.68 | 0.32 |
| Hex | 1A | 35 | 8B | 51 | 3E | 0 | 2D | E2 | 44 | 20 |
| Octal | 32 | 65 | 213 | 121 | 76 | 0 | 55 | 342 | 104 | 40 |
| Binary | 11010 | 110101 | 10001011 | 1010001 | 111110 | 0 | 101101 | 11100010 | 1000100 | 100000 |
Color Harmonies of #1A358B
Complementary color
Monochromatic Colors of #1A358B
Black with #1A358B
Text Example
Text Example
White with #1A358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A358B; }
p { color: rgb(26,53,139); }
H1.HeaderClassName
{
color: #1A358B;
}
.AnyTagClassName
{
color: #1A358B;
}
</style>
background-color css
<style>
a { background-color: #1A358B; }
a { background-color: rgb(26,53,139); }
div.DivClassName
{
background-color: #1A358B;
}
.BgClassName
{
background-color: #1A358B;
}
</style>
border-color css
<style>
span { border-color: #1A358B; }
span { border-color: rgb(26,53,139); }
td.TdClassName
{
border-color: #1A358B;
}
.TagClassName
{
border-color: #1A358B;
}
</style>