Shades of Egyptian Blue #1526A9
Tints of Egyptian Blue #1526A9
RGB
CMYK
RGB Variations
Color information
#1526A9 (or 0x1526A9) is known color: Egyptian Blue. HEX triplet: 15, 26 and A9. RGB value is (21,38,169). Sum of RGB (Red+Green+Blue) = 21+38+169=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 169 (66.41% from 255 or 74.12% from 228); Max value from RGB is 169 - color contains mainly: blue. Hex color #1526A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1526A9 is #EAD956. Grayscale: #2F2F2F. Windows color (decimal): -15391063 or 11085333. OLE color: 11085333.
HSL color Cylindrical-coordinate representation of color #1526A9: hue angle of 233.11º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1526A9 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 38 | 169 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.34 |
| HSL | 233.11º | 0.78% | 0.37% | - |
| HSV(B) | 233.11º | 0.88% | 0.66% | - |
| XYZ | 8.16 | 4.41 | 37.96 | - |
| YUV | 47.85 | 196.37 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 169 | 0.88 | 0.78 | 0 | 0.34 | 233.11 | 0.78 | 0.37 |
| Hex | 15 | 26 | A9 | 58 | 4E | 0 | 22 | E9 | 4E | 25 |
| Octal | 25 | 46 | 251 | 130 | 116 | 0 | 42 | 351 | 116 | 45 |
| Binary | 10101 | 100110 | 10101001 | 1011000 | 1001110 | 0 | 100010 | 11101001 | 1001110 | 100101 |
Color Harmonies of #1526A9
Complementary color
Monochromatic Colors of #1526A9
Black with #1526A9
Text Example
Text Example
White with #1526A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1526A9; }
p { color: rgb(21,38,169); }
H1.HeaderClassName
{
color: #1526A9;
}
.AnyTagClassName
{
color: #1526A9;
}
</style>
background-color css
<style>
a { background-color: #1526A9; }
a { background-color: rgb(21,38,169); }
div.DivClassName
{
background-color: #1526A9;
}
.BgClassName
{
background-color: #1526A9;
}
</style>
border-color css
<style>
span { border-color: #1526A9; }
span { border-color: rgb(21,38,169); }
td.TdClassName
{
border-color: #1526A9;
}
.TagClassName
{
border-color: #1526A9;
}
</style>