Shades of Egyptian Blue #1524AC
Tints of Egyptian Blue #1524AC
RGB
CMYK
RGB Variations
Color information
#1524AC (or 0x1524AC) is known color: Egyptian Blue. HEX triplet: 15, 24 and AC. RGB value is (21,36,172). Sum of RGB (Red+Green+Blue) = 21+36+172=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #1524AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1524AC is #EADB53. Grayscale: #2E2E2E. Windows color (decimal): -15391572 or 11281429. OLE color: 11281429.
HSL color Cylindrical-coordinate representation of color #1524AC: hue angle of 234.04º 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 #1524AC is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 36 | 172 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.33 |
| HSL | 234.04º | 0.78% | 0.38% | - |
| HSV(B) | 234.04º | 0.88% | 0.67% | - |
| XYZ | 8.39 | 4.4 | 39.44 | - |
| YUV | 47.02 | 198.53 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 172 | 0.88 | 0.79 | 0 | 0.33 | 234.04 | 0.78 | 0.38 |
| Hex | 15 | 24 | AC | 58 | 4F | 0 | 21 | EA | 4E | 26 |
| Octal | 25 | 44 | 254 | 130 | 117 | 0 | 41 | 352 | 116 | 46 |
| Binary | 10101 | 100100 | 10101100 | 1011000 | 1001111 | 0 | 100001 | 11101010 | 1001110 | 100110 |
Color Harmonies of #1524AC
Complementary color
Monochromatic Colors of #1524AC
Black with #1524AC
Text Example
Text Example
White with #1524AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1524AC; }
p { color: rgb(21,36,172); }
H1.HeaderClassName
{
color: #1524AC;
}
.AnyTagClassName
{
color: #1524AC;
}
</style>
background-color css
<style>
a { background-color: #1524AC; }
a { background-color: rgb(21,36,172); }
div.DivClassName
{
background-color: #1524AC;
}
.BgClassName
{
background-color: #1524AC;
}
</style>
border-color css
<style>
span { border-color: #1524AC; }
span { border-color: rgb(21,36,172); }
td.TdClassName
{
border-color: #1524AC;
}
.TagClassName
{
border-color: #1524AC;
}
</style>