Shades of Egyptian Blue #10319E
Tints of Egyptian Blue #10319E
RGB
CMYK
RGB Variations
Color information
#10319E (or 0x10319E) is known color: Egyptian Blue. HEX triplet: 10, 31 and 9E. RGB value is (16,49,158). Sum of RGB (Red+Green+Blue) = 16+49+158=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #10319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10319E is #EFCE61. Grayscale: #333333. Windows color (decimal): -15715938 or 10367248. OLE color: 10367248.
HSL color Cylindrical-coordinate representation of color #10319E: hue angle of 226.06º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10319E is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 49 | 158 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.38 |
| HSL | 226.06º | 0.82% | 0.34% | - |
| HSV(B) | 226.06º | 0.9% | 0.62% | - |
| XYZ | 7.48 | 4.78 | 32.88 | - |
| YUV | 51.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 158 | 0.90 | 0.69 | 0 | 0.38 | 226.06 | 0.82 | 0.34 |
| Hex | 10 | 31 | 9E | 5A | 45 | 0 | 26 | E2 | 52 | 22 |
| Octal | 20 | 61 | 236 | 132 | 105 | 0 | 46 | 342 | 122 | 42 |
| Binary | 10000 | 110001 | 10011110 | 1011010 | 1000101 | 0 | 100110 | 11100010 | 1010010 | 100010 |
Color Harmonies of #10319E
Complementary color
Monochromatic Colors of #10319E
Black with #10319E
Text Example
Text Example
White with #10319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10319E; }
p { color: rgb(16,49,158); }
H1.HeaderClassName
{
color: #10319E;
}
.AnyTagClassName
{
color: #10319E;
}
</style>
background-color css
<style>
a { background-color: #10319E; }
a { background-color: rgb(16,49,158); }
div.DivClassName
{
background-color: #10319E;
}
.BgClassName
{
background-color: #10319E;
}
</style>
border-color css
<style>
span { border-color: #10319E; }
span { border-color: rgb(16,49,158); }
td.TdClassName
{
border-color: #10319E;
}
.TagClassName
{
border-color: #10319E;
}
</style>