Shades of Egyptian Blue #101DAE
Tints of Egyptian Blue #101DAE
RGB
CMYK
RGB Variations
Color information
#101DAE (or 0x101DAE) is known color: Egyptian Blue. HEX triplet: 10, 1D and AE. RGB value is (16,29,174). Sum of RGB (Red+Green+Blue) = 16+29+174=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #101DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DAE is #EFE251. Grayscale: #292929. Windows color (decimal): -15721042 or 11410704. OLE color: 11410704.
HSL color Cylindrical-coordinate representation of color #101DAE: hue angle of 235.06º 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 #101DAE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 29 | 174 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.32 |
| HSL | 235.06º | 0.83% | 0.37% | - |
| HSV(B) | 235.06º | 0.91% | 0.68% | - |
| XYZ | 8.29 | 4.04 | 40.39 | - |
| YUV | 41.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 174 | 0.91 | 0.83 | 0 | 0.32 | 235.06 | 0.83 | 0.37 |
| Hex | 10 | 1D | AE | 5B | 53 | 0 | 20 | EB | 53 | 25 |
| Octal | 20 | 35 | 256 | 133 | 123 | 0 | 40 | 353 | 123 | 45 |
| Binary | 10000 | 11101 | 10101110 | 1011011 | 1010011 | 0 | 100000 | 11101011 | 1010011 | 100101 |
Color Harmonies of #101DAE
Complementary color
Monochromatic Colors of #101DAE
Black with #101DAE
Text Example
Text Example
White with #101DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DAE; }
p { color: rgb(16,29,174); }
H1.HeaderClassName
{
color: #101DAE;
}
.AnyTagClassName
{
color: #101DAE;
}
</style>
background-color css
<style>
a { background-color: #101DAE; }
a { background-color: rgb(16,29,174); }
div.DivClassName
{
background-color: #101DAE;
}
.BgClassName
{
background-color: #101DAE;
}
</style>
border-color css
<style>
span { border-color: #101DAE; }
span { border-color: rgb(16,29,174); }
td.TdClassName
{
border-color: #101DAE;
}
.TagClassName
{
border-color: #101DAE;
}
</style>