Shades of Egyptian Blue #11279D
Tints of Egyptian Blue #11279D
RGB
CMYK
RGB Variations
Color information
#11279D (or 0x11279D) is known color: Egyptian Blue. HEX triplet: 11, 27 and 9D. RGB value is (17,39,157). Sum of RGB (Red+Green+Blue) = 17+39+157=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #11279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11279D is #EED862. Grayscale: #2D2D2D. Windows color (decimal): -15652963 or 10299153. OLE color: 10299153.
HSL color Cylindrical-coordinate representation of color #11279D: hue angle of 230.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11279D is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 39 | 157 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.38 |
| HSL | 230.57º | 0.8% | 0.34% | - |
| HSV(B) | 230.57º | 0.89% | 0.62% | - |
| XYZ | 7.04 | 4 | 32.3 | - |
| YUV | 45.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 157 | 0.89 | 0.75 | 0 | 0.38 | 230.57 | 0.8 | 0.34 |
| Hex | 11 | 27 | 9D | 59 | 4B | 0 | 26 | E7 | 50 | 22 |
| Octal | 21 | 47 | 235 | 131 | 113 | 0 | 46 | 347 | 120 | 42 |
| Binary | 10001 | 100111 | 10011101 | 1011001 | 1001011 | 0 | 100110 | 11100111 | 1010000 | 100010 |
Color Harmonies of #11279D
Complementary color
Monochromatic Colors of #11279D
Black with #11279D
Text Example
Text Example
White with #11279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11279D; }
p { color: rgb(17,39,157); }
H1.HeaderClassName
{
color: #11279D;
}
.AnyTagClassName
{
color: #11279D;
}
</style>
background-color css
<style>
a { background-color: #11279D; }
a { background-color: rgb(17,39,157); }
div.DivClassName
{
background-color: #11279D;
}
.BgClassName
{
background-color: #11279D;
}
</style>
border-color css
<style>
span { border-color: #11279D; }
span { border-color: rgb(17,39,157); }
td.TdClassName
{
border-color: #11279D;
}
.TagClassName
{
border-color: #11279D;
}
</style>