Shades of Egyptian Blue #15308D
Tints of Egyptian Blue #15308D
RGB
CMYK
RGB Variations
Color information
#15308D (or 0x15308D) is known color: Egyptian Blue. HEX triplet: 15, 30 and 8D. RGB value is (21,48,141). Sum of RGB (Red+Green+Blue) = 21+48+141=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #15308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15308D is #EACF72. Grayscale: #323232. Windows color (decimal): -15388531 or 9252885. OLE color: 9252885.
HSL color Cylindrical-coordinate representation of color #15308D: hue angle of 226.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15308D is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 48 | 141 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.45 |
| HSL | 226.5º | 0.74% | 0.32% | - |
| HSV(B) | 226.5º | 0.85% | 0.55% | - |
| XYZ | 6.17 | 4.2 | 25.68 | - |
| YUV | 50.53 | 179.05 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 48 | 141 | 0.85 | 0.66 | 0 | 0.45 | 226.5 | 0.74 | 0.32 |
| Hex | 15 | 30 | 8D | 55 | 42 | 0 | 2D | E2 | 4A | 20 |
| Octal | 25 | 60 | 215 | 125 | 102 | 0 | 55 | 342 | 112 | 40 |
| Binary | 10101 | 110000 | 10001101 | 1010101 | 1000010 | 0 | 101101 | 11100010 | 1001010 | 100000 |
Color Harmonies of #15308D
Complementary color
Monochromatic Colors of #15308D
Black with #15308D
Text Example
Text Example
White with #15308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15308D; }
p { color: rgb(21,48,141); }
H1.HeaderClassName
{
color: #15308D;
}
.AnyTagClassName
{
color: #15308D;
}
</style>
background-color css
<style>
a { background-color: #15308D; }
a { background-color: rgb(21,48,141); }
div.DivClassName
{
background-color: #15308D;
}
.BgClassName
{
background-color: #15308D;
}
</style>
border-color css
<style>
span { border-color: #15308D; }
span { border-color: rgb(21,48,141); }
td.TdClassName
{
border-color: #15308D;
}
.TagClassName
{
border-color: #15308D;
}
</style>