Shades of Egyptian Blue #111DB1
Tints of Egyptian Blue #111DB1
RGB
CMYK
RGB Variations
Color information
#111DB1 (or 0x111DB1) is known color: Egyptian Blue. HEX triplet: 11, 1D and B1. RGB value is (17,29,177). Sum of RGB (Red+Green+Blue) = 17+29+177=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #111DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DB1 is #EEE24E. Grayscale: #292929. Windows color (decimal): -15655503 or 11607313. OLE color: 11607313.
HSL color Cylindrical-coordinate representation of color #111DB1: hue angle of 235.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #111DB1 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 29 | 177 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.31 |
| HSL | 235.5º | 0.82% | 0.38% | - |
| HSV(B) | 235.5º | 0.9% | 0.69% | - |
| XYZ | 8.61 | 4.17 | 41.95 | - |
| YUV | 42.28 | 204.02 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 177 | 0.90 | 0.84 | 0 | 0.31 | 235.5 | 0.82 | 0.38 |
| Hex | 11 | 1D | B1 | 5A | 54 | 0 | 1F | EC | 52 | 26 |
| Octal | 21 | 35 | 261 | 132 | 124 | 0 | 37 | 354 | 122 | 46 |
| Binary | 10001 | 11101 | 10110001 | 1011010 | 1010100 | 0 | 11111 | 11101100 | 1010010 | 100110 |
Color Harmonies of #111DB1
Complementary color
Monochromatic Colors of #111DB1
Black with #111DB1
Text Example
Text Example
White with #111DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DB1; }
p { color: rgb(17,29,177); }
H1.HeaderClassName
{
color: #111DB1;
}
.AnyTagClassName
{
color: #111DB1;
}
</style>
background-color css
<style>
a { background-color: #111DB1; }
a { background-color: rgb(17,29,177); }
div.DivClassName
{
background-color: #111DB1;
}
.BgClassName
{
background-color: #111DB1;
}
</style>
border-color css
<style>
span { border-color: #111DB1; }
span { border-color: rgb(17,29,177); }
td.TdClassName
{
border-color: #111DB1;
}
.TagClassName
{
border-color: #111DB1;
}
</style>