Shades of Egyptian Blue #102B93
Tints of Egyptian Blue #102B93
RGB
CMYK
RGB Variations
Color information
#102B93 (or 0x102B93) is known color: Egyptian Blue. HEX triplet: 10, 2B and 93. RGB value is (16,43,147). Sum of RGB (Red+Green+Blue) = 16+43+147=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 43 (17.19% from 255 or 20.87% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #102B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102B93 is #EFD46C. Grayscale: #2E2E2E. Windows color (decimal): -15717485 or 9644816. OLE color: 9644816.
HSL color Cylindrical-coordinate representation of color #102B93: hue angle of 227.63º 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 #102B93 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 43 | 147 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.42 |
| HSL | 227.63º | 0.8% | 0.32% | - |
| HSV(B) | 227.63º | 0.89% | 0.58% | - |
| XYZ | 6.34 | 3.94 | 28.03 | - |
| YUV | 46.78 | 184.55 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 43 | 147 | 0.89 | 0.71 | 0 | 0.42 | 227.63 | 0.8 | 0.32 |
| Hex | 10 | 2B | 93 | 59 | 47 | 0 | 2A | E4 | 50 | 20 |
| Octal | 20 | 53 | 223 | 131 | 107 | 0 | 52 | 344 | 120 | 40 |
| Binary | 10000 | 101011 | 10010011 | 1011001 | 1000111 | 0 | 101010 | 11100100 | 1010000 | 100000 |
Color Harmonies of #102B93
Complementary color
Monochromatic Colors of #102B93
Black with #102B93
Text Example
Text Example
White with #102B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102B93; }
p { color: rgb(16,43,147); }
H1.HeaderClassName
{
color: #102B93;
}
.AnyTagClassName
{
color: #102B93;
}
</style>
background-color css
<style>
a { background-color: #102B93; }
a { background-color: rgb(16,43,147); }
div.DivClassName
{
background-color: #102B93;
}
.BgClassName
{
background-color: #102B93;
}
</style>
border-color css
<style>
span { border-color: #102B93; }
span { border-color: rgb(16,43,147); }
td.TdClassName
{
border-color: #102B93;
}
.TagClassName
{
border-color: #102B93;
}
</style>