Shades of Egyptian Blue #11238F
Tints of Egyptian Blue #11238F
RGB
CMYK
RGB Variations
Color information
#11238F (or 0x11238F) is known color: Egyptian Blue. HEX triplet: 11, 23 and 8F. RGB value is (17,35,143). Sum of RGB (Red+Green+Blue) = 17+35+143=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #11238F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11238F is #EEDC70. Grayscale: #292929. Windows color (decimal): -15654001 or 9380625. OLE color: 9380625.
HSL color Cylindrical-coordinate representation of color #11238F: hue angle of 231.43º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11238F is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 35 | 143 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.44 |
| HSL | 231.43º | 0.79% | 0.31% | - |
| HSV(B) | 231.43º | 0.88% | 0.56% | - |
| XYZ | 5.79 | 3.3 | 26.32 | - |
| YUV | 41.93 | 185.04 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 143 | 0.88 | 0.76 | 0 | 0.44 | 231.43 | 0.79 | 0.31 |
| Hex | 11 | 23 | 8F | 58 | 4C | 0 | 2C | E7 | 4F | 1F |
| Octal | 21 | 43 | 217 | 130 | 114 | 0 | 54 | 347 | 117 | 37 |
| Binary | 10001 | 100011 | 10001111 | 1011000 | 1001100 | 0 | 101100 | 11100111 | 1001111 | 11111 |
Color Harmonies of #11238F
Complementary color
Monochromatic Colors of #11238F
Black with #11238F
Text Example
Text Example
White with #11238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11238F; }
p { color: rgb(17,35,143); }
H1.HeaderClassName
{
color: #11238F;
}
.AnyTagClassName
{
color: #11238F;
}
</style>
background-color css
<style>
a { background-color: #11238F; }
a { background-color: rgb(17,35,143); }
div.DivClassName
{
background-color: #11238F;
}
.BgClassName
{
background-color: #11238F;
}
</style>
border-color css
<style>
span { border-color: #11238F; }
span { border-color: rgb(17,35,143); }
td.TdClassName
{
border-color: #11238F;
}
.TagClassName
{
border-color: #11238F;
}
</style>