Shades of Egyptian Blue #1136A7
Tints of Egyptian Blue #1136A7
RGB
CMYK
RGB Variations
Color information
#1136A7 (or 0x1136A7) is known color: Egyptian Blue. HEX triplet: 11, 36 and A7. RGB value is (17,54,167). Sum of RGB (Red+Green+Blue) = 17+54+167=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 167 (65.62% from 255 or 70.17% from 238); Max value from RGB is 167 - color contains mainly: blue. Hex color #1136A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1136A7 is #EEC958. Grayscale: #373737. Windows color (decimal): -15649113 or 10958353. OLE color: 10958353.
HSL color Cylindrical-coordinate representation of color #1136A7: hue angle of 225.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1136A7 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 54 | 167 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.35 |
| HSL | 225.2º | 0.82% | 0.36% | - |
| HSV(B) | 225.2º | 0.9% | 0.65% | - |
| XYZ | 8.53 | 5.55 | 37.18 | - |
| YUV | 55.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 167 | 0.90 | 0.68 | 0 | 0.35 | 225.2 | 0.82 | 0.36 |
| Hex | 11 | 36 | A7 | 5A | 44 | 0 | 23 | E1 | 52 | 24 |
| Octal | 21 | 66 | 247 | 132 | 104 | 0 | 43 | 341 | 122 | 44 |
| Binary | 10001 | 110110 | 10100111 | 1011010 | 1000100 | 0 | 100011 | 11100001 | 1010010 | 100100 |
Color Harmonies of #1136A7
Complementary color
Monochromatic Colors of #1136A7
Black with #1136A7
Text Example
Text Example
White with #1136A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1136A7; }
p { color: rgb(17,54,167); }
H1.HeaderClassName
{
color: #1136A7;
}
.AnyTagClassName
{
color: #1136A7;
}
</style>
background-color css
<style>
a { background-color: #1136A7; }
a { background-color: rgb(17,54,167); }
div.DivClassName
{
background-color: #1136A7;
}
.BgClassName
{
background-color: #1136A7;
}
</style>
border-color css
<style>
span { border-color: #1136A7; }
span { border-color: rgb(17,54,167); }
td.TdClassName
{
border-color: #1136A7;
}
.TagClassName
{
border-color: #1136A7;
}
</style>