Shades of Egyptian Blue #1244AC
Tints of Egyptian Blue #1244AC
RGB
CMYK
RGB Variations
Color information
#1244AC (or 0x1244AC) is known color: Egyptian Blue. HEX triplet: 12, 44 and AC. RGB value is (18,68,172). Sum of RGB (Red+Green+Blue) = 18+68+172=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #1244AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1244AC is #EDBB53. Grayscale: #404040. Windows color (decimal): -15579988 or 11289618. OLE color: 11289618.
HSL color Cylindrical-coordinate representation of color #1244AC: hue angle of 220.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1244AC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 68 | 172 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.33 |
| HSL | 220.52º | 0.81% | 0.37% | - |
| HSV(B) | 220.52º | 0.9% | 0.67% | - |
| XYZ | 9.76 | 7.24 | 39.91 | - |
| YUV | 64.91 | 188.44 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 172 | 0.90 | 0.60 | 0 | 0.33 | 220.52 | 0.81 | 0.37 |
| Hex | 12 | 44 | AC | 5A | 3C | 0 | 21 | DD | 51 | 25 |
| Octal | 22 | 104 | 254 | 132 | 74 | 0 | 41 | 335 | 121 | 45 |
| Binary | 10010 | 1000100 | 10101100 | 1011010 | 111100 | 0 | 100001 | 11011101 | 1010001 | 100101 |
Color Harmonies of #1244AC
Complementary color
Monochromatic Colors of #1244AC
Black with #1244AC
Text Example
Text Example
White with #1244AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1244AC; }
p { color: rgb(18,68,172); }
H1.HeaderClassName
{
color: #1244AC;
}
.AnyTagClassName
{
color: #1244AC;
}
</style>
background-color css
<style>
a { background-color: #1244AC; }
a { background-color: rgb(18,68,172); }
div.DivClassName
{
background-color: #1244AC;
}
.BgClassName
{
background-color: #1244AC;
}
</style>
border-color css
<style>
span { border-color: #1244AC; }
span { border-color: rgb(18,68,172); }
td.TdClassName
{
border-color: #1244AC;
}
.TagClassName
{
border-color: #1244AC;
}
</style>