Shades of Egyptian Blue #12239D
Tints of Egyptian Blue #12239D
RGB
CMYK
RGB Variations
Color information
#12239D (or 0x12239D) is known color: Egyptian Blue. HEX triplet: 12, 23 and 9D. RGB value is (18,35,157). Sum of RGB (Red+Green+Blue) = 18+35+157=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #12239D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12239D is #EDDC62. Grayscale: #2B2B2B. Windows color (decimal): -15588451 or 10298130. OLE color: 10298130.
HSL color Cylindrical-coordinate representation of color #12239D: hue angle of 232.66º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12239D is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 35 | 157 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.38 |
| HSL | 232.66º | 0.79% | 0.34% | - |
| HSV(B) | 232.66º | 0.89% | 0.62% | - |
| XYZ | 6.94 | 3.76 | 32.26 | - |
| YUV | 43.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 157 | 0.89 | 0.78 | 0 | 0.38 | 232.66 | 0.79 | 0.34 |
| Hex | 12 | 23 | 9D | 59 | 4E | 0 | 26 | E9 | 4F | 22 |
| Octal | 22 | 43 | 235 | 131 | 116 | 0 | 46 | 351 | 117 | 42 |
| Binary | 10010 | 100011 | 10011101 | 1011001 | 1001110 | 0 | 100110 | 11101001 | 1001111 | 100010 |
Color Harmonies of #12239D
Complementary color
Monochromatic Colors of #12239D
Black with #12239D
Text Example
Text Example
White with #12239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12239D; }
p { color: rgb(18,35,157); }
H1.HeaderClassName
{
color: #12239D;
}
.AnyTagClassName
{
color: #12239D;
}
</style>
background-color css
<style>
a { background-color: #12239D; }
a { background-color: rgb(18,35,157); }
div.DivClassName
{
background-color: #12239D;
}
.BgClassName
{
background-color: #12239D;
}
</style>
border-color css
<style>
span { border-color: #12239D; }
span { border-color: rgb(18,35,157); }
td.TdClassName
{
border-color: #12239D;
}
.TagClassName
{
border-color: #12239D;
}
</style>