Shades of Egyptian Blue #1A30AD
Tints of Egyptian Blue #1A30AD
RGB
CMYK
RGB Variations
Color information
#1A30AD (or 0x1A30AD) is known color: Egyptian Blue. HEX triplet: 1A, 30 and AD. RGB value is (26,48,173). Sum of RGB (Red+Green+Blue) = 26+48+173=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A30AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A30AD is #E5CF52. Grayscale: #373737. Windows color (decimal): -15060819 or 11350042. OLE color: 11350042.
HSL color Cylindrical-coordinate representation of color #1A30AD: hue angle of 231.02º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A30AD is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 48 | 173 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.32 |
| HSL | 231.02º | 0.74% | 0.39% | - |
| HSV(B) | 231.02º | 0.85% | 0.68% | - |
| XYZ | 9.03 | 5.35 | 40.09 | - |
| YUV | 55.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 173 | 0.85 | 0.72 | 0 | 0.32 | 231.02 | 0.74 | 0.39 |
| Hex | 1A | 30 | AD | 55 | 48 | 0 | 20 | E7 | 4A | 27 |
| Octal | 32 | 60 | 255 | 125 | 110 | 0 | 40 | 347 | 112 | 47 |
| Binary | 11010 | 110000 | 10101101 | 1010101 | 1001000 | 0 | 100000 | 11100111 | 1001010 | 100111 |
Color Harmonies of #1A30AD
Complementary color
Monochromatic Colors of #1A30AD
Black with #1A30AD
Text Example
Text Example
White with #1A30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A30AD; }
p { color: rgb(26,48,173); }
H1.HeaderClassName
{
color: #1A30AD;
}
.AnyTagClassName
{
color: #1A30AD;
}
</style>
background-color css
<style>
a { background-color: #1A30AD; }
a { background-color: rgb(26,48,173); }
div.DivClassName
{
background-color: #1A30AD;
}
.BgClassName
{
background-color: #1A30AD;
}
</style>
border-color css
<style>
span { border-color: #1A30AD; }
span { border-color: rgb(26,48,173); }
td.TdClassName
{
border-color: #1A30AD;
}
.TagClassName
{
border-color: #1A30AD;
}
</style>