Shades of Egyptian Blue #111CB3
Tints of Egyptian Blue #111CB3
RGB
CMYK
RGB Variations
Color information
#111CB3 (or 0x111CB3) is known color: Egyptian Blue. HEX triplet: 11, 1C and B3. RGB value is (17,28,179). Sum of RGB (Red+Green+Blue) = 17+28+179=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 179 (70.31% from 255 or 79.91% from 224); Max value from RGB is 179 - color contains mainly: blue. Hex color #111CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CB3 is #EEE34C. Grayscale: #292929. Windows color (decimal): -15655757 or 11738129. OLE color: 11738129.
HSL color Cylindrical-coordinate representation of color #111CB3: hue angle of 235.93º 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 #111CB3 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 28 | 179 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.30 |
| HSL | 235.93º | 0.83% | 0.38% | - |
| HSV(B) | 235.93º | 0.91% | 0.7% | - |
| XYZ | 8.78 | 4.2 | 43 | - |
| YUV | 41.93 | 205.36 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 179 | 0.91 | 0.84 | 0 | 0.30 | 235.93 | 0.83 | 0.38 |
| Hex | 11 | 1C | B3 | 5B | 54 | 0 | 1E | EC | 53 | 26 |
| Octal | 21 | 34 | 263 | 133 | 124 | 0 | 36 | 354 | 123 | 46 |
| Binary | 10001 | 11100 | 10110011 | 1011011 | 1010100 | 0 | 11110 | 11101100 | 1010011 | 100110 |
Color Harmonies of #111CB3
Complementary color
Monochromatic Colors of #111CB3
Black with #111CB3
Text Example
Text Example
White with #111CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CB3; }
p { color: rgb(17,28,179); }
H1.HeaderClassName
{
color: #111CB3;
}
.AnyTagClassName
{
color: #111CB3;
}
</style>
background-color css
<style>
a { background-color: #111CB3; }
a { background-color: rgb(17,28,179); }
div.DivClassName
{
background-color: #111CB3;
}
.BgClassName
{
background-color: #111CB3;
}
</style>
border-color css
<style>
span { border-color: #111CB3; }
span { border-color: rgb(17,28,179); }
td.TdClassName
{
border-color: #111CB3;
}
.TagClassName
{
border-color: #111CB3;
}
</style>