Shades of Egyptian Blue #112BB3
Tints of Egyptian Blue #112BB3
RGB
CMYK
RGB Variations
Color information
#112BB3 (or 0x112BB3) is known color: Egyptian Blue. HEX triplet: 11, 2B and B3. RGB value is (17,43,179). Sum of RGB (Red+Green+Blue) = 17+43+179=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 179 (70.31% from 255 or 74.90% from 239); Max value from RGB is 179 - color contains mainly: blue. Hex color #112BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112BB3 is #EED44C. Grayscale: #323232. Windows color (decimal): -15651917 or 11741969. OLE color: 11741969.
HSL color Cylindrical-coordinate representation of color #112BB3: hue angle of 230.37º 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 #112BB3 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 43 | 179 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.30 |
| HSL | 230.37º | 0.83% | 0.38% | - |
| HSV(B) | 230.37º | 0.91% | 0.7% | - |
| XYZ | 9.23 | 5.1 | 43.15 | - |
| YUV | 50.73 | 200.39 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 179 | 0.91 | 0.76 | 0 | 0.30 | 230.37 | 0.83 | 0.38 |
| Hex | 11 | 2B | B3 | 5B | 4C | 0 | 1E | E6 | 53 | 26 |
| Octal | 21 | 53 | 263 | 133 | 114 | 0 | 36 | 346 | 123 | 46 |
| Binary | 10001 | 101011 | 10110011 | 1011011 | 1001100 | 0 | 11110 | 11100110 | 1010011 | 100110 |
Color Harmonies of #112BB3
Complementary color
Monochromatic Colors of #112BB3
Black with #112BB3
Text Example
Text Example
White with #112BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112BB3; }
p { color: rgb(17,43,179); }
H1.HeaderClassName
{
color: #112BB3;
}
.AnyTagClassName
{
color: #112BB3;
}
</style>
background-color css
<style>
a { background-color: #112BB3; }
a { background-color: rgb(17,43,179); }
div.DivClassName
{
background-color: #112BB3;
}
.BgClassName
{
background-color: #112BB3;
}
</style>
border-color css
<style>
span { border-color: #112BB3; }
span { border-color: rgb(17,43,179); }
td.TdClassName
{
border-color: #112BB3;
}
.TagClassName
{
border-color: #112BB3;
}
</style>