Shades of Egyptian Blue #1A24AC
Tints of Egyptian Blue #1A24AC
RGB
CMYK
RGB Variations
Color information
#1A24AC (or 0x1A24AC) is known color: Egyptian Blue. HEX triplet: 1A, 24 and AC. RGB value is (26,36,172). Sum of RGB (Red+Green+Blue) = 26+36+172=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A24AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A24AC is #E5DB53. Grayscale: #2F2F2F. Windows color (decimal): -15063892 or 11281434. OLE color: 11281434.
HSL color Cylindrical-coordinate representation of color #1A24AC: hue angle of 235.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A24AC is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 36 | 172 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.33 |
| HSL | 235.89º | 0.74% | 0.39% | - |
| HSV(B) | 235.89º | 0.85% | 0.67% | - |
| XYZ | 8.5 | 4.46 | 39.44 | - |
| YUV | 48.51 | 197.69 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 172 | 0.85 | 0.79 | 0 | 0.33 | 235.89 | 0.74 | 0.39 |
| Hex | 1A | 24 | AC | 55 | 4F | 0 | 21 | EC | 4A | 27 |
| Octal | 32 | 44 | 254 | 125 | 117 | 0 | 41 | 354 | 112 | 47 |
| Binary | 11010 | 100100 | 10101100 | 1010101 | 1001111 | 0 | 100001 | 11101100 | 1001010 | 100111 |
Color Harmonies of #1A24AC
Complementary color
Monochromatic Colors of #1A24AC
Black with #1A24AC
Text Example
Text Example
White with #1A24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A24AC; }
p { color: rgb(26,36,172); }
H1.HeaderClassName
{
color: #1A24AC;
}
.AnyTagClassName
{
color: #1A24AC;
}
</style>
background-color css
<style>
a { background-color: #1A24AC; }
a { background-color: rgb(26,36,172); }
div.DivClassName
{
background-color: #1A24AC;
}
.BgClassName
{
background-color: #1A24AC;
}
</style>
border-color css
<style>
span { border-color: #1A24AC; }
span { border-color: rgb(26,36,172); }
td.TdClassName
{
border-color: #1A24AC;
}
.TagClassName
{
border-color: #1A24AC;
}
</style>