Shades of Egyptian Blue #1134AF
Tints of Egyptian Blue #1134AF
RGB
CMYK
RGB Variations
Color information
#1134AF (or 0x1134AF) is known color: Egyptian Blue. HEX triplet: 11, 34 and AF. RGB value is (17,52,175). Sum of RGB (Red+Green+Blue) = 17+52+175=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 175 (68.75% from 255 or 71.72% from 244); Max value from RGB is 175 - color contains mainly: blue. Hex color #1134AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1134AF is #EECB50. Grayscale: #373737. Windows color (decimal): -15649617 or 11482129. OLE color: 11482129.
HSL color Cylindrical-coordinate representation of color #1134AF: hue angle of 226.71º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1134AF is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 52 | 175 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.31 |
| HSL | 226.71º | 0.82% | 0.38% | - |
| HSV(B) | 226.71º | 0.9% | 0.69% | - |
| XYZ | 9.2 | 5.67 | 41.17 | - |
| YUV | 55.56 | 195.4 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 175 | 0.90 | 0.70 | 0 | 0.31 | 226.71 | 0.82 | 0.38 |
| Hex | 11 | 34 | AF | 5A | 46 | 0 | 1F | E3 | 52 | 26 |
| Octal | 21 | 64 | 257 | 132 | 106 | 0 | 37 | 343 | 122 | 46 |
| Binary | 10001 | 110100 | 10101111 | 1011010 | 1000110 | 0 | 11111 | 11100011 | 1010010 | 100110 |
Color Harmonies of #1134AF
Complementary color
Monochromatic Colors of #1134AF
Black with #1134AF
Text Example
Text Example
White with #1134AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1134AF; }
p { color: rgb(17,52,175); }
H1.HeaderClassName
{
color: #1134AF;
}
.AnyTagClassName
{
color: #1134AF;
}
</style>
background-color css
<style>
a { background-color: #1134AF; }
a { background-color: rgb(17,52,175); }
div.DivClassName
{
background-color: #1134AF;
}
.BgClassName
{
background-color: #1134AF;
}
</style>
border-color css
<style>
span { border-color: #1134AF; }
span { border-color: rgb(17,52,175); }
td.TdClassName
{
border-color: #1134AF;
}
.TagClassName
{
border-color: #1134AF;
}
</style>