Shades of Egyptian Blue #111FB4
Tints of Egyptian Blue #111FB4
RGB
CMYK
RGB Variations
Color information
#111FB4 (or 0x111FB4) is known color: Egyptian Blue. HEX triplet: 11, 1F and B4. RGB value is (17,31,180). Sum of RGB (Red+Green+Blue) = 17+31+180=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 180 (70.70% from 255 or 78.95% from 228); Max value from RGB is 180 - color contains mainly: blue. Hex color #111FB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FB4 is #EEE04B. Grayscale: #2B2B2B. Windows color (decimal): -15654988 or 11804433. OLE color: 11804433.
HSL color Cylindrical-coordinate representation of color #111FB4: hue angle of 234.85º 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 #111FB4 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 31 | 180 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.29 |
| HSL | 234.85º | 0.83% | 0.39% | - |
| HSV(B) | 234.85º | 0.91% | 0.71% | - |
| XYZ | 8.96 | 4.39 | 43.56 | - |
| YUV | 43.8 | 204.86 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 180 | 0.91 | 0.83 | 0 | 0.29 | 234.85 | 0.83 | 0.39 |
| Hex | 11 | 1F | B4 | 5B | 53 | 0 | 1D | EB | 53 | 27 |
| Octal | 21 | 37 | 264 | 133 | 123 | 0 | 35 | 353 | 123 | 47 |
| Binary | 10001 | 11111 | 10110100 | 1011011 | 1010011 | 0 | 11101 | 11101011 | 1010011 | 100111 |
Color Harmonies of #111FB4
Complementary color
Monochromatic Colors of #111FB4
Black with #111FB4
Text Example
Text Example
White with #111FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111FB4; }
p { color: rgb(17,31,180); }
H1.HeaderClassName
{
color: #111FB4;
}
.AnyTagClassName
{
color: #111FB4;
}
</style>
background-color css
<style>
a { background-color: #111FB4; }
a { background-color: rgb(17,31,180); }
div.DivClassName
{
background-color: #111FB4;
}
.BgClassName
{
background-color: #111FB4;
}
</style>
border-color css
<style>
span { border-color: #111FB4; }
span { border-color: rgb(17,31,180); }
td.TdClassName
{
border-color: #111FB4;
}
.TagClassName
{
border-color: #111FB4;
}
</style>