Shades of Egyptian Blue #1238A2
Tints of Egyptian Blue #1238A2
RGB
CMYK
RGB Variations
Color information
#1238A2 (or 0x1238A2) is known color: Egyptian Blue. HEX triplet: 12, 38 and A2. RGB value is (18,56,162). Sum of RGB (Red+Green+Blue) = 18+56+162=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 162 (63.67% from 255 or 68.64% from 236); Max value from RGB is 162 - color contains mainly: blue. Hex color #1238A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1238A2 is #EDC75D. Grayscale: #383838. Windows color (decimal): -15583070 or 10631186. OLE color: 10631186.
HSL color Cylindrical-coordinate representation of color #1238A2: hue angle of 224.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1238A2 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 56 | 162 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.36 |
| HSL | 224.17º | 0.8% | 0.35% | - |
| HSV(B) | 224.17º | 0.89% | 0.64% | - |
| XYZ | 8.19 | 5.57 | 34.83 | - |
| YUV | 56.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 162 | 0.89 | 0.65 | 0 | 0.36 | 224.17 | 0.8 | 0.35 |
| Hex | 12 | 38 | A2 | 59 | 41 | 0 | 24 | E0 | 50 | 23 |
| Octal | 22 | 70 | 242 | 131 | 101 | 0 | 44 | 340 | 120 | 43 |
| Binary | 10010 | 111000 | 10100010 | 1011001 | 1000001 | 0 | 100100 | 11100000 | 1010000 | 100011 |
Color Harmonies of #1238A2
Complementary color
Monochromatic Colors of #1238A2
Black with #1238A2
Text Example
Text Example
White with #1238A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1238A2; }
p { color: rgb(18,56,162); }
H1.HeaderClassName
{
color: #1238A2;
}
.AnyTagClassName
{
color: #1238A2;
}
</style>
background-color css
<style>
a { background-color: #1238A2; }
a { background-color: rgb(18,56,162); }
div.DivClassName
{
background-color: #1238A2;
}
.BgClassName
{
background-color: #1238A2;
}
</style>
border-color css
<style>
span { border-color: #1238A2; }
span { border-color: rgb(18,56,162); }
td.TdClassName
{
border-color: #1238A2;
}
.TagClassName
{
border-color: #1238A2;
}
</style>