Shades of Egyptian Blue #1125B3
Tints of Egyptian Blue #1125B3
RGB
CMYK
RGB Variations
Color information
#1125B3 (or 0x1125B3) is known color: Egyptian Blue. HEX triplet: 11, 25 and B3. RGB value is (17,37,179). Sum of RGB (Red+Green+Blue) = 17+37+179=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 179 (70.31% from 255 or 76.82% from 233); Max value from RGB is 179 - color contains mainly: blue. Hex color #1125B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1125B3 is #EEDA4C. Grayscale: #2E2E2E. Windows color (decimal): -15653453 or 11740433. OLE color: 11740433.
HSL color Cylindrical-coordinate representation of color #1125B3: hue angle of 232.59º 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 #1125B3 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 37 | 179 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.30 |
| HSL | 232.59º | 0.83% | 0.38% | - |
| HSV(B) | 232.59º | 0.91% | 0.7% | - |
| XYZ | 9.03 | 4.7 | 43.08 | - |
| YUV | 47.21 | 202.37 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 179 | 0.91 | 0.79 | 0 | 0.30 | 232.59 | 0.83 | 0.38 |
| Hex | 11 | 25 | B3 | 5B | 4F | 0 | 1E | E9 | 53 | 26 |
| Octal | 21 | 45 | 263 | 133 | 117 | 0 | 36 | 351 | 123 | 46 |
| Binary | 10001 | 100101 | 10110011 | 1011011 | 1001111 | 0 | 11110 | 11101001 | 1010011 | 100110 |
Color Harmonies of #1125B3
Complementary color
Monochromatic Colors of #1125B3
Black with #1125B3
Text Example
Text Example
White with #1125B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1125B3; }
p { color: rgb(17,37,179); }
H1.HeaderClassName
{
color: #1125B3;
}
.AnyTagClassName
{
color: #1125B3;
}
</style>
background-color css
<style>
a { background-color: #1125B3; }
a { background-color: rgb(17,37,179); }
div.DivClassName
{
background-color: #1125B3;
}
.BgClassName
{
background-color: #1125B3;
}
</style>
border-color css
<style>
span { border-color: #1125B3; }
span { border-color: rgb(17,37,179); }
td.TdClassName
{
border-color: #1125B3;
}
.TagClassName
{
border-color: #1125B3;
}
</style>