Shades of Egyptian Blue #111DB4
Tints of Egyptian Blue #111DB4
RGB
CMYK
RGB Variations
Color information
#111DB4 (or 0x111DB4) is known color: Egyptian Blue. HEX triplet: 11, 1D and B4. RGB value is (17,29,180). Sum of RGB (Red+Green+Blue) = 17+29+180=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 180 (70.70% from 255 or 79.65% from 226); Max value from RGB is 180 - color contains mainly: blue. Hex color #111DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DB4 is #EEE24B. Grayscale: #2A2A2A. Windows color (decimal): -15655500 or 11803921. OLE color: 11803921.
HSL color Cylindrical-coordinate representation of color #111DB4: hue angle of 235.58º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111DB4 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 29 | 180 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.29 |
| HSL | 235.58º | 0.83% | 0.39% | - |
| HSV(B) | 235.58º | 0.91% | 0.71% | - |
| XYZ | 8.91 | 4.29 | 43.54 | - |
| YUV | 42.63 | 205.52 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 180 | 0.91 | 0.84 | 0 | 0.29 | 235.58 | 0.83 | 0.39 |
| Hex | 11 | 1D | B4 | 5B | 54 | 0 | 1D | EC | 53 | 27 |
| Octal | 21 | 35 | 264 | 133 | 124 | 0 | 35 | 354 | 123 | 47 |
| Binary | 10001 | 11101 | 10110100 | 1011011 | 1010100 | 0 | 11101 | 11101100 | 1010011 | 100111 |
Color Harmonies of #111DB4
Complementary color
Monochromatic Colors of #111DB4
Black with #111DB4
Text Example
Text Example
White with #111DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DB4; }
p { color: rgb(17,29,180); }
H1.HeaderClassName
{
color: #111DB4;
}
.AnyTagClassName
{
color: #111DB4;
}
</style>
background-color css
<style>
a { background-color: #111DB4; }
a { background-color: rgb(17,29,180); }
div.DivClassName
{
background-color: #111DB4;
}
.BgClassName
{
background-color: #111DB4;
}
</style>
border-color css
<style>
span { border-color: #111DB4; }
span { border-color: rgb(17,29,180); }
td.TdClassName
{
border-color: #111DB4;
}
.TagClassName
{
border-color: #111DB4;
}
</style>