Shades of Egyptian Blue #112EB3
Tints of Egyptian Blue #112EB3
RGB
CMYK
RGB Variations
Color information
#112EB3 (or 0x112EB3) is known color: Egyptian Blue. HEX triplet: 11, 2E and B3. RGB value is (17,46,179). Sum of RGB (Red+Green+Blue) = 17+46+179=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #112EB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EB3 is #EED14C. Grayscale: #333333. Windows color (decimal): -15651149 or 11742737. OLE color: 11742737.
HSL color Cylindrical-coordinate representation of color #112EB3: hue angle of 229.26º 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 #112EB3 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 46 | 179 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.30 |
| HSL | 229.26º | 0.83% | 0.38% | - |
| HSV(B) | 229.26º | 0.91% | 0.7% | - |
| XYZ | 9.34 | 5.33 | 43.18 | - |
| YUV | 52.49 | 199.39 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 179 | 0.91 | 0.74 | 0 | 0.30 | 229.26 | 0.83 | 0.38 |
| Hex | 11 | 2E | B3 | 5B | 4A | 0 | 1E | E5 | 53 | 26 |
| Octal | 21 | 56 | 263 | 133 | 112 | 0 | 36 | 345 | 123 | 46 |
| Binary | 10001 | 101110 | 10110011 | 1011011 | 1001010 | 0 | 11110 | 11100101 | 1010011 | 100110 |
Color Harmonies of #112EB3
Complementary color
Monochromatic Colors of #112EB3
Black with #112EB3
Text Example
Text Example
White with #112EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112EB3; }
p { color: rgb(17,46,179); }
H1.HeaderClassName
{
color: #112EB3;
}
.AnyTagClassName
{
color: #112EB3;
}
</style>
background-color css
<style>
a { background-color: #112EB3; }
a { background-color: rgb(17,46,179); }
div.DivClassName
{
background-color: #112EB3;
}
.BgClassName
{
background-color: #112EB3;
}
</style>
border-color css
<style>
span { border-color: #112EB3; }
span { border-color: rgb(17,46,179); }
td.TdClassName
{
border-color: #112EB3;
}
.TagClassName
{
border-color: #112EB3;
}
</style>