Shades of Egyptian Blue #101AA6
Tints of Egyptian Blue #101AA6
RGB
CMYK
RGB Variations
Color information
#101AA6 (or 0x101AA6) is known color: Egyptian Blue. HEX triplet: 10, 1A and A6. RGB value is (16,26,166). Sum of RGB (Red+Green+Blue) = 16+26+166=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 166 (65.23% from 255 or 79.81% from 208); Max value from RGB is 166 - color contains mainly: blue. Hex color #101AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101AA6 is #EFE559. Grayscale: #262626. Windows color (decimal): -15721818 or 10885648. OLE color: 10885648.
HSL color Cylindrical-coordinate representation of color #101AA6: hue angle of 236º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101AA6 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 26 | 166 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.35 |
| HSL | 236º | 0.82% | 0.36% | - |
| HSV(B) | 236º | 0.9% | 0.65% | - |
| XYZ | 7.47 | 3.6 | 36.38 | - |
| YUV | 38.97 | 199.69 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 166 | 0.90 | 0.84 | 0 | 0.35 | 236 | 0.82 | 0.36 |
| Hex | 10 | 1A | A6 | 5A | 54 | 0 | 23 | EC | 52 | 24 |
| Octal | 20 | 32 | 246 | 132 | 124 | 0 | 43 | 354 | 122 | 44 |
| Binary | 10000 | 11010 | 10100110 | 1011010 | 1010100 | 0 | 100011 | 11101100 | 1010010 | 100100 |
Color Harmonies of #101AA6
Complementary color
Monochromatic Colors of #101AA6
Black with #101AA6
Text Example
Text Example
White with #101AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101AA6; }
p { color: rgb(16,26,166); }
H1.HeaderClassName
{
color: #101AA6;
}
.AnyTagClassName
{
color: #101AA6;
}
</style>
background-color css
<style>
a { background-color: #101AA6; }
a { background-color: rgb(16,26,166); }
div.DivClassName
{
background-color: #101AA6;
}
.BgClassName
{
background-color: #101AA6;
}
</style>
border-color css
<style>
span { border-color: #101AA6; }
span { border-color: rgb(16,26,166); }
td.TdClassName
{
border-color: #101AA6;
}
.TagClassName
{
border-color: #101AA6;
}
</style>