Shades of Egyptian Blue #1A3896
Tints of Egyptian Blue #1A3896
RGB
CMYK
RGB Variations
Color information
#1A3896 (or 0x1A3896) is known color: Egyptian Blue. HEX triplet: 1A, 38 and 96. RGB value is (26,56,150). Sum of RGB (Red+Green+Blue) = 26+56+150=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A3896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3896 is #E5C769. Grayscale: #393939. Windows color (decimal): -15058794 or 9844762. OLE color: 9844762.
HSL color Cylindrical-coordinate representation of color #1A3896: hue angle of 225.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A3896 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 26 | 56 | 150 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.41 |
| HSL | 225.48º | 0.7% | 0.35% | - |
| HSV(B) | 225.48º | 0.83% | 0.59% | - |
| XYZ | 7.35 | 5.25 | 29.48 | - |
| YUV | 57.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 56 | 150 | 0.83 | 0.63 | 0 | 0.41 | 225.48 | 0.7 | 0.35 |
| Hex | 1A | 38 | 96 | 53 | 3F | 0 | 29 | E1 | 46 | 23 |
| Octal | 32 | 70 | 226 | 123 | 77 | 0 | 51 | 341 | 106 | 43 |
| Binary | 11010 | 111000 | 10010110 | 1010011 | 111111 | 0 | 101001 | 11100001 | 1000110 | 100011 |
Color Harmonies of #1A3896
Complementary color
Monochromatic Colors of #1A3896
Black with #1A3896
Text Example
Text Example
White with #1A3896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3896; }
p { color: rgb(26,56,150); }
H1.HeaderClassName
{
color: #1A3896;
}
.AnyTagClassName
{
color: #1A3896;
}
</style>
background-color css
<style>
a { background-color: #1A3896; }
a { background-color: rgb(26,56,150); }
div.DivClassName
{
background-color: #1A3896;
}
.BgClassName
{
background-color: #1A3896;
}
</style>
border-color css
<style>
span { border-color: #1A3896; }
span { border-color: rgb(26,56,150); }
td.TdClassName
{
border-color: #1A3896;
}
.TagClassName
{
border-color: #1A3896;
}
</style>