Shades of Egyptian Blue #1127AF
Tints of Egyptian Blue #1127AF
RGB
CMYK
RGB Variations
Color information
#1127AF (or 0x1127AF) is known color: Egyptian Blue. HEX triplet: 11, 27 and AF. RGB value is (17,39,175). Sum of RGB (Red+Green+Blue) = 17+39+175=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #1127AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1127AF is #EED850. Grayscale: #2F2F2F. Windows color (decimal): -15652945 or 11478801. OLE color: 11478801.
HSL color Cylindrical-coordinate representation of color #1127AF: hue angle of 231.65º 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 #1127AF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 39 | 175 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.31 |
| HSL | 231.65º | 0.82% | 0.38% | - |
| HSV(B) | 231.65º | 0.9% | 0.69% | - |
| XYZ | 8.69 | 4.67 | 41 | - |
| YUV | 47.93 | 199.71 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 175 | 0.90 | 0.78 | 0 | 0.31 | 231.65 | 0.82 | 0.38 |
| Hex | 11 | 27 | AF | 5A | 4E | 0 | 1F | E8 | 52 | 26 |
| Octal | 21 | 47 | 257 | 132 | 116 | 0 | 37 | 350 | 122 | 46 |
| Binary | 10001 | 100111 | 10101111 | 1011010 | 1001110 | 0 | 11111 | 11101000 | 1010010 | 100110 |
Color Harmonies of #1127AF
Complementary color
Monochromatic Colors of #1127AF
Black with #1127AF
Text Example
Text Example
White with #1127AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1127AF; }
p { color: rgb(17,39,175); }
H1.HeaderClassName
{
color: #1127AF;
}
.AnyTagClassName
{
color: #1127AF;
}
</style>
background-color css
<style>
a { background-color: #1127AF; }
a { background-color: rgb(17,39,175); }
div.DivClassName
{
background-color: #1127AF;
}
.BgClassName
{
background-color: #1127AF;
}
</style>
border-color css
<style>
span { border-color: #1127AF; }
span { border-color: rgb(17,39,175); }
td.TdClassName
{
border-color: #1127AF;
}
.TagClassName
{
border-color: #1127AF;
}
</style>