Shades of Egyptian Blue #15319B
Tints of Egyptian Blue #15319B
RGB
CMYK
RGB Variations
Color information
#15319B (or 0x15319B) is known color: Egyptian Blue. HEX triplet: 15, 31 and 9B. RGB value is (21,49,155). Sum of RGB (Red+Green+Blue) = 21+49+155=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #15319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15319B is #EACE64. Grayscale: #343434. Windows color (decimal): -15388261 or 10170645. OLE color: 10170645.
HSL color Cylindrical-coordinate representation of color #15319B: hue angle of 227.46º 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 #15319B is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 49 | 155 | - |
| CMYK | 0.86 | 0.68 | 0 | 0.39 |
| HSL | 227.46º | 0.76% | 0.35% | - |
| HSV(B) | 227.46º | 0.86% | 0.61% | - |
| XYZ | 7.32 | 4.72 | 31.54 | - |
| YUV | 52.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 155 | 0.86 | 0.68 | 0 | 0.39 | 227.46 | 0.76 | 0.35 |
| Hex | 15 | 31 | 9B | 56 | 44 | 0 | 27 | E3 | 4C | 23 |
| Octal | 25 | 61 | 233 | 126 | 104 | 0 | 47 | 343 | 114 | 43 |
| Binary | 10101 | 110001 | 10011011 | 1010110 | 1000100 | 0 | 100111 | 11100011 | 1001100 | 100011 |
Color Harmonies of #15319B
Complementary color
Monochromatic Colors of #15319B
Black with #15319B
Text Example
Text Example
White with #15319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15319B; }
p { color: rgb(21,49,155); }
H1.HeaderClassName
{
color: #15319B;
}
.AnyTagClassName
{
color: #15319B;
}
</style>
background-color css
<style>
a { background-color: #15319B; }
a { background-color: rgb(21,49,155); }
div.DivClassName
{
background-color: #15319B;
}
.BgClassName
{
background-color: #15319B;
}
</style>
border-color css
<style>
span { border-color: #15319B; }
span { border-color: rgb(21,49,155); }
td.TdClassName
{
border-color: #15319B;
}
.TagClassName
{
border-color: #15319B;
}
</style>