Shades of Egyptian Blue #1A3BAA
Tints of Egyptian Blue #1A3BAA
RGB
CMYK
RGB Variations
Color information
#1A3BAA (or 0x1A3BAA) is known color: Egyptian Blue. HEX triplet: 1A, 3B and AA. RGB value is (26,59,170). Sum of RGB (Red+Green+Blue) = 26+59+170=255 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.20% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A3BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3BAA is #E5C455. Grayscale: #3D3D3D. Windows color (decimal): -15058006 or 11156250. OLE color: 11156250.
HSL color Cylindrical-coordinate representation of color #1A3BAA: hue angle of 226.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A3BAA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 59 | 170 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.33 |
| HSL | 226.25º | 0.73% | 0.38% | - |
| HSV(B) | 226.25º | 0.85% | 0.67% | - |
| XYZ | 9.25 | 6.25 | 38.75 | - |
| YUV | 61.79 | 189.07 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 59 | 170 | 0.85 | 0.65 | 0 | 0.33 | 226.25 | 0.73 | 0.38 |
| Hex | 1A | 3B | AA | 55 | 41 | 0 | 21 | E2 | 49 | 26 |
| Octal | 32 | 73 | 252 | 125 | 101 | 0 | 41 | 342 | 111 | 46 |
| Binary | 11010 | 111011 | 10101010 | 1010101 | 1000001 | 0 | 100001 | 11100010 | 1001001 | 100110 |
Color Harmonies of #1A3BAA
Complementary color
Monochromatic Colors of #1A3BAA
Black with #1A3BAA
Text Example
Text Example
White with #1A3BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3BAA; }
p { color: rgb(26,59,170); }
H1.HeaderClassName
{
color: #1A3BAA;
}
.AnyTagClassName
{
color: #1A3BAA;
}
</style>
background-color css
<style>
a { background-color: #1A3BAA; }
a { background-color: rgb(26,59,170); }
div.DivClassName
{
background-color: #1A3BAA;
}
.BgClassName
{
background-color: #1A3BAA;
}
</style>
border-color css
<style>
span { border-color: #1A3BAA; }
span { border-color: rgb(26,59,170); }
td.TdClassName
{
border-color: #1A3BAA;
}
.TagClassName
{
border-color: #1A3BAA;
}
</style>