Shades of Egyptian Blue #101DB0
Tints of Egyptian Blue #101DB0
RGB
CMYK
RGB Variations
Color information
#101DB0 (or 0x101DB0) is known color: Egyptian Blue. HEX triplet: 10, 1D and B0. RGB value is (16,29,176). Sum of RGB (Red+Green+Blue) = 16+29+176=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 176 (69.14% from 255 or 79.64% from 221); Max value from RGB is 176 - color contains mainly: blue. Hex color #101DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DB0 is #EFE24F. Grayscale: #292929. Windows color (decimal): -15721040 or 11541776. OLE color: 11541776.
HSL color Cylindrical-coordinate representation of color #101DB0: hue angle of 235.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101DB0 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 29 | 176 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.31 |
| HSL | 235.13º | 0.83% | 0.38% | - |
| HSV(B) | 235.13º | 0.91% | 0.69% | - |
| XYZ | 8.49 | 4.12 | 41.42 | - |
| YUV | 41.87 | 203.69 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 176 | 0.91 | 0.84 | 0 | 0.31 | 235.13 | 0.83 | 0.38 |
| Hex | 10 | 1D | B0 | 5B | 54 | 0 | 1F | EB | 53 | 26 |
| Octal | 20 | 35 | 260 | 133 | 124 | 0 | 37 | 353 | 123 | 46 |
| Binary | 10000 | 11101 | 10110000 | 1011011 | 1010100 | 0 | 11111 | 11101011 | 1010011 | 100110 |
Color Harmonies of #101DB0
Complementary color
Monochromatic Colors of #101DB0
Black with #101DB0
Text Example
Text Example
White with #101DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101DB0; }
p { color: rgb(16,29,176); }
H1.HeaderClassName
{
color: #101DB0;
}
.AnyTagClassName
{
color: #101DB0;
}
</style>
background-color css
<style>
a { background-color: #101DB0; }
a { background-color: rgb(16,29,176); }
div.DivClassName
{
background-color: #101DB0;
}
.BgClassName
{
background-color: #101DB0;
}
</style>
border-color css
<style>
span { border-color: #101DB0; }
span { border-color: rgb(16,29,176); }
td.TdClassName
{
border-color: #101DB0;
}
.TagClassName
{
border-color: #101DB0;
}
</style>