Shades of Egyptian Blue #1A3A8A
Tints of Egyptian Blue #1A3A8A
RGB
CMYK
RGB Variations
Color information
#1A3A8A (or 0x1A3A8A) is known color: Egyptian Blue. HEX triplet: 1A, 3A and 8A. RGB value is (26,58,138). Sum of RGB (Red+Green+Blue) = 26+58+138=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A3A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3A8A is #E5C575. Grayscale: #393939. Windows color (decimal): -15058294 or 9058842. OLE color: 9058842.
HSL color Cylindrical-coordinate representation of color #1A3A8A: hue angle of 222.86º 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 #1A3A8A is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 58 | 138 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.46 |
| HSL | 222.86º | 0.68% | 0.32% | - |
| HSV(B) | 222.86º | 0.81% | 0.54% | - |
| XYZ | 6.53 | 5.08 | 24.68 | - |
| YUV | 57.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 138 | 0.81 | 0.58 | 0 | 0.46 | 222.86 | 0.68 | 0.32 |
| Hex | 1A | 3A | 8A | 51 | 3A | 0 | 2E | DF | 44 | 20 |
| Octal | 32 | 72 | 212 | 121 | 72 | 0 | 56 | 337 | 104 | 40 |
| Binary | 11010 | 111010 | 10001010 | 1010001 | 111010 | 0 | 101110 | 11011111 | 1000100 | 100000 |
Color Harmonies of #1A3A8A
Complementary color
Monochromatic Colors of #1A3A8A
Black with #1A3A8A
Text Example
Text Example
White with #1A3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3A8A; }
p { color: rgb(26,58,138); }
H1.HeaderClassName
{
color: #1A3A8A;
}
.AnyTagClassName
{
color: #1A3A8A;
}
</style>
background-color css
<style>
a { background-color: #1A3A8A; }
a { background-color: rgb(26,58,138); }
div.DivClassName
{
background-color: #1A3A8A;
}
.BgClassName
{
background-color: #1A3A8A;
}
</style>
border-color css
<style>
span { border-color: #1A3A8A; }
span { border-color: rgb(26,58,138); }
td.TdClassName
{
border-color: #1A3A8A;
}
.TagClassName
{
border-color: #1A3A8A;
}
</style>