Shades of Egyptian Blue #15409D
Tints of Egyptian Blue #15409D
RGB
CMYK
RGB Variations
Color information
#15409D (or 0x15409D) is known color: Egyptian Blue. HEX triplet: 15, 40 and 9D. RGB value is (21,64,157). Sum of RGB (Red+Green+Blue) = 21+64+157=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #15409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15409D is #EABF62. Grayscale: #3D3D3D. Windows color (decimal): -15384419 or 10305557. OLE color: 10305557.
HSL color Cylindrical-coordinate representation of color #15409D: hue angle of 221.03º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15409D is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 64 | 157 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.38 |
| HSL | 221.03º | 0.76% | 0.35% | - |
| HSV(B) | 221.03º | 0.87% | 0.62% | - |
| XYZ | 8.23 | 6.26 | 32.67 | - |
| YUV | 61.75 | 181.75 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 157 | 0.87 | 0.59 | 0 | 0.38 | 221.03 | 0.76 | 0.35 |
| Hex | 15 | 40 | 9D | 57 | 3B | 0 | 26 | DD | 4C | 23 |
| Octal | 25 | 100 | 235 | 127 | 73 | 0 | 46 | 335 | 114 | 43 |
| Binary | 10101 | 1000000 | 10011101 | 1010111 | 111011 | 0 | 100110 | 11011101 | 1001100 | 100011 |
Color Harmonies of #15409D
Complementary color
Monochromatic Colors of #15409D
Black with #15409D
Text Example
Text Example
White with #15409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15409D; }
p { color: rgb(21,64,157); }
H1.HeaderClassName
{
color: #15409D;
}
.AnyTagClassName
{
color: #15409D;
}
</style>
background-color css
<style>
a { background-color: #15409D; }
a { background-color: rgb(21,64,157); }
div.DivClassName
{
background-color: #15409D;
}
.BgClassName
{
background-color: #15409D;
}
</style>
border-color css
<style>
span { border-color: #15409D; }
span { border-color: rgb(21,64,157); }
td.TdClassName
{
border-color: #15409D;
}
.TagClassName
{
border-color: #15409D;
}
</style>