Shades of Egyptian Blue #15409B
Tints of Egyptian Blue #15409B
RGB
CMYK
RGB Variations
Color information
#15409B (or 0x15409B) is known color: Egyptian Blue. HEX triplet: 15, 40 and 9B. RGB value is (21,64,155). Sum of RGB (Red+Green+Blue) = 21+64+155=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #15409B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15409B is #EABF64. Grayscale: #3D3D3D. Windows color (decimal): -15384421 or 10174485. OLE color: 10174485.
HSL color Cylindrical-coordinate representation of color #15409B: hue angle of 220.75º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15409B is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 64 | 155 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.39 |
| HSL | 220.75º | 0.76% | 0.35% | - |
| HSV(B) | 220.75º | 0.86% | 0.61% | - |
| XYZ | 8.06 | 6.19 | 31.78 | - |
| YUV | 61.52 | 180.75 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 155 | 0.86 | 0.59 | 0 | 0.39 | 220.75 | 0.76 | 0.35 |
| Hex | 15 | 40 | 9B | 56 | 3B | 0 | 27 | DD | 4C | 23 |
| Octal | 25 | 100 | 233 | 126 | 73 | 0 | 47 | 335 | 114 | 43 |
| Binary | 10101 | 1000000 | 10011011 | 1010110 | 111011 | 0 | 100111 | 11011101 | 1001100 | 100011 |
Color Harmonies of #15409B
Complementary color
Monochromatic Colors of #15409B
Black with #15409B
Text Example
Text Example
White with #15409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15409B; }
p { color: rgb(21,64,155); }
H1.HeaderClassName
{
color: #15409B;
}
.AnyTagClassName
{
color: #15409B;
}
</style>
background-color css
<style>
a { background-color: #15409B; }
a { background-color: rgb(21,64,155); }
div.DivClassName
{
background-color: #15409B;
}
.BgClassName
{
background-color: #15409B;
}
</style>
border-color css
<style>
span { border-color: #15409B; }
span { border-color: rgb(21,64,155); }
td.TdClassName
{
border-color: #15409B;
}
.TagClassName
{
border-color: #15409B;
}
</style>