Shades of Egyptian Blue #1243AE
Tints of Egyptian Blue #1243AE
RGB
CMYK
RGB Variations
Color information
#1243AE (or 0x1243AE) is known color: Egyptian Blue. HEX triplet: 12, 43 and AE. RGB value is (18,67,174). Sum of RGB (Red+Green+Blue) = 18+67+174=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #1243AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1243AE is #EDBC51. Grayscale: #404040. Windows color (decimal): -15580242 or 11420434. OLE color: 11420434.
HSL color Cylindrical-coordinate representation of color #1243AE: hue angle of 221.15º 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 #1243AE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 67 | 174 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.32 |
| HSL | 221.15º | 0.81% | 0.38% | - |
| HSV(B) | 221.15º | 0.9% | 0.68% | - |
| XYZ | 9.9 | 7.2 | 40.91 | - |
| YUV | 64.55 | 189.77 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 174 | 0.90 | 0.61 | 0 | 0.32 | 221.15 | 0.81 | 0.38 |
| Hex | 12 | 43 | AE | 5A | 3D | 0 | 20 | DD | 51 | 26 |
| Octal | 22 | 103 | 256 | 132 | 75 | 0 | 40 | 335 | 121 | 46 |
| Binary | 10010 | 1000011 | 10101110 | 1011010 | 111101 | 0 | 100000 | 11011101 | 1010001 | 100110 |
Color Harmonies of #1243AE
Complementary color
Monochromatic Colors of #1243AE
Black with #1243AE
Text Example
Text Example
White with #1243AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243AE; }
p { color: rgb(18,67,174); }
H1.HeaderClassName
{
color: #1243AE;
}
.AnyTagClassName
{
color: #1243AE;
}
</style>
background-color css
<style>
a { background-color: #1243AE; }
a { background-color: rgb(18,67,174); }
div.DivClassName
{
background-color: #1243AE;
}
.BgClassName
{
background-color: #1243AE;
}
</style>
border-color css
<style>
span { border-color: #1243AE; }
span { border-color: rgb(18,67,174); }
td.TdClassName
{
border-color: #1243AE;
}
.TagClassName
{
border-color: #1243AE;
}
</style>