Shades of Egyptian Blue #101DA2
Tints of Egyptian Blue #101DA2
RGB
CMYK
RGB Variations
Color information
#101DA2 (or 0x101DA2) is known color: Egyptian Blue. HEX triplet: 10, 1D and A2. RGB value is (16,29,162). Sum of RGB (Red+Green+Blue) = 16+29+162=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 162 (63.67% from 255 or 78.26% from 207); Max value from RGB is 162 - color contains mainly: blue. Hex color #101DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DA2 is #EFE25D. Grayscale: #272727. Windows color (decimal): -15721054 or 10624272. OLE color: 10624272.
HSL color Cylindrical-coordinate representation of color #101DA2: hue angle of 234.66º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101DA2 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 29 | 162 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.36 |
| HSL | 234.66º | 0.82% | 0.35% | - |
| HSV(B) | 234.66º | 0.9% | 0.64% | - |
| XYZ | 7.17 | 3.6 | 34.5 | - |
| YUV | 40.28 | 196.69 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 162 | 0.90 | 0.82 | 0 | 0.36 | 234.66 | 0.82 | 0.35 |
| Hex | 10 | 1D | A2 | 5A | 52 | 0 | 24 | EB | 52 | 23 |
| Octal | 20 | 35 | 242 | 132 | 122 | 0 | 44 | 353 | 122 | 43 |
| Binary | 10000 | 11101 | 10100010 | 1011010 | 1010010 | 0 | 100100 | 11101011 | 1010010 | 100011 |
Color Harmonies of #101DA2
Complementary color
Monochromatic Colors of #101DA2
Black with #101DA2
Text Example
Text Example
White with #101DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DA2; }
p { color: rgb(16,29,162); }
H1.HeaderClassName
{
color: #101DA2;
}
.AnyTagClassName
{
color: #101DA2;
}
</style>
background-color css
<style>
a { background-color: #101DA2; }
a { background-color: rgb(16,29,162); }
div.DivClassName
{
background-color: #101DA2;
}
.BgClassName
{
background-color: #101DA2;
}
</style>
border-color css
<style>
span { border-color: #101DA2; }
span { border-color: rgb(16,29,162); }
td.TdClassName
{
border-color: #101DA2;
}
.TagClassName
{
border-color: #101DA2;
}
</style>