Shades of Egyptian Blue #101DAB
Tints of Egyptian Blue #101DAB
RGB
CMYK
RGB Variations
Color information
#101DAB (or 0x101DAB) is known color: Egyptian Blue. HEX triplet: 10, 1D and AB. RGB value is (16,29,171). Sum of RGB (Red+Green+Blue) = 16+29+171=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #101DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DAB is #EFE254. Grayscale: #282828. Windows color (decimal): -15721045 or 11214096. OLE color: 11214096.
HSL color Cylindrical-coordinate representation of color #101DAB: hue angle of 234.97º 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 #101DAB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 29 | 171 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.33 |
| HSL | 234.97º | 0.83% | 0.37% | - |
| HSV(B) | 234.97º | 0.91% | 0.67% | - |
| XYZ | 8 | 3.93 | 38.86 | - |
| YUV | 41.3 | 201.19 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 171 | 0.91 | 0.83 | 0 | 0.33 | 234.97 | 0.83 | 0.37 |
| Hex | 10 | 1D | AB | 5B | 53 | 0 | 21 | EB | 53 | 25 |
| Octal | 20 | 35 | 253 | 133 | 123 | 0 | 41 | 353 | 123 | 45 |
| Binary | 10000 | 11101 | 10101011 | 1011011 | 1010011 | 0 | 100001 | 11101011 | 1010011 | 100101 |
Color Harmonies of #101DAB
Complementary color
Monochromatic Colors of #101DAB
Black with #101DAB
Text Example
Text Example
White with #101DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DAB; }
p { color: rgb(16,29,171); }
H1.HeaderClassName
{
color: #101DAB;
}
.AnyTagClassName
{
color: #101DAB;
}
</style>
background-color css
<style>
a { background-color: #101DAB; }
a { background-color: rgb(16,29,171); }
div.DivClassName
{
background-color: #101DAB;
}
.BgClassName
{
background-color: #101DAB;
}
</style>
border-color css
<style>
span { border-color: #101DAB; }
span { border-color: rgb(16,29,171); }
td.TdClassName
{
border-color: #101DAB;
}
.TagClassName
{
border-color: #101DAB;
}
</style>