Shades of Egyptian Blue #12339E
Tints of Egyptian Blue #12339E
RGB
CMYK
RGB Variations
Color information
#12339E (or 0x12339E) is known color: Egyptian Blue. HEX triplet: 12, 33 and 9E. RGB value is (18,51,158). Sum of RGB (Red+Green+Blue) = 18+51+158=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #12339E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12339E is #EDCC61. Grayscale: #343434. Windows color (decimal): -15584354 or 10367762. OLE color: 10367762.
HSL color Cylindrical-coordinate representation of color #12339E: hue angle of 225.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12339E is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 51 | 158 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.38 |
| HSL | 225.86º | 0.8% | 0.35% | - |
| HSV(B) | 225.86º | 0.89% | 0.62% | - |
| XYZ | 7.6 | 4.96 | 32.91 | - |
| YUV | 53.33 | 187.07 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 158 | 0.89 | 0.68 | 0 | 0.38 | 225.86 | 0.8 | 0.35 |
| Hex | 12 | 33 | 9E | 59 | 44 | 0 | 26 | E2 | 50 | 23 |
| Octal | 22 | 63 | 236 | 131 | 104 | 0 | 46 | 342 | 120 | 43 |
| Binary | 10010 | 110011 | 10011110 | 1011001 | 1000100 | 0 | 100110 | 11100010 | 1010000 | 100011 |
Color Harmonies of #12339E
Complementary color
Monochromatic Colors of #12339E
Black with #12339E
Text Example
Text Example
White with #12339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12339E; }
p { color: rgb(18,51,158); }
H1.HeaderClassName
{
color: #12339E;
}
.AnyTagClassName
{
color: #12339E;
}
</style>
background-color css
<style>
a { background-color: #12339E; }
a { background-color: rgb(18,51,158); }
div.DivClassName
{
background-color: #12339E;
}
.BgClassName
{
background-color: #12339E;
}
</style>
border-color css
<style>
span { border-color: #12339E; }
span { border-color: rgb(18,51,158); }
td.TdClassName
{
border-color: #12339E;
}
.TagClassName
{
border-color: #12339E;
}
</style>