Shades of Egyptian Blue #111BAF
Tints of Egyptian Blue #111BAF
RGB
CMYK
RGB Variations
Color information
#111BAF (or 0x111BAF) is known color: Egyptian Blue. HEX triplet: 11, 1B and AF. RGB value is (17,27,175). Sum of RGB (Red+Green+Blue) = 17+27+175=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #111BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111BAF is #EEE450. Grayscale: #282828. Windows color (decimal): -15656017 or 11475729. OLE color: 11475729.
HSL color Cylindrical-coordinate representation of color #111BAF: hue angle of 236.2º 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 #111BAF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 27 | 175 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.31 |
| HSL | 236.2º | 0.82% | 0.38% | - |
| HSV(B) | 236.2º | 0.9% | 0.69% | - |
| XYZ | 8.36 | 4 | 40.89 | - |
| YUV | 40.88 | 203.69 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 175 | 0.90 | 0.85 | 0 | 0.31 | 236.2 | 0.82 | 0.38 |
| Hex | 11 | 1B | AF | 5A | 55 | 0 | 1F | EC | 52 | 26 |
| Octal | 21 | 33 | 257 | 132 | 125 | 0 | 37 | 354 | 122 | 46 |
| Binary | 10001 | 11011 | 10101111 | 1011010 | 1010101 | 0 | 11111 | 11101100 | 1010010 | 100110 |
Color Harmonies of #111BAF
Complementary color
Monochromatic Colors of #111BAF
Black with #111BAF
Text Example
Text Example
White with #111BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BAF; }
p { color: rgb(17,27,175); }
H1.HeaderClassName
{
color: #111BAF;
}
.AnyTagClassName
{
color: #111BAF;
}
</style>
background-color css
<style>
a { background-color: #111BAF; }
a { background-color: rgb(17,27,175); }
div.DivClassName
{
background-color: #111BAF;
}
.BgClassName
{
background-color: #111BAF;
}
</style>
border-color css
<style>
span { border-color: #111BAF; }
span { border-color: rgb(17,27,175); }
td.TdClassName
{
border-color: #111BAF;
}
.TagClassName
{
border-color: #111BAF;
}
</style>