Shades of Egyptian Blue #1027AD
Tints of Egyptian Blue #1027AD
RGB
CMYK
RGB Variations
Color information
#1027AD (or 0x1027AD) is known color: Egyptian Blue. HEX triplet: 10, 27 and AD. RGB value is (16,39,173). Sum of RGB (Red+Green+Blue) = 16+39+173=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 173 (67.97% from 255 or 75.88% from 228); Max value from RGB is 173 - color contains mainly: blue. Hex color #1027AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1027AD is #EFD852. Grayscale: #2E2E2E. Windows color (decimal): -15718483 or 11347728. OLE color: 11347728.
HSL color Cylindrical-coordinate representation of color #1027AD: hue angle of 231.21º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1027AD is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 39 | 173 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.32 |
| HSL | 231.21º | 0.83% | 0.37% | - |
| HSV(B) | 231.21º | 0.91% | 0.68% | - |
| XYZ | 8.48 | 4.58 | 39.97 | - |
| YUV | 47.4 | 198.88 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 173 | 0.91 | 0.77 | 0 | 0.32 | 231.21 | 0.83 | 0.37 |
| Hex | 10 | 27 | AD | 5B | 4D | 0 | 20 | E7 | 53 | 25 |
| Octal | 20 | 47 | 255 | 133 | 115 | 0 | 40 | 347 | 123 | 45 |
| Binary | 10000 | 100111 | 10101101 | 1011011 | 1001101 | 0 | 100000 | 11100111 | 1010011 | 100101 |
Color Harmonies of #1027AD
Complementary color
Monochromatic Colors of #1027AD
Black with #1027AD
Text Example
Text Example
White with #1027AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1027AD; }
p { color: rgb(16,39,173); }
H1.HeaderClassName
{
color: #1027AD;
}
.AnyTagClassName
{
color: #1027AD;
}
</style>
background-color css
<style>
a { background-color: #1027AD; }
a { background-color: rgb(16,39,173); }
div.DivClassName
{
background-color: #1027AD;
}
.BgClassName
{
background-color: #1027AD;
}
</style>
border-color css
<style>
span { border-color: #1027AD; }
span { border-color: rgb(16,39,173); }
td.TdClassName
{
border-color: #1027AD;
}
.TagClassName
{
border-color: #1027AD;
}
</style>