Shades of Egyptian Blue #101AA9
Tints of Egyptian Blue #101AA9
RGB
CMYK
RGB Variations
Color information
#101AA9 (or 0x101AA9) is known color: Egyptian Blue. HEX triplet: 10, 1A and A9. RGB value is (16,26,169). Sum of RGB (Red+Green+Blue) = 16+26+169=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 169 (66.41% from 255 or 80.09% from 211); Max value from RGB is 169 - color contains mainly: blue. Hex color #101AA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101AA9 is #EFE556. Grayscale: #262626. Windows color (decimal): -15721815 or 11082256. OLE color: 11082256.
HSL color Cylindrical-coordinate representation of color #101AA9: hue angle of 236.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101AA9 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 26 | 169 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.34 |
| HSL | 236.08º | 0.83% | 0.36% | - |
| HSV(B) | 236.08º | 0.91% | 0.66% | - |
| XYZ | 7.74 | 3.71 | 37.84 | - |
| YUV | 39.31 | 201.19 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 169 | 0.91 | 0.85 | 0 | 0.34 | 236.08 | 0.83 | 0.36 |
| Hex | 10 | 1A | A9 | 5B | 55 | 0 | 22 | EC | 53 | 24 |
| Octal | 20 | 32 | 251 | 133 | 125 | 0 | 42 | 354 | 123 | 44 |
| Binary | 10000 | 11010 | 10101001 | 1011011 | 1010101 | 0 | 100010 | 11101100 | 1010011 | 100100 |
Color Harmonies of #101AA9
Complementary color
Monochromatic Colors of #101AA9
Black with #101AA9
Text Example
Text Example
White with #101AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101AA9; }
p { color: rgb(16,26,169); }
H1.HeaderClassName
{
color: #101AA9;
}
.AnyTagClassName
{
color: #101AA9;
}
</style>
background-color css
<style>
a { background-color: #101AA9; }
a { background-color: rgb(16,26,169); }
div.DivClassName
{
background-color: #101AA9;
}
.BgClassName
{
background-color: #101AA9;
}
</style>
border-color css
<style>
span { border-color: #101AA9; }
span { border-color: rgb(16,26,169); }
td.TdClassName
{
border-color: #101AA9;
}
.TagClassName
{
border-color: #101AA9;
}
</style>