Shades of Egyptian Blue #1539A9
Tints of Egyptian Blue #1539A9
RGB
CMYK
RGB Variations
Color information
#1539A9 (or 0x1539A9) is known color: Egyptian Blue. HEX triplet: 15, 39 and A9. RGB value is (21,57,169). Sum of RGB (Red+Green+Blue) = 21+57+169=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 169 (66.41% from 255 or 68.42% from 247); Max value from RGB is 169 - color contains mainly: blue. Hex color #1539A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1539A9 is #EAC656. Grayscale: #3A3A3A. Windows color (decimal): -15386199 or 11090197. OLE color: 11090197.
HSL color Cylindrical-coordinate representation of color #1539A9: hue angle of 225.41º 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 #1539A9 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 57 | 169 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.34 |
| HSL | 225.41º | 0.78% | 0.37% | - |
| HSV(B) | 225.41º | 0.88% | 0.66% | - |
| XYZ | 8.93 | 5.95 | 38.21 | - |
| YUV | 59 | 190.07 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 169 | 0.88 | 0.66 | 0 | 0.34 | 225.41 | 0.78 | 0.37 |
| Hex | 15 | 39 | A9 | 58 | 42 | 0 | 22 | E1 | 4E | 25 |
| Octal | 25 | 71 | 251 | 130 | 102 | 0 | 42 | 341 | 116 | 45 |
| Binary | 10101 | 111001 | 10101001 | 1011000 | 1000010 | 0 | 100010 | 11100001 | 1001110 | 100101 |
Color Harmonies of #1539A9
Complementary color
Monochromatic Colors of #1539A9
Black with #1539A9
Text Example
Text Example
White with #1539A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1539A9; }
p { color: rgb(21,57,169); }
H1.HeaderClassName
{
color: #1539A9;
}
.AnyTagClassName
{
color: #1539A9;
}
</style>
background-color css
<style>
a { background-color: #1539A9; }
a { background-color: rgb(21,57,169); }
div.DivClassName
{
background-color: #1539A9;
}
.BgClassName
{
background-color: #1539A9;
}
</style>
border-color css
<style>
span { border-color: #1539A9; }
span { border-color: rgb(21,57,169); }
td.TdClassName
{
border-color: #1539A9;
}
.TagClassName
{
border-color: #1539A9;
}
</style>