Shades of Egyptian Blue #15319C
Tints of Egyptian Blue #15319C
RGB
CMYK
RGB Variations
Color information
#15319C (or 0x15319C) is known color: Egyptian Blue. HEX triplet: 15, 31 and 9C. RGB value is (21,49,156). Sum of RGB (Red+Green+Blue) = 21+49+156=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #15319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15319C is #EACE63. Grayscale: #343434. Windows color (decimal): -15388260 or 10236181. OLE color: 10236181.
HSL color Cylindrical-coordinate representation of color #15319C: hue angle of 227.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15319C is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 49 | 156 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.39 |
| HSL | 227.56º | 0.76% | 0.35% | - |
| HSV(B) | 227.56º | 0.87% | 0.61% | - |
| XYZ | 7.41 | 4.76 | 31.98 | - |
| YUV | 52.83 | 186.22 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 156 | 0.87 | 0.69 | 0 | 0.39 | 227.56 | 0.76 | 0.35 |
| Hex | 15 | 31 | 9C | 57 | 45 | 0 | 27 | E4 | 4C | 23 |
| Octal | 25 | 61 | 234 | 127 | 105 | 0 | 47 | 344 | 114 | 43 |
| Binary | 10101 | 110001 | 10011100 | 1010111 | 1000101 | 0 | 100111 | 11100100 | 1001100 | 100011 |
Color Harmonies of #15319C
Complementary color
Monochromatic Colors of #15319C
Black with #15319C
Text Example
Text Example
White with #15319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15319C; }
p { color: rgb(21,49,156); }
H1.HeaderClassName
{
color: #15319C;
}
.AnyTagClassName
{
color: #15319C;
}
</style>
background-color css
<style>
a { background-color: #15319C; }
a { background-color: rgb(21,49,156); }
div.DivClassName
{
background-color: #15319C;
}
.BgClassName
{
background-color: #15319C;
}
</style>
border-color css
<style>
span { border-color: #15319C; }
span { border-color: rgb(21,49,156); }
td.TdClassName
{
border-color: #15319C;
}
.TagClassName
{
border-color: #15319C;
}
</style>