Shades of Egyptian Blue #15309B
Tints of Egyptian Blue #15309B
RGB
CMYK
RGB Variations
Color information
#15309B (or 0x15309B) is known color: Egyptian Blue. HEX triplet: 15, 30 and 9B. RGB value is (21,48,155). Sum of RGB (Red+Green+Blue) = 21+48+155=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #15309B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15309B is #EACF64. Grayscale: #333333. Windows color (decimal): -15388517 or 10170389. OLE color: 10170389.
HSL color Cylindrical-coordinate representation of color #15309B: hue angle of 227.91º 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 #15309B is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 48 | 155 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.39 |
| HSL | 227.91º | 0.76% | 0.35% | - |
| HSV(B) | 227.91º | 0.86% | 0.61% | - |
| XYZ | 7.28 | 4.64 | 31.52 | - |
| YUV | 52.13 | 186.05 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 155 | 0.86 | 0.69 | 0 | 0.39 | 227.91 | 0.76 | 0.35 |
| Hex | 15 | 30 | 9B | 56 | 45 | 0 | 27 | E4 | 4C | 23 |
| Octal | 25 | 60 | 233 | 126 | 105 | 0 | 47 | 344 | 114 | 43 |
| Binary | 10101 | 110000 | 10011011 | 1010110 | 1000101 | 0 | 100111 | 11100100 | 1001100 | 100011 |
Color Harmonies of #15309B
Complementary color
Monochromatic Colors of #15309B
Black with #15309B
Text Example
Text Example
White with #15309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15309B; }
p { color: rgb(21,48,155); }
H1.HeaderClassName
{
color: #15309B;
}
.AnyTagClassName
{
color: #15309B;
}
</style>
background-color css
<style>
a { background-color: #15309B; }
a { background-color: rgb(21,48,155); }
div.DivClassName
{
background-color: #15309B;
}
.BgClassName
{
background-color: #15309B;
}
</style>
border-color css
<style>
span { border-color: #15309B; }
span { border-color: rgb(21,48,155); }
td.TdClassName
{
border-color: #15309B;
}
.TagClassName
{
border-color: #15309B;
}
</style>