Shades of Egyptian Blue #1A3FA4
Tints of Egyptian Blue #1A3FA4
RGB
CMYK
RGB Variations
Color information
#1A3FA4 (or 0x1A3FA4) is known color: Egyptian Blue. HEX triplet: 1A, 3F and A4. RGB value is (26,63,164). Sum of RGB (Red+Green+Blue) = 26+63+164=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A3FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3FA4 is #E5C05B. Grayscale: #3F3F3F. Windows color (decimal): -15056988 or 10764058. OLE color: 10764058.
HSL color Cylindrical-coordinate representation of color #1A3FA4: hue angle of 223.91º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A3FA4 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 63 | 164 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.36 |
| HSL | 223.91º | 0.73% | 0.37% | - |
| HSV(B) | 223.91º | 0.84% | 0.64% | - |
| XYZ | 8.9 | 6.45 | 35.9 | - |
| YUV | 63.45 | 184.74 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 63 | 164 | 0.84 | 0.62 | 0 | 0.36 | 223.91 | 0.73 | 0.37 |
| Hex | 1A | 3F | A4 | 54 | 3E | 0 | 24 | E0 | 49 | 25 |
| Octal | 32 | 77 | 244 | 124 | 76 | 0 | 44 | 340 | 111 | 45 |
| Binary | 11010 | 111111 | 10100100 | 1010100 | 111110 | 0 | 100100 | 11100000 | 1001001 | 100101 |
Color Harmonies of #1A3FA4
Complementary color
Monochromatic Colors of #1A3FA4
Black with #1A3FA4
Text Example
Text Example
White with #1A3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3FA4; }
p { color: rgb(26,63,164); }
H1.HeaderClassName
{
color: #1A3FA4;
}
.AnyTagClassName
{
color: #1A3FA4;
}
</style>
background-color css
<style>
a { background-color: #1A3FA4; }
a { background-color: rgb(26,63,164); }
div.DivClassName
{
background-color: #1A3FA4;
}
.BgClassName
{
background-color: #1A3FA4;
}
</style>
border-color css
<style>
span { border-color: #1A3FA4; }
span { border-color: rgb(26,63,164); }
td.TdClassName
{
border-color: #1A3FA4;
}
.TagClassName
{
border-color: #1A3FA4;
}
</style>