Shades of Egyptian Blue #1A48A3
Tints of Egyptian Blue #1A48A3
RGB
CMYK
RGB Variations
Color information
#1A48A3 (or 0x1A48A3) is known color: Egyptian Blue. HEX triplet: 1A, 48 and A3. RGB value is (26,72,163). Sum of RGB (Red+Green+Blue) = 26+72+163=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #1A48A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A48A3 is #E5B75C. Grayscale: #444444. Windows color (decimal): -15054685 or 10700826. OLE color: 10700826.
HSL color Cylindrical-coordinate representation of color #1A48A3: hue angle of 219.85º 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 #1A48A3 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 72 | 163 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.36 |
| HSL | 219.85º | 0.72% | 0.37% | - |
| HSV(B) | 219.85º | 0.84% | 0.64% | - |
| XYZ | 9.35 | 7.5 | 35.6 | - |
| YUV | 68.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 163 | 0.84 | 0.56 | 0 | 0.36 | 219.85 | 0.72 | 0.37 |
| Hex | 1A | 48 | A3 | 54 | 38 | 0 | 24 | DC | 48 | 25 |
| Octal | 32 | 110 | 243 | 124 | 70 | 0 | 44 | 334 | 110 | 45 |
| Binary | 11010 | 1001000 | 10100011 | 1010100 | 111000 | 0 | 100100 | 11011100 | 1001000 | 100101 |
Color Harmonies of #1A48A3
Complementary color
Monochromatic Colors of #1A48A3
Black with #1A48A3
Text Example
Text Example
White with #1A48A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A48A3; }
p { color: rgb(26,72,163); }
H1.HeaderClassName
{
color: #1A48A3;
}
.AnyTagClassName
{
color: #1A48A3;
}
</style>
background-color css
<style>
a { background-color: #1A48A3; }
a { background-color: rgb(26,72,163); }
div.DivClassName
{
background-color: #1A48A3;
}
.BgClassName
{
background-color: #1A48A3;
}
</style>
border-color css
<style>
span { border-color: #1A48A3; }
span { border-color: rgb(26,72,163); }
td.TdClassName
{
border-color: #1A48A3;
}
.TagClassName
{
border-color: #1A48A3;
}
</style>