Shades of Egyptian Blue #12319E
Tints of Egyptian Blue #12319E
RGB
CMYK
RGB Variations
Color information
#12319E (or 0x12319E) is known color: Egyptian Blue. HEX triplet: 12, 31 and 9E. RGB value is (18,49,158). Sum of RGB (Red+Green+Blue) = 18+49+158=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #12319E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12319E is #EDCE61. Grayscale: #333333. Windows color (decimal): -15584866 or 10367250. OLE color: 10367250.
HSL color Cylindrical-coordinate representation of color #12319E: hue angle of 226.71º 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 #12319E is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 49 | 158 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.38 |
| HSL | 226.71º | 0.8% | 0.35% | - |
| HSV(B) | 226.71º | 0.89% | 0.62% | - |
| XYZ | 7.52 | 4.79 | 32.88 | - |
| YUV | 52.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 158 | 0.89 | 0.69 | 0 | 0.38 | 226.71 | 0.8 | 0.35 |
| Hex | 12 | 31 | 9E | 59 | 45 | 0 | 26 | E3 | 50 | 23 |
| Octal | 22 | 61 | 236 | 131 | 105 | 0 | 46 | 343 | 120 | 43 |
| Binary | 10010 | 110001 | 10011110 | 1011001 | 1000101 | 0 | 100110 | 11100011 | 1010000 | 100011 |
Color Harmonies of #12319E
Complementary color
Monochromatic Colors of #12319E
Black with #12319E
Text Example
Text Example
White with #12319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12319E; }
p { color: rgb(18,49,158); }
H1.HeaderClassName
{
color: #12319E;
}
.AnyTagClassName
{
color: #12319E;
}
</style>
background-color css
<style>
a { background-color: #12319E; }
a { background-color: rgb(18,49,158); }
div.DivClassName
{
background-color: #12319E;
}
.BgClassName
{
background-color: #12319E;
}
</style>
border-color css
<style>
span { border-color: #12319E; }
span { border-color: rgb(18,49,158); }
td.TdClassName
{
border-color: #12319E;
}
.TagClassName
{
border-color: #12319E;
}
</style>