Shades of Egyptian Blue #1124B3
Tints of Egyptian Blue #1124B3
RGB
CMYK
RGB Variations
Color information
#1124B3 (or 0x1124B3) is known color: Egyptian Blue. HEX triplet: 11, 24 and B3. RGB value is (17,36,179). Sum of RGB (Red+Green+Blue) = 17+36+179=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 179 (70.31% from 255 or 77.16% from 232); Max value from RGB is 179 - color contains mainly: blue. Hex color #1124B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1124B3 is #EEDB4C. Grayscale: #2E2E2E. Windows color (decimal): -15653709 or 11740177. OLE color: 11740177.
HSL color Cylindrical-coordinate representation of color #1124B3: hue angle of 232.96º 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 #1124B3 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 36 | 179 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.30 |
| HSL | 232.96º | 0.83% | 0.38% | - |
| HSV(B) | 232.96º | 0.91% | 0.7% | - |
| XYZ | 9 | 4.64 | 43.07 | - |
| YUV | 46.62 | 202.71 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 179 | 0.91 | 0.80 | 0 | 0.30 | 232.96 | 0.83 | 0.38 |
| Hex | 11 | 24 | B3 | 5B | 50 | 0 | 1E | E9 | 53 | 26 |
| Octal | 21 | 44 | 263 | 133 | 120 | 0 | 36 | 351 | 123 | 46 |
| Binary | 10001 | 100100 | 10110011 | 1011011 | 1010000 | 0 | 11110 | 11101001 | 1010011 | 100110 |
Color Harmonies of #1124B3
Complementary color
Monochromatic Colors of #1124B3
Black with #1124B3
Text Example
Text Example
White with #1124B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1124B3; }
p { color: rgb(17,36,179); }
H1.HeaderClassName
{
color: #1124B3;
}
.AnyTagClassName
{
color: #1124B3;
}
</style>
background-color css
<style>
a { background-color: #1124B3; }
a { background-color: rgb(17,36,179); }
div.DivClassName
{
background-color: #1124B3;
}
.BgClassName
{
background-color: #1124B3;
}
</style>
border-color css
<style>
span { border-color: #1124B3; }
span { border-color: rgb(17,36,179); }
td.TdClassName
{
border-color: #1124B3;
}
.TagClassName
{
border-color: #1124B3;
}
</style>