Shades of Egyptian Blue #1134AD
Tints of Egyptian Blue #1134AD
RGB
CMYK
RGB Variations
Color information
#1134AD (or 0x1134AD) is known color: Egyptian Blue. HEX triplet: 11, 34 and AD. RGB value is (17,52,173). Sum of RGB (Red+Green+Blue) = 17+52+173=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #1134AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1134AD is #EECB52. Grayscale: #363636. Windows color (decimal): -15649619 or 11351057. OLE color: 11351057.
HSL color Cylindrical-coordinate representation of color #1134AD: hue angle of 226.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1134AD is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 52 | 173 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.32 |
| HSL | 226.54º | 0.82% | 0.37% | - |
| HSV(B) | 226.54º | 0.9% | 0.68% | - |
| XYZ | 9 | 5.59 | 40.14 | - |
| YUV | 55.33 | 194.4 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 173 | 0.90 | 0.70 | 0 | 0.32 | 226.54 | 0.82 | 0.37 |
| Hex | 11 | 34 | AD | 5A | 46 | 0 | 20 | E3 | 52 | 25 |
| Octal | 21 | 64 | 255 | 132 | 106 | 0 | 40 | 343 | 122 | 45 |
| Binary | 10001 | 110100 | 10101101 | 1011010 | 1000110 | 0 | 100000 | 11100011 | 1010010 | 100101 |
Color Harmonies of #1134AD
Complementary color
Monochromatic Colors of #1134AD
Black with #1134AD
Text Example
Text Example
White with #1134AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1134AD; }
p { color: rgb(17,52,173); }
H1.HeaderClassName
{
color: #1134AD;
}
.AnyTagClassName
{
color: #1134AD;
}
</style>
background-color css
<style>
a { background-color: #1134AD; }
a { background-color: rgb(17,52,173); }
div.DivClassName
{
background-color: #1134AD;
}
.BgClassName
{
background-color: #1134AD;
}
</style>
border-color css
<style>
span { border-color: #1134AD; }
span { border-color: rgb(17,52,173); }
td.TdClassName
{
border-color: #1134AD;
}
.TagClassName
{
border-color: #1134AD;
}
</style>