Shades of Egyptian Blue #1540A5
Tints of Egyptian Blue #1540A5
RGB
CMYK
RGB Variations
Color information
#1540A5 (or 0x1540A5) is known color: Egyptian Blue. HEX triplet: 15, 40 and A5. RGB value is (21,64,165). Sum of RGB (Red+Green+Blue) = 21+64+165=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 165 (64.84% from 255 or 66% from 250); Max value from RGB is 165 - color contains mainly: blue. Hex color #1540A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1540A5 is #EABF5A. Grayscale: #3E3E3E. Windows color (decimal): -15384411 or 10829845. OLE color: 10829845.
HSL color Cylindrical-coordinate representation of color #1540A5: hue angle of 222.08º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1540A5 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 64 | 165 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.35 |
| HSL | 222.08º | 0.77% | 0.36% | - |
| HSV(B) | 222.08º | 0.87% | 0.65% | - |
| XYZ | 8.93 | 6.54 | 36.39 | - |
| YUV | 62.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 165 | 0.87 | 0.61 | 0 | 0.35 | 222.08 | 0.77 | 0.36 |
| Hex | 15 | 40 | A5 | 57 | 3D | 0 | 23 | DE | 4D | 24 |
| Octal | 25 | 100 | 245 | 127 | 75 | 0 | 43 | 336 | 115 | 44 |
| Binary | 10101 | 1000000 | 10100101 | 1010111 | 111101 | 0 | 100011 | 11011110 | 1001101 | 100100 |
Color Harmonies of #1540A5
Complementary color
Monochromatic Colors of #1540A5
Black with #1540A5
Text Example
Text Example
White with #1540A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1540A5; }
p { color: rgb(21,64,165); }
H1.HeaderClassName
{
color: #1540A5;
}
.AnyTagClassName
{
color: #1540A5;
}
</style>
background-color css
<style>
a { background-color: #1540A5; }
a { background-color: rgb(21,64,165); }
div.DivClassName
{
background-color: #1540A5;
}
.BgClassName
{
background-color: #1540A5;
}
</style>
border-color css
<style>
span { border-color: #1540A5; }
span { border-color: rgb(21,64,165); }
td.TdClassName
{
border-color: #1540A5;
}
.TagClassName
{
border-color: #1540A5;
}
</style>