Shades of Egyptian Blue #101EAD
Tints of Egyptian Blue #101EAD
RGB
CMYK
RGB Variations
Color information
#101EAD (or 0x101EAD) is known color: Egyptian Blue. HEX triplet: 10, 1E and AD. RGB value is (16,30,173). Sum of RGB (Red+Green+Blue) = 16+30+173=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #101EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101EAD is #EFE152. Grayscale: #292929. Windows color (decimal): -15720787 or 11345424. OLE color: 11345424.
HSL color Cylindrical-coordinate representation of color #101EAD: hue angle of 234.65º 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 #101EAD is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 30 | 173 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.32 |
| HSL | 234.65º | 0.83% | 0.37% | - |
| HSV(B) | 234.65º | 0.91% | 0.68% | - |
| XYZ | 8.22 | 4.06 | 39.88 | - |
| YUV | 42.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 173 | 0.91 | 0.83 | 0 | 0.32 | 234.65 | 0.83 | 0.37 |
| Hex | 10 | 1E | AD | 5B | 53 | 0 | 20 | EB | 53 | 25 |
| Octal | 20 | 36 | 255 | 133 | 123 | 0 | 40 | 353 | 123 | 45 |
| Binary | 10000 | 11110 | 10101101 | 1011011 | 1010011 | 0 | 100000 | 11101011 | 1010011 | 100101 |
Color Harmonies of #101EAD
Complementary color
Monochromatic Colors of #101EAD
Black with #101EAD
Text Example
Text Example
White with #101EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101EAD; }
p { color: rgb(16,30,173); }
H1.HeaderClassName
{
color: #101EAD;
}
.AnyTagClassName
{
color: #101EAD;
}
</style>
background-color css
<style>
a { background-color: #101EAD; }
a { background-color: rgb(16,30,173); }
div.DivClassName
{
background-color: #101EAD;
}
.BgClassName
{
background-color: #101EAD;
}
</style>
border-color css
<style>
span { border-color: #101EAD; }
span { border-color: rgb(16,30,173); }
td.TdClassName
{
border-color: #101EAD;
}
.TagClassName
{
border-color: #101EAD;
}
</style>