Shades of Egyptian Blue #15219B
Tints of Egyptian Blue #15219B
RGB
CMYK
RGB Variations
Color information
#15219B (or 0x15219B) is known color: Egyptian Blue. HEX triplet: 15, 21 and 9B. RGB value is (21,33,155). Sum of RGB (Red+Green+Blue) = 21+33+155=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #15219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15219B is #EADE64. Grayscale: #2A2A2A. Windows color (decimal): -15392357 or 10166549. OLE color: 10166549.
HSL color Cylindrical-coordinate representation of color #15219B: hue angle of 234.63º 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 #15219B is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 33 | 155 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.39 |
| HSL | 234.63º | 0.76% | 0.35% | - |
| HSV(B) | 234.63º | 0.86% | 0.61% | - |
| XYZ | 6.77 | 3.61 | 31.35 | - |
| YUV | 43.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 33 | 155 | 0.86 | 0.79 | 0 | 0.39 | 234.63 | 0.76 | 0.35 |
| Hex | 15 | 21 | 9B | 56 | 4F | 0 | 27 | EB | 4C | 23 |
| Octal | 25 | 41 | 233 | 126 | 117 | 0 | 47 | 353 | 114 | 43 |
| Binary | 10101 | 100001 | 10011011 | 1010110 | 1001111 | 0 | 100111 | 11101011 | 1001100 | 100011 |
Color Harmonies of #15219B
Complementary color
Monochromatic Colors of #15219B
Black with #15219B
Text Example
Text Example
White with #15219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15219B; }
p { color: rgb(21,33,155); }
H1.HeaderClassName
{
color: #15219B;
}
.AnyTagClassName
{
color: #15219B;
}
</style>
background-color css
<style>
a { background-color: #15219B; }
a { background-color: rgb(21,33,155); }
div.DivClassName
{
background-color: #15219B;
}
.BgClassName
{
background-color: #15219B;
}
</style>
border-color css
<style>
span { border-color: #15219B; }
span { border-color: rgb(21,33,155); }
td.TdClassName
{
border-color: #15219B;
}
.TagClassName
{
border-color: #15219B;
}
</style>