Shades of Egyptian Blue #1239A1
Tints of Egyptian Blue #1239A1
RGB
CMYK
RGB Variations
Color information
#1239A1 (or 0x1239A1) is known color: Egyptian Blue. HEX triplet: 12, 39 and A1. RGB value is (18,57,161). Sum of RGB (Red+Green+Blue) = 18+57+161=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 161 (63.28% from 255 or 68.22% from 236); Max value from RGB is 161 - color contains mainly: blue. Hex color #1239A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1239A1 is #EDC65E. Grayscale: #383838. Windows color (decimal): -15582815 or 10565906. OLE color: 10565906.
HSL color Cylindrical-coordinate representation of color #1239A1: hue angle of 223.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1239A1 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 57 | 161 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.37 |
| HSL | 223.64º | 0.8% | 0.35% | - |
| HSV(B) | 223.64º | 0.89% | 0.63% | - |
| XYZ | 8.15 | 5.63 | 34.38 | - |
| YUV | 57.2 | 186.58 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 161 | 0.89 | 0.65 | 0 | 0.37 | 223.64 | 0.8 | 0.35 |
| Hex | 12 | 39 | A1 | 59 | 41 | 0 | 25 | E0 | 50 | 23 |
| Octal | 22 | 71 | 241 | 131 | 101 | 0 | 45 | 340 | 120 | 43 |
| Binary | 10010 | 111001 | 10100001 | 1011001 | 1000001 | 0 | 100101 | 11100000 | 1010000 | 100011 |
Color Harmonies of #1239A1
Complementary color
Monochromatic Colors of #1239A1
Black with #1239A1
Text Example
Text Example
White with #1239A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239A1; }
p { color: rgb(18,57,161); }
H1.HeaderClassName
{
color: #1239A1;
}
.AnyTagClassName
{
color: #1239A1;
}
</style>
background-color css
<style>
a { background-color: #1239A1; }
a { background-color: rgb(18,57,161); }
div.DivClassName
{
background-color: #1239A1;
}
.BgClassName
{
background-color: #1239A1;
}
</style>
border-color css
<style>
span { border-color: #1239A1; }
span { border-color: rgb(18,57,161); }
td.TdClassName
{
border-color: #1239A1;
}
.TagClassName
{
border-color: #1239A1;
}
</style>