Shades of Egyptian Blue #1227AE
Tints of Egyptian Blue #1227AE
RGB
CMYK
RGB Variations
Color information
#1227AE (or 0x1227AE) is known color: Egyptian Blue. HEX triplet: 12, 27 and AE. RGB value is (18,39,174). Sum of RGB (Red+Green+Blue) = 18+39+174=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #1227AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1227AE is #EDD851. Grayscale: #2F2F2F. Windows color (decimal): -15587410 or 11413266. OLE color: 11413266.
HSL color Cylindrical-coordinate representation of color #1227AE: hue angle of 231.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1227AE is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 39 | 174 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.32 |
| HSL | 231.92º | 0.81% | 0.38% | - |
| HSV(B) | 231.92º | 0.9% | 0.68% | - |
| XYZ | 8.61 | 4.64 | 40.49 | - |
| YUV | 48.11 | 199.04 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 174 | 0.90 | 0.78 | 0 | 0.32 | 231.92 | 0.81 | 0.38 |
| Hex | 12 | 27 | AE | 5A | 4E | 0 | 20 | E8 | 51 | 26 |
| Octal | 22 | 47 | 256 | 132 | 116 | 0 | 40 | 350 | 121 | 46 |
| Binary | 10010 | 100111 | 10101110 | 1011010 | 1001110 | 0 | 100000 | 11101000 | 1010001 | 100110 |
Color Harmonies of #1227AE
Complementary color
Monochromatic Colors of #1227AE
Black with #1227AE
Text Example
Text Example
White with #1227AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1227AE; }
p { color: rgb(18,39,174); }
H1.HeaderClassName
{
color: #1227AE;
}
.AnyTagClassName
{
color: #1227AE;
}
</style>
background-color css
<style>
a { background-color: #1227AE; }
a { background-color: rgb(18,39,174); }
div.DivClassName
{
background-color: #1227AE;
}
.BgClassName
{
background-color: #1227AE;
}
</style>
border-color css
<style>
span { border-color: #1227AE; }
span { border-color: rgb(18,39,174); }
td.TdClassName
{
border-color: #1227AE;
}
.TagClassName
{
border-color: #1227AE;
}
</style>