Shades of Egyptian Blue #102C96
Tints of Egyptian Blue #102C96
RGB
CMYK
RGB Variations
Color information
#102C96 (or 0x102C96) is known color: Egyptian Blue. HEX triplet: 10, 2C and 96. RGB value is (16,44,150). Sum of RGB (Red+Green+Blue) = 16+44+150=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #102C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102C96 is #EFD369. Grayscale: #2F2F2F. Windows color (decimal): -15717226 or 9841680. OLE color: 9841680.
HSL color Cylindrical-coordinate representation of color #102C96: hue angle of 227.46º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #102C96 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 44 | 150 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.41 |
| HSL | 227.46º | 0.81% | 0.33% | - |
| HSV(B) | 227.46º | 0.89% | 0.59% | - |
| XYZ | 6.62 | 4.11 | 29.3 | - |
| YUV | 47.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 150 | 0.89 | 0.71 | 0 | 0.41 | 227.46 | 0.81 | 0.33 |
| Hex | 10 | 2C | 96 | 59 | 47 | 0 | 29 | E3 | 51 | 21 |
| Octal | 20 | 54 | 226 | 131 | 107 | 0 | 51 | 343 | 121 | 41 |
| Binary | 10000 | 101100 | 10010110 | 1011001 | 1000111 | 0 | 101001 | 11100011 | 1010001 | 100001 |
Color Harmonies of #102C96
Complementary color
Monochromatic Colors of #102C96
Black with #102C96
Text Example
Text Example
White with #102C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C96; }
p { color: rgb(16,44,150); }
H1.HeaderClassName
{
color: #102C96;
}
.AnyTagClassName
{
color: #102C96;
}
</style>
background-color css
<style>
a { background-color: #102C96; }
a { background-color: rgb(16,44,150); }
div.DivClassName
{
background-color: #102C96;
}
.BgClassName
{
background-color: #102C96;
}
</style>
border-color css
<style>
span { border-color: #102C96; }
span { border-color: rgb(16,44,150); }
td.TdClassName
{
border-color: #102C96;
}
.TagClassName
{
border-color: #102C96;
}
</style>