Shades of Egyptian Blue #1A3DAB
Tints of Egyptian Blue #1A3DAB
RGB
CMYK
RGB Variations
Color information
#1A3DAB (or 0x1A3DAB) is known color: Egyptian Blue. HEX triplet: 1A, 3D and AB. RGB value is (26,61,171). Sum of RGB (Red+Green+Blue) = 26+61+171=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3DAB is #E5C254. Grayscale: #3E3E3E. Windows color (decimal): -15057493 or 11222298. OLE color: 11222298.
HSL color Cylindrical-coordinate representation of color #1A3DAB: hue angle of 225.52º 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 #1A3DAB is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 61 | 171 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.33 |
| HSL | 225.52º | 0.74% | 0.39% | - |
| HSV(B) | 225.52º | 0.85% | 0.67% | - |
| XYZ | 9.45 | 6.5 | 39.28 | - |
| YUV | 63.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 61 | 171 | 0.85 | 0.64 | 0 | 0.33 | 225.52 | 0.74 | 0.39 |
| Hex | 1A | 3D | AB | 55 | 40 | 0 | 21 | E2 | 4A | 27 |
| Octal | 32 | 75 | 253 | 125 | 100 | 0 | 41 | 342 | 112 | 47 |
| Binary | 11010 | 111101 | 10101011 | 1010101 | 1000000 | 0 | 100001 | 11100010 | 1001010 | 100111 |
Color Harmonies of #1A3DAB
Complementary color
Monochromatic Colors of #1A3DAB
Black with #1A3DAB
Text Example
Text Example
White with #1A3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3DAB; }
p { color: rgb(26,61,171); }
H1.HeaderClassName
{
color: #1A3DAB;
}
.AnyTagClassName
{
color: #1A3DAB;
}
</style>
background-color css
<style>
a { background-color: #1A3DAB; }
a { background-color: rgb(26,61,171); }
div.DivClassName
{
background-color: #1A3DAB;
}
.BgClassName
{
background-color: #1A3DAB;
}
</style>
border-color css
<style>
span { border-color: #1A3DAB; }
span { border-color: rgb(26,61,171); }
td.TdClassName
{
border-color: #1A3DAB;
}
.TagClassName
{
border-color: #1A3DAB;
}
</style>