Shades of Egyptian Blue #111FB3
Tints of Egyptian Blue #111FB3
RGB
CMYK
RGB Variations
Color information
#111FB3 (or 0x111FB3) is known color: Egyptian Blue. HEX triplet: 11, 1F and B3. RGB value is (17,31,179). Sum of RGB (Red+Green+Blue) = 17+31+179=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 179 (70.31% from 255 or 78.85% from 227); Max value from RGB is 179 - color contains mainly: blue. Hex color #111FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FB3 is #EEE04C. Grayscale: #2B2B2B. Windows color (decimal): -15654989 or 11738897. OLE color: 11738897.
HSL color Cylindrical-coordinate representation of color #111FB3: hue angle of 234.81º 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 #111FB3 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 31 | 179 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.30 |
| HSL | 234.81º | 0.83% | 0.38% | - |
| HSV(B) | 234.81º | 0.91% | 0.7% | - |
| XYZ | 8.86 | 4.35 | 43.02 | - |
| YUV | 43.69 | 204.36 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 179 | 0.91 | 0.83 | 0 | 0.30 | 234.81 | 0.83 | 0.38 |
| Hex | 11 | 1F | B3 | 5B | 53 | 0 | 1E | EB | 53 | 26 |
| Octal | 21 | 37 | 263 | 133 | 123 | 0 | 36 | 353 | 123 | 46 |
| Binary | 10001 | 11111 | 10110011 | 1011011 | 1010011 | 0 | 11110 | 11101011 | 1010011 | 100110 |
Color Harmonies of #111FB3
Complementary color
Monochromatic Colors of #111FB3
Black with #111FB3
Text Example
Text Example
White with #111FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FB3; }
p { color: rgb(17,31,179); }
H1.HeaderClassName
{
color: #111FB3;
}
.AnyTagClassName
{
color: #111FB3;
}
</style>
background-color css
<style>
a { background-color: #111FB3; }
a { background-color: rgb(17,31,179); }
div.DivClassName
{
background-color: #111FB3;
}
.BgClassName
{
background-color: #111FB3;
}
</style>
border-color css
<style>
span { border-color: #111FB3; }
span { border-color: rgb(17,31,179); }
td.TdClassName
{
border-color: #111FB3;
}
.TagClassName
{
border-color: #111FB3;
}
</style>