Shades of Egyptian Blue #111BB4
Tints of Egyptian Blue #111BB4
RGB
CMYK
RGB Variations
Color information
#111BB4 (or 0x111BB4) is known color: Egyptian Blue. HEX triplet: 11, 1B and B4. RGB value is (17,27,180). Sum of RGB (Red+Green+Blue) = 17+27+180=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 180 (70.70% from 255 or 80.36% from 224); Max value from RGB is 180 - color contains mainly: blue. Hex color #111BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BB4 is #EEE44B. Grayscale: #282828. Windows color (decimal): -15656012 or 11803409. OLE color: 11803409.
HSL color Cylindrical-coordinate representation of color #111BB4: hue angle of 236.32º 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 #111BB4 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 27 | 180 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.29 |
| HSL | 236.32º | 0.83% | 0.39% | - |
| HSV(B) | 236.32º | 0.91% | 0.71% | - |
| XYZ | 8.86 | 4.2 | 43.52 | - |
| YUV | 41.45 | 206.19 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 180 | 0.91 | 0.85 | 0 | 0.29 | 236.32 | 0.83 | 0.39 |
| Hex | 11 | 1B | B4 | 5B | 55 | 0 | 1D | EC | 53 | 27 |
| Octal | 21 | 33 | 264 | 133 | 125 | 0 | 35 | 354 | 123 | 47 |
| Binary | 10001 | 11011 | 10110100 | 1011011 | 1010101 | 0 | 11101 | 11101100 | 1010011 | 100111 |
Color Harmonies of #111BB4
Complementary color
Monochromatic Colors of #111BB4
Black with #111BB4
Text Example
Text Example
White with #111BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BB4; }
p { color: rgb(17,27,180); }
H1.HeaderClassName
{
color: #111BB4;
}
.AnyTagClassName
{
color: #111BB4;
}
</style>
background-color css
<style>
a { background-color: #111BB4; }
a { background-color: rgb(17,27,180); }
div.DivClassName
{
background-color: #111BB4;
}
.BgClassName
{
background-color: #111BB4;
}
</style>
border-color css
<style>
span { border-color: #111BB4; }
span { border-color: rgb(17,27,180); }
td.TdClassName
{
border-color: #111BB4;
}
.TagClassName
{
border-color: #111BB4;
}
</style>