Shades of Egyptian Blue #1547A3
Tints of Egyptian Blue #1547A3
RGB
CMYK
RGB Variations
Color information
#1547A3 (or 0x1547A3) is known color: Egyptian Blue. HEX triplet: 15, 47 and A3. RGB value is (21,71,163). Sum of RGB (Red+Green+Blue) = 21+71+163=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #1547A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1547A3 is #EAB85C. Grayscale: #424242. Windows color (decimal): -15382621 or 10700565. OLE color: 10700565.
HSL color Cylindrical-coordinate representation of color #1547A3: hue angle of 218.87º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1547A3 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 71 | 163 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.36 |
| HSL | 218.87º | 0.77% | 0.36% | - |
| HSV(B) | 218.87º | 0.87% | 0.64% | - |
| XYZ | 9.17 | 7.31 | 35.58 | - |
| YUV | 66.54 | 182.44 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 71 | 163 | 0.87 | 0.56 | 0 | 0.36 | 218.87 | 0.77 | 0.36 |
| Hex | 15 | 47 | A3 | 57 | 38 | 0 | 24 | DB | 4D | 24 |
| Octal | 25 | 107 | 243 | 127 | 70 | 0 | 44 | 333 | 115 | 44 |
| Binary | 10101 | 1000111 | 10100011 | 1010111 | 111000 | 0 | 100100 | 11011011 | 1001101 | 100100 |
Color Harmonies of #1547A3
Complementary color
Monochromatic Colors of #1547A3
Black with #1547A3
Text Example
Text Example
White with #1547A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1547A3; }
p { color: rgb(21,71,163); }
H1.HeaderClassName
{
color: #1547A3;
}
.AnyTagClassName
{
color: #1547A3;
}
</style>
background-color css
<style>
a { background-color: #1547A3; }
a { background-color: rgb(21,71,163); }
div.DivClassName
{
background-color: #1547A3;
}
.BgClassName
{
background-color: #1547A3;
}
</style>
border-color css
<style>
span { border-color: #1547A3; }
span { border-color: rgb(21,71,163); }
td.TdClassName
{
border-color: #1547A3;
}
.TagClassName
{
border-color: #1547A3;
}
</style>