Shades of Egyptian Blue #101DA5
Tints of Egyptian Blue #101DA5
RGB
CMYK
RGB Variations
Color information
#101DA5 (or 0x101DA5) is known color: Egyptian Blue. HEX triplet: 10, 1D and A5. RGB value is (16,29,165). Sum of RGB (Red+Green+Blue) = 16+29+165=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 165 (64.84% from 255 or 78.57% from 210); Max value from RGB is 165 - color contains mainly: blue. Hex color #101DA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DA5 is #EFE25A. Grayscale: #282828. Windows color (decimal): -15721051 or 10820880. OLE color: 10820880.
HSL color Cylindrical-coordinate representation of color #101DA5: hue angle of 234.77º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #101DA5 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 29 | 165 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.35 |
| HSL | 234.77º | 0.82% | 0.35% | - |
| HSV(B) | 234.77º | 0.9% | 0.65% | - |
| XYZ | 7.44 | 3.71 | 35.92 | - |
| YUV | 40.62 | 198.19 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 165 | 0.90 | 0.82 | 0 | 0.35 | 234.77 | 0.82 | 0.35 |
| Hex | 10 | 1D | A5 | 5A | 52 | 0 | 23 | EB | 52 | 23 |
| Octal | 20 | 35 | 245 | 132 | 122 | 0 | 43 | 353 | 122 | 43 |
| Binary | 10000 | 11101 | 10100101 | 1011010 | 1010010 | 0 | 100011 | 11101011 | 1010010 | 100011 |
Color Harmonies of #101DA5
Complementary color
Monochromatic Colors of #101DA5
Black with #101DA5
Text Example
Text Example
White with #101DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DA5; }
p { color: rgb(16,29,165); }
H1.HeaderClassName
{
color: #101DA5;
}
.AnyTagClassName
{
color: #101DA5;
}
</style>
background-color css
<style>
a { background-color: #101DA5; }
a { background-color: rgb(16,29,165); }
div.DivClassName
{
background-color: #101DA5;
}
.BgClassName
{
background-color: #101DA5;
}
</style>
border-color css
<style>
span { border-color: #101DA5; }
span { border-color: rgb(16,29,165); }
td.TdClassName
{
border-color: #101DA5;
}
.TagClassName
{
border-color: #101DA5;
}
</style>