Shades of Egyptian Blue #102696
Tints of Egyptian Blue #102696
RGB
CMYK
RGB Variations
Color information
#102696 (or 0x102696) is known color: Egyptian Blue. HEX triplet: 10, 26 and 96. RGB value is (16,38,150). Sum of RGB (Red+Green+Blue) = 16+38+150=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #102696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #102696 is #EFD969. Grayscale: #2B2B2B. Windows color (decimal): -15718762 or 9840144. OLE color: 9840144.
HSL color Cylindrical-coordinate representation of color #102696: hue angle of 230.15º 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 #102696 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 38 | 150 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.41 |
| HSL | 230.15º | 0.81% | 0.33% | - |
| HSV(B) | 230.15º | 0.89% | 0.59% | - |
| XYZ | 6.41 | 3.7 | 29.23 | - |
| YUV | 44.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 150 | 0.89 | 0.75 | 0 | 0.41 | 230.15 | 0.81 | 0.33 |
| Hex | 10 | 26 | 96 | 59 | 4B | 0 | 29 | E6 | 51 | 21 |
| Octal | 20 | 46 | 226 | 131 | 113 | 0 | 51 | 346 | 121 | 41 |
| Binary | 10000 | 100110 | 10010110 | 1011001 | 1001011 | 0 | 101001 | 11100110 | 1010001 | 100001 |
Color Harmonies of #102696
Complementary color
Monochromatic Colors of #102696
Black with #102696
Text Example
Text Example
White with #102696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102696; }
p { color: rgb(16,38,150); }
H1.HeaderClassName
{
color: #102696;
}
.AnyTagClassName
{
color: #102696;
}
</style>
background-color css
<style>
a { background-color: #102696; }
a { background-color: rgb(16,38,150); }
div.DivClassName
{
background-color: #102696;
}
.BgClassName
{
background-color: #102696;
}
</style>
border-color css
<style>
span { border-color: #102696; }
span { border-color: rgb(16,38,150); }
td.TdClassName
{
border-color: #102696;
}
.TagClassName
{
border-color: #102696;
}
</style>