Shades of Egyptian Blue #111DB0
Tints of Egyptian Blue #111DB0
RGB
CMYK
RGB Variations
Color information
#111DB0 (or 0x111DB0) is known color: Egyptian Blue. HEX triplet: 11, 1D and B0. RGB value is (17,29,176). Sum of RGB (Red+Green+Blue) = 17+29+176=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 176 (69.14% from 255 or 79.28% from 222); Max value from RGB is 176 - color contains mainly: blue. Hex color #111DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111DB0 is #EEE24F. Grayscale: #292929. Windows color (decimal): -15655504 or 11541777. OLE color: 11541777.
HSL color Cylindrical-coordinate representation of color #111DB0: hue angle of 235.47º 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 #111DB0 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 29 | 176 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.31 |
| HSL | 235.47º | 0.82% | 0.38% | - |
| HSV(B) | 235.47º | 0.9% | 0.69% | - |
| XYZ | 8.51 | 4.13 | 41.42 | - |
| YUV | 42.17 | 203.52 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 176 | 0.90 | 0.84 | 0 | 0.31 | 235.47 | 0.82 | 0.38 |
| Hex | 11 | 1D | B0 | 5A | 54 | 0 | 1F | EB | 52 | 26 |
| Octal | 21 | 35 | 260 | 132 | 124 | 0 | 37 | 353 | 122 | 46 |
| Binary | 10001 | 11101 | 10110000 | 1011010 | 1010100 | 0 | 11111 | 11101011 | 1010010 | 100110 |
Color Harmonies of #111DB0
Complementary color
Monochromatic Colors of #111DB0
Black with #111DB0
Text Example
Text Example
White with #111DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DB0; }
p { color: rgb(17,29,176); }
H1.HeaderClassName
{
color: #111DB0;
}
.AnyTagClassName
{
color: #111DB0;
}
</style>
background-color css
<style>
a { background-color: #111DB0; }
a { background-color: rgb(17,29,176); }
div.DivClassName
{
background-color: #111DB0;
}
.BgClassName
{
background-color: #111DB0;
}
</style>
border-color css
<style>
span { border-color: #111DB0; }
span { border-color: rgb(17,29,176); }
td.TdClassName
{
border-color: #111DB0;
}
.TagClassName
{
border-color: #111DB0;
}
</style>