Shades of Egyptian Blue #1239A8
Tints of Egyptian Blue #1239A8
RGB
CMYK
RGB Variations
Color information
#1239A8 (or 0x1239A8) is known color: Egyptian Blue. HEX triplet: 12, 39 and A8. RGB value is (18,57,168). Sum of RGB (Red+Green+Blue) = 18+57+168=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 168 (66.02% from 255 or 69.14% from 243); Max value from RGB is 168 - color contains mainly: blue. Hex color #1239A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1239A8 is #EDC657. Grayscale: #393939. Windows color (decimal): -15582808 or 11024658. OLE color: 11024658.
HSL color Cylindrical-coordinate representation of color #1239A8: hue angle of 224.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1239A8 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 57 | 168 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.34 |
| HSL | 224.4º | 0.81% | 0.36% | - |
| HSV(B) | 224.4º | 0.89% | 0.66% | - |
| XYZ | 8.78 | 5.88 | 37.72 | - |
| YUV | 57.99 | 190.08 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 168 | 0.89 | 0.66 | 0 | 0.34 | 224.4 | 0.81 | 0.36 |
| Hex | 12 | 39 | A8 | 59 | 42 | 0 | 22 | E0 | 51 | 24 |
| Octal | 22 | 71 | 250 | 131 | 102 | 0 | 42 | 340 | 121 | 44 |
| Binary | 10010 | 111001 | 10101000 | 1011001 | 1000010 | 0 | 100010 | 11100000 | 1010001 | 100100 |
Color Harmonies of #1239A8
Complementary color
Monochromatic Colors of #1239A8
Black with #1239A8
Text Example
Text Example
White with #1239A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1239A8; }
p { color: rgb(18,57,168); }
H1.HeaderClassName
{
color: #1239A8;
}
.AnyTagClassName
{
color: #1239A8;
}
</style>
background-color css
<style>
a { background-color: #1239A8; }
a { background-color: rgb(18,57,168); }
div.DivClassName
{
background-color: #1239A8;
}
.BgClassName
{
background-color: #1239A8;
}
</style>
border-color css
<style>
span { border-color: #1239A8; }
span { border-color: rgb(18,57,168); }
td.TdClassName
{
border-color: #1239A8;
}
.TagClassName
{
border-color: #1239A8;
}
</style>