Shades of Egyptian Blue #101DAD
Tints of Egyptian Blue #101DAD
RGB
CMYK
RGB Variations
Color information
#101DAD (or 0x101DAD) is known color: Egyptian Blue. HEX triplet: 10, 1D and AD. RGB value is (16,29,173). Sum of RGB (Red+Green+Blue) = 16+29+173=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #101DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DAD is #EFE252. Grayscale: #282828. Windows color (decimal): -15721043 or 11345168. OLE color: 11345168.
HSL color Cylindrical-coordinate representation of color #101DAD: hue angle of 235.03º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101DAD is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 29 | 173 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.32 |
| HSL | 235.03º | 0.83% | 0.37% | - |
| HSV(B) | 235.03º | 0.91% | 0.68% | - |
| XYZ | 8.2 | 4.01 | 39.88 | - |
| YUV | 41.53 | 202.19 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 173 | 0.91 | 0.83 | 0 | 0.32 | 235.03 | 0.83 | 0.37 |
| Hex | 10 | 1D | AD | 5B | 53 | 0 | 20 | EB | 53 | 25 |
| Octal | 20 | 35 | 255 | 133 | 123 | 0 | 40 | 353 | 123 | 45 |
| Binary | 10000 | 11101 | 10101101 | 1011011 | 1010011 | 0 | 100000 | 11101011 | 1010011 | 100101 |
Color Harmonies of #101DAD
Complementary color
Monochromatic Colors of #101DAD
Black with #101DAD
Text Example
Text Example
White with #101DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DAD; }
p { color: rgb(16,29,173); }
H1.HeaderClassName
{
color: #101DAD;
}
.AnyTagClassName
{
color: #101DAD;
}
</style>
background-color css
<style>
a { background-color: #101DAD; }
a { background-color: rgb(16,29,173); }
div.DivClassName
{
background-color: #101DAD;
}
.BgClassName
{
background-color: #101DAD;
}
</style>
border-color css
<style>
span { border-color: #101DAD; }
span { border-color: rgb(16,29,173); }
td.TdClassName
{
border-color: #101DAD;
}
.TagClassName
{
border-color: #101DAD;
}
</style>