Shades of Egyptian Blue #1126B3
Tints of Egyptian Blue #1126B3
RGB
CMYK
RGB Variations
Color information
#1126B3 (or 0x1126B3) is known color: Egyptian Blue. HEX triplet: 11, 26 and B3. RGB value is (17,38,179). Sum of RGB (Red+Green+Blue) = 17+38+179=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 179 (70.31% from 255 or 76.50% from 234); Max value from RGB is 179 - color contains mainly: blue. Hex color #1126B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1126B3 is #EED94C. Grayscale: #2F2F2F. Windows color (decimal): -15653197 or 11740689. OLE color: 11740689.
HSL color Cylindrical-coordinate representation of color #1126B3: hue angle of 232.22º 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 #1126B3 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 38 | 179 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.30 |
| HSL | 232.22º | 0.83% | 0.38% | - |
| HSV(B) | 232.22º | 0.91% | 0.7% | - |
| XYZ | 9.06 | 4.76 | 43.09 | - |
| YUV | 47.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 179 | 0.91 | 0.79 | 0 | 0.30 | 232.22 | 0.83 | 0.38 |
| Hex | 11 | 26 | B3 | 5B | 4F | 0 | 1E | E8 | 53 | 26 |
| Octal | 21 | 46 | 263 | 133 | 117 | 0 | 36 | 350 | 123 | 46 |
| Binary | 10001 | 100110 | 10110011 | 1011011 | 1001111 | 0 | 11110 | 11101000 | 1010011 | 100110 |
Color Harmonies of #1126B3
Complementary color
Monochromatic Colors of #1126B3
Black with #1126B3
Text Example
Text Example
White with #1126B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1126B3; }
p { color: rgb(17,38,179); }
H1.HeaderClassName
{
color: #1126B3;
}
.AnyTagClassName
{
color: #1126B3;
}
</style>
background-color css
<style>
a { background-color: #1126B3; }
a { background-color: rgb(17,38,179); }
div.DivClassName
{
background-color: #1126B3;
}
.BgClassName
{
background-color: #1126B3;
}
</style>
border-color css
<style>
span { border-color: #1126B3; }
span { border-color: rgb(17,38,179); }
td.TdClassName
{
border-color: #1126B3;
}
.TagClassName
{
border-color: #1126B3;
}
</style>