Shades of Egyptian Blue #1A2BAD
Tints of Egyptian Blue #1A2BAD
RGB
CMYK
RGB Variations
Color information
#1A2BAD (or 0x1A2BAD) is known color: Egyptian Blue. HEX triplet: 1A, 2B and AD. RGB value is (26,43,173). Sum of RGB (Red+Green+Blue) = 26+43+173=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A2BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2BAD is #E5D452. Grayscale: #343434. Windows color (decimal): -15062099 or 11348762. OLE color: 11348762.
HSL color Cylindrical-coordinate representation of color #1A2BAD: hue angle of 233.06º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A2BAD is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 43 | 173 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.32 |
| HSL | 233.06º | 0.74% | 0.39% | - |
| HSV(B) | 233.06º | 0.85% | 0.68% | - |
| XYZ | 8.83 | 4.96 | 40.03 | - |
| YUV | 52.74 | 195.87 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 43 | 173 | 0.85 | 0.75 | 0 | 0.32 | 233.06 | 0.74 | 0.39 |
| Hex | 1A | 2B | AD | 55 | 4B | 0 | 20 | E9 | 4A | 27 |
| Octal | 32 | 53 | 255 | 125 | 113 | 0 | 40 | 351 | 112 | 47 |
| Binary | 11010 | 101011 | 10101101 | 1010101 | 1001011 | 0 | 100000 | 11101001 | 1001010 | 100111 |
Color Harmonies of #1A2BAD
Complementary color
Monochromatic Colors of #1A2BAD
Black with #1A2BAD
Text Example
Text Example
White with #1A2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2BAD; }
p { color: rgb(26,43,173); }
H1.HeaderClassName
{
color: #1A2BAD;
}
.AnyTagClassName
{
color: #1A2BAD;
}
</style>
background-color css
<style>
a { background-color: #1A2BAD; }
a { background-color: rgb(26,43,173); }
div.DivClassName
{
background-color: #1A2BAD;
}
.BgClassName
{
background-color: #1A2BAD;
}
</style>
border-color css
<style>
span { border-color: #1A2BAD; }
span { border-color: rgb(26,43,173); }
td.TdClassName
{
border-color: #1A2BAD;
}
.TagClassName
{
border-color: #1A2BAD;
}
</style>