Shades of Egyptian Blue #111CB1
Tints of Egyptian Blue #111CB1
RGB
CMYK
RGB Variations
Color information
#111CB1 (or 0x111CB1) is known color: Egyptian Blue. HEX triplet: 11, 1C and B1. RGB value is (17,28,177). Sum of RGB (Red+Green+Blue) = 17+28+177=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 177 (69.53% from 255 or 79.73% from 222); Max value from RGB is 177 - color contains mainly: blue. Hex color #111CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111CB1 is #EEE34E. Grayscale: #292929. Windows color (decimal): -15655759 or 11607057. OLE color: 11607057.
HSL color Cylindrical-coordinate representation of color #111CB1: hue angle of 235.88º 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 #111CB1 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 28 | 177 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.31 |
| HSL | 235.88º | 0.82% | 0.38% | - |
| HSV(B) | 235.88º | 0.9% | 0.69% | - |
| XYZ | 8.58 | 4.12 | 41.94 | - |
| YUV | 41.7 | 204.36 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 177 | 0.90 | 0.84 | 0 | 0.31 | 235.88 | 0.82 | 0.38 |
| Hex | 11 | 1C | B1 | 5A | 54 | 0 | 1F | EC | 52 | 26 |
| Octal | 21 | 34 | 261 | 132 | 124 | 0 | 37 | 354 | 122 | 46 |
| Binary | 10001 | 11100 | 10110001 | 1011010 | 1010100 | 0 | 11111 | 11101100 | 1010010 | 100110 |
Color Harmonies of #111CB1
Complementary color
Monochromatic Colors of #111CB1
Black with #111CB1
Text Example
Text Example
White with #111CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CB1; }
p { color: rgb(17,28,177); }
H1.HeaderClassName
{
color: #111CB1;
}
.AnyTagClassName
{
color: #111CB1;
}
</style>
background-color css
<style>
a { background-color: #111CB1; }
a { background-color: rgb(17,28,177); }
div.DivClassName
{
background-color: #111CB1;
}
.BgClassName
{
background-color: #111CB1;
}
</style>
border-color css
<style>
span { border-color: #111CB1; }
span { border-color: rgb(17,28,177); }
td.TdClassName
{
border-color: #111CB1;
}
.TagClassName
{
border-color: #111CB1;
}
</style>