Shades of Egyptian Blue #1A3DAC
Tints of Egyptian Blue #1A3DAC
RGB
CMYK
RGB Variations
Color information
#1A3DAC (or 0x1A3DAC) is known color: Egyptian Blue. HEX triplet: 1A, 3D and AC. RGB value is (26,61,172). Sum of RGB (Red+Green+Blue) = 26+61+172=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A3DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3DAC is #E5C253. Grayscale: #3E3E3E. Windows color (decimal): -15057492 or 11287834. OLE color: 11287834.
HSL color Cylindrical-coordinate representation of color #1A3DAC: hue angle of 225.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A3DAC is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 61 | 172 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.33 |
| HSL | 225.62º | 0.74% | 0.39% | - |
| HSV(B) | 225.62º | 0.85% | 0.67% | - |
| XYZ | 9.54 | 6.54 | 39.79 | - |
| YUV | 63.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 172 | 0.85 | 0.65 | 0 | 0.33 | 225.62 | 0.74 | 0.39 |
| Hex | 1A | 3D | AC | 55 | 41 | 0 | 21 | E2 | 4A | 27 |
| Octal | 32 | 75 | 254 | 125 | 101 | 0 | 41 | 342 | 112 | 47 |
| Binary | 11010 | 111101 | 10101100 | 1010101 | 1000001 | 0 | 100001 | 11100010 | 1001010 | 100111 |
Color Harmonies of #1A3DAC
Complementary color
Monochromatic Colors of #1A3DAC
Black with #1A3DAC
Text Example
Text Example
White with #1A3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3DAC; }
p { color: rgb(26,61,172); }
H1.HeaderClassName
{
color: #1A3DAC;
}
.AnyTagClassName
{
color: #1A3DAC;
}
</style>
background-color css
<style>
a { background-color: #1A3DAC; }
a { background-color: rgb(26,61,172); }
div.DivClassName
{
background-color: #1A3DAC;
}
.BgClassName
{
background-color: #1A3DAC;
}
</style>
border-color css
<style>
span { border-color: #1A3DAC; }
span { border-color: rgb(26,61,172); }
td.TdClassName
{
border-color: #1A3DAC;
}
.TagClassName
{
border-color: #1A3DAC;
}
</style>