Shades of Egyptian Blue #101DAC
Tints of Egyptian Blue #101DAC
RGB
CMYK
RGB Variations
Color information
#101DAC (or 0x101DAC) is known color: Egyptian Blue. HEX triplet: 10, 1D and AC. RGB value is (16,29,172). Sum of RGB (Red+Green+Blue) = 16+29+172=217 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.37% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #101DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DAC is #EFE253. Grayscale: #282828. Windows color (decimal): -15721044 or 11279632. OLE color: 11279632.
HSL color Cylindrical-coordinate representation of color #101DAC: hue angle of 235º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101DAC is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 29 | 172 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.33 |
| HSL | 235º | 0.83% | 0.37% | - |
| HSV(B) | 235º | 0.91% | 0.67% | - |
| XYZ | 8.1 | 3.97 | 39.37 | - |
| YUV | 41.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 172 | 0.91 | 0.83 | 0 | 0.33 | 235 | 0.83 | 0.37 |
| Hex | 10 | 1D | AC | 5B | 53 | 0 | 21 | EB | 53 | 25 |
| Octal | 20 | 35 | 254 | 133 | 123 | 0 | 41 | 353 | 123 | 45 |
| Binary | 10000 | 11101 | 10101100 | 1011011 | 1010011 | 0 | 100001 | 11101011 | 1010011 | 100101 |
Color Harmonies of #101DAC
Complementary color
Monochromatic Colors of #101DAC
Black with #101DAC
Text Example
Text Example
White with #101DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DAC; }
p { color: rgb(16,29,172); }
H1.HeaderClassName
{
color: #101DAC;
}
.AnyTagClassName
{
color: #101DAC;
}
</style>
background-color css
<style>
a { background-color: #101DAC; }
a { background-color: rgb(16,29,172); }
div.DivClassName
{
background-color: #101DAC;
}
.BgClassName
{
background-color: #101DAC;
}
</style>
border-color css
<style>
span { border-color: #101DAC; }
span { border-color: rgb(16,29,172); }
td.TdClassName
{
border-color: #101DAC;
}
.TagClassName
{
border-color: #101DAC;
}
</style>