Shades of Egyptian Blue #111BB3
Tints of Egyptian Blue #111BB3
RGB
CMYK
RGB Variations
Color information
#111BB3 (or 0x111BB3) is known color: Egyptian Blue. HEX triplet: 11, 1B and B3. RGB value is (17,27,179). Sum of RGB (Red+Green+Blue) = 17+27+179=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 179 (70.31% from 255 or 80.27% from 223); Max value from RGB is 179 - color contains mainly: blue. Hex color #111BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BB3 is #EEE44C. Grayscale: #282828. Windows color (decimal): -15656013 or 11737873. OLE color: 11737873.
HSL color Cylindrical-coordinate representation of color #111BB3: hue angle of 236.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #111BB3 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 27 | 179 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.30 |
| HSL | 236.3º | 0.83% | 0.38% | - |
| HSV(B) | 236.3º | 0.91% | 0.7% | - |
| XYZ | 8.76 | 4.16 | 42.99 | - |
| YUV | 41.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 179 | 0.91 | 0.85 | 0 | 0.30 | 236.3 | 0.83 | 0.38 |
| Hex | 11 | 1B | B3 | 5B | 55 | 0 | 1E | EC | 53 | 26 |
| Octal | 21 | 33 | 263 | 133 | 125 | 0 | 36 | 354 | 123 | 46 |
| Binary | 10001 | 11011 | 10110011 | 1011011 | 1010101 | 0 | 11110 | 11101100 | 1010011 | 100110 |
Color Harmonies of #111BB3
Complementary color
Monochromatic Colors of #111BB3
Black with #111BB3
Text Example
Text Example
White with #111BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BB3; }
p { color: rgb(17,27,179); }
H1.HeaderClassName
{
color: #111BB3;
}
.AnyTagClassName
{
color: #111BB3;
}
</style>
background-color css
<style>
a { background-color: #111BB3; }
a { background-color: rgb(17,27,179); }
div.DivClassName
{
background-color: #111BB3;
}
.BgClassName
{
background-color: #111BB3;
}
</style>
border-color css
<style>
span { border-color: #111BB3; }
span { border-color: rgb(17,27,179); }
td.TdClassName
{
border-color: #111BB3;
}
.TagClassName
{
border-color: #111BB3;
}
</style>