Shades of Egyptian Blue #1544AC
Tints of Egyptian Blue #1544AC
RGB
CMYK
RGB Variations
Color information
#1544AC (or 0x1544AC) is known color: Egyptian Blue. HEX triplet: 15, 44 and AC. RGB value is (21,68,172). Sum of RGB (Red+Green+Blue) = 21+68+172=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #1544AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1544AC is #EABB53. Grayscale: #414141. Windows color (decimal): -15383380 or 11289621. OLE color: 11289621.
HSL color Cylindrical-coordinate representation of color #1544AC: hue angle of 221.32º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1544AC is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 68 | 172 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.33 |
| HSL | 221.32º | 0.78% | 0.38% | - |
| HSV(B) | 221.32º | 0.88% | 0.67% | - |
| XYZ | 9.82 | 7.27 | 39.92 | - |
| YUV | 65.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 172 | 0.88 | 0.60 | 0 | 0.33 | 221.32 | 0.78 | 0.38 |
| Hex | 15 | 44 | AC | 58 | 3C | 0 | 21 | DD | 4E | 26 |
| Octal | 25 | 104 | 254 | 130 | 74 | 0 | 41 | 335 | 116 | 46 |
| Binary | 10101 | 1000100 | 10101100 | 1011000 | 111100 | 0 | 100001 | 11011101 | 1001110 | 100110 |
Color Harmonies of #1544AC
Complementary color
Monochromatic Colors of #1544AC
Black with #1544AC
Text Example
Text Example
White with #1544AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1544AC; }
p { color: rgb(21,68,172); }
H1.HeaderClassName
{
color: #1544AC;
}
.AnyTagClassName
{
color: #1544AC;
}
</style>
background-color css
<style>
a { background-color: #1544AC; }
a { background-color: rgb(21,68,172); }
div.DivClassName
{
background-color: #1544AC;
}
.BgClassName
{
background-color: #1544AC;
}
</style>
border-color css
<style>
span { border-color: #1544AC; }
span { border-color: rgb(21,68,172); }
td.TdClassName
{
border-color: #1544AC;
}
.TagClassName
{
border-color: #1544AC;
}
</style>