Shades of Egyptian Blue #102793
Tints of Egyptian Blue #102793
RGB
CMYK
RGB Variations
Color information
#102793 (or 0x102793) is known color: Egyptian Blue. HEX triplet: 10, 27 and 93. RGB value is (16,39,147). Sum of RGB (Red+Green+Blue) = 16+39+147=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 147 (57.81% from 255 or 72.77% from 202); Max value from RGB is 147 - color contains mainly: blue. Hex color #102793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102793 is #EFD86C. Grayscale: #2B2B2B. Windows color (decimal): -15718509 or 9643792. OLE color: 9643792.
HSL color Cylindrical-coordinate representation of color #102793: hue angle of 229.47º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102793 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 39 | 147 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.42 |
| HSL | 229.47º | 0.8% | 0.32% | - |
| HSV(B) | 229.47º | 0.89% | 0.58% | - |
| XYZ | 6.21 | 3.67 | 27.98 | - |
| YUV | 44.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 147 | 0.89 | 0.73 | 0 | 0.42 | 229.47 | 0.8 | 0.32 |
| Hex | 10 | 27 | 93 | 59 | 49 | 0 | 2A | E5 | 50 | 20 |
| Octal | 20 | 47 | 223 | 131 | 111 | 0 | 52 | 345 | 120 | 40 |
| Binary | 10000 | 100111 | 10010011 | 1011001 | 1001001 | 0 | 101010 | 11100101 | 1010000 | 100000 |
Color Harmonies of #102793
Complementary color
Monochromatic Colors of #102793
Black with #102793
Text Example
Text Example
White with #102793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102793; }
p { color: rgb(16,39,147); }
H1.HeaderClassName
{
color: #102793;
}
.AnyTagClassName
{
color: #102793;
}
</style>
background-color css
<style>
a { background-color: #102793; }
a { background-color: rgb(16,39,147); }
div.DivClassName
{
background-color: #102793;
}
.BgClassName
{
background-color: #102793;
}
</style>
border-color css
<style>
span { border-color: #102793; }
span { border-color: rgb(16,39,147); }
td.TdClassName
{
border-color: #102793;
}
.TagClassName
{
border-color: #102793;
}
</style>