Shades of Egyptian Blue #1A2F89
Tints of Egyptian Blue #1A2F89
RGB
CMYK
RGB Variations
Color information
#1A2F89 (or 0x1A2F89) is known color: Egyptian Blue. HEX triplet: 1A, 2F and 89. RGB value is (26,47,137). Sum of RGB (Red+Green+Blue) = 26+47+137=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A2F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2F89 is #E5D076. Grayscale: #323232. Windows color (decimal): -15061111 or 8990490. OLE color: 8990490.
HSL color Cylindrical-coordinate representation of color #1A2F89: hue angle of 228.65º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2F89 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 47 | 137 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.46 |
| HSL | 228.65º | 0.68% | 0.32% | - |
| HSV(B) | 228.65º | 0.81% | 0.54% | - |
| XYZ | 5.96 | 4.06 | 24.14 | - |
| YUV | 50.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 137 | 0.81 | 0.66 | 0 | 0.46 | 228.65 | 0.68 | 0.32 |
| Hex | 1A | 2F | 89 | 51 | 42 | 0 | 2E | E5 | 44 | 20 |
| Octal | 32 | 57 | 211 | 121 | 102 | 0 | 56 | 345 | 104 | 40 |
| Binary | 11010 | 101111 | 10001001 | 1010001 | 1000010 | 0 | 101110 | 11100101 | 1000100 | 100000 |
Color Harmonies of #1A2F89
Complementary color
Monochromatic Colors of #1A2F89
Black with #1A2F89
Text Example
Text Example
White with #1A2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F89; }
p { color: rgb(26,47,137); }
H1.HeaderClassName
{
color: #1A2F89;
}
.AnyTagClassName
{
color: #1A2F89;
}
</style>
background-color css
<style>
a { background-color: #1A2F89; }
a { background-color: rgb(26,47,137); }
div.DivClassName
{
background-color: #1A2F89;
}
.BgClassName
{
background-color: #1A2F89;
}
</style>
border-color css
<style>
span { border-color: #1A2F89; }
span { border-color: rgb(26,47,137); }
td.TdClassName
{
border-color: #1A2F89;
}
.TagClassName
{
border-color: #1A2F89;
}
</style>