Shades of Egyptian Blue #1A2FA2
Tints of Egyptian Blue #1A2FA2
RGB
CMYK
RGB Variations
Color information
#1A2FA2 (or 0x1A2FA2) is known color: Egyptian Blue. HEX triplet: 1A, 2F and A2. RGB value is (26,47,162). Sum of RGB (Red+Green+Blue) = 26+47+162=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 162 (63.67% from 255 or 68.94% from 235); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A2FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2FA2 is #E5D05D. Grayscale: #353535. Windows color (decimal): -15061086 or 10628890. OLE color: 10628890.
HSL color Cylindrical-coordinate representation of color #1A2FA2: hue angle of 230.74º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A2FA2 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 47 | 162 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.36 |
| HSL | 230.74º | 0.72% | 0.37% | - |
| HSV(B) | 230.74º | 0.84% | 0.64% | - |
| XYZ | 7.96 | 4.86 | 34.7 | - |
| YUV | 53.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 162 | 0.84 | 0.71 | 0 | 0.36 | 230.74 | 0.72 | 0.37 |
| Hex | 1A | 2F | A2 | 54 | 47 | 0 | 24 | E7 | 48 | 25 |
| Octal | 32 | 57 | 242 | 124 | 107 | 0 | 44 | 347 | 110 | 45 |
| Binary | 11010 | 101111 | 10100010 | 1010100 | 1000111 | 0 | 100100 | 11100111 | 1001000 | 100101 |
Color Harmonies of #1A2FA2
Complementary color
Monochromatic Colors of #1A2FA2
Black with #1A2FA2
Text Example
Text Example
White with #1A2FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2FA2; }
p { color: rgb(26,47,162); }
H1.HeaderClassName
{
color: #1A2FA2;
}
.AnyTagClassName
{
color: #1A2FA2;
}
</style>
background-color css
<style>
a { background-color: #1A2FA2; }
a { background-color: rgb(26,47,162); }
div.DivClassName
{
background-color: #1A2FA2;
}
.BgClassName
{
background-color: #1A2FA2;
}
</style>
border-color css
<style>
span { border-color: #1A2FA2; }
span { border-color: rgb(26,47,162); }
td.TdClassName
{
border-color: #1A2FA2;
}
.TagClassName
{
border-color: #1A2FA2;
}
</style>