Shades of Egyptian Blue #1A3695
Tints of Egyptian Blue #1A3695
RGB
CMYK
RGB Variations
Color information
#1A3695 (or 0x1A3695) is known color: Egyptian Blue. HEX triplet: 1A, 36 and 95. RGB value is (26,54,149). Sum of RGB (Red+Green+Blue) = 26+54+149=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #1A3695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3695 is #E5C96A. Grayscale: #383838. Windows color (decimal): -15059307 or 9778714. OLE color: 9778714.
HSL color Cylindrical-coordinate representation of color #1A3695: hue angle of 226.34º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A3695 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 54 | 149 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.42 |
| HSL | 226.34º | 0.7% | 0.34% | - |
| HSV(B) | 226.34º | 0.83% | 0.58% | - |
| XYZ | 7.17 | 5.03 | 29.03 | - |
| YUV | 56.46 | 180.22 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 149 | 0.83 | 0.64 | 0 | 0.42 | 226.34 | 0.7 | 0.34 |
| Hex | 1A | 36 | 95 | 53 | 40 | 0 | 2A | E2 | 46 | 22 |
| Octal | 32 | 66 | 225 | 123 | 100 | 0 | 52 | 342 | 106 | 42 |
| Binary | 11010 | 110110 | 10010101 | 1010011 | 1000000 | 0 | 101010 | 11100010 | 1000110 | 100010 |
Color Harmonies of #1A3695
Complementary color
Monochromatic Colors of #1A3695
Black with #1A3695
Text Example
Text Example
White with #1A3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3695; }
p { color: rgb(26,54,149); }
H1.HeaderClassName
{
color: #1A3695;
}
.AnyTagClassName
{
color: #1A3695;
}
</style>
background-color css
<style>
a { background-color: #1A3695; }
a { background-color: rgb(26,54,149); }
div.DivClassName
{
background-color: #1A3695;
}
.BgClassName
{
background-color: #1A3695;
}
</style>
border-color css
<style>
span { border-color: #1A3695; }
span { border-color: rgb(26,54,149); }
td.TdClassName
{
border-color: #1A3695;
}
.TagClassName
{
border-color: #1A3695;
}
</style>