Shades of Egyptian Blue #1239A9
Tints of Egyptian Blue #1239A9
RGB
CMYK
RGB Variations
Color information
#1239A9 (or 0x1239A9) is known color: Egyptian Blue. HEX triplet: 12, 39 and A9. RGB value is (18,57,169). Sum of RGB (Red+Green+Blue) = 18+57+169=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 169 (66.41% from 255 or 69.26% from 244); Max value from RGB is 169 - color contains mainly: blue. Hex color #1239A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1239A9 is #EDC656. Grayscale: #393939. Windows color (decimal): -15582807 or 11090194. OLE color: 11090194.
HSL color Cylindrical-coordinate representation of color #1239A9: hue angle of 224.5º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1239A9 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 57 | 169 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.34 |
| HSL | 224.5º | 0.81% | 0.37% | - |
| HSV(B) | 224.5º | 0.89% | 0.66% | - |
| XYZ | 8.87 | 5.92 | 38.21 | - |
| YUV | 58.11 | 190.58 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 169 | 0.89 | 0.66 | 0 | 0.34 | 224.5 | 0.81 | 0.37 |
| Hex | 12 | 39 | A9 | 59 | 42 | 0 | 22 | E1 | 51 | 25 |
| Octal | 22 | 71 | 251 | 131 | 102 | 0 | 42 | 341 | 121 | 45 |
| Binary | 10010 | 111001 | 10101001 | 1011001 | 1000010 | 0 | 100010 | 11100001 | 1010001 | 100101 |
Color Harmonies of #1239A9
Complementary color
Monochromatic Colors of #1239A9
Black with #1239A9
Text Example
Text Example
White with #1239A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239A9; }
p { color: rgb(18,57,169); }
H1.HeaderClassName
{
color: #1239A9;
}
.AnyTagClassName
{
color: #1239A9;
}
</style>
background-color css
<style>
a { background-color: #1239A9; }
a { background-color: rgb(18,57,169); }
div.DivClassName
{
background-color: #1239A9;
}
.BgClassName
{
background-color: #1239A9;
}
</style>
border-color css
<style>
span { border-color: #1239A9; }
span { border-color: rgb(18,57,169); }
td.TdClassName
{
border-color: #1239A9;
}
.TagClassName
{
border-color: #1239A9;
}
</style>