Shades of Egyptian Blue #12389D
Tints of Egyptian Blue #12389D
RGB
CMYK
RGB Variations
Color information
#12389D (or 0x12389D) is known color: Egyptian Blue. HEX triplet: 12, 38 and 9D. RGB value is (18,56,157). Sum of RGB (Red+Green+Blue) = 18+56+157=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #12389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12389D is #EDC762. Grayscale: #373737. Windows color (decimal): -15583075 or 10303506. OLE color: 10303506.
HSL color Cylindrical-coordinate representation of color #12389D: hue angle of 223.6º 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 #12389D is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 56 | 157 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.38 |
| HSL | 223.6º | 0.79% | 0.34% | - |
| HSV(B) | 223.6º | 0.89% | 0.62% | - |
| XYZ | 7.75 | 5.39 | 32.53 | - |
| YUV | 56.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 157 | 0.89 | 0.64 | 0 | 0.38 | 223.6 | 0.79 | 0.34 |
| Hex | 12 | 38 | 9D | 59 | 40 | 0 | 26 | E0 | 4F | 22 |
| Octal | 22 | 70 | 235 | 131 | 100 | 0 | 46 | 340 | 117 | 42 |
| Binary | 10010 | 111000 | 10011101 | 1011001 | 1000000 | 0 | 100110 | 11100000 | 1001111 | 100010 |
Color Harmonies of #12389D
Complementary color
Monochromatic Colors of #12389D
Black with #12389D
Text Example
Text Example
White with #12389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12389D; }
p { color: rgb(18,56,157); }
H1.HeaderClassName
{
color: #12389D;
}
.AnyTagClassName
{
color: #12389D;
}
</style>
background-color css
<style>
a { background-color: #12389D; }
a { background-color: rgb(18,56,157); }
div.DivClassName
{
background-color: #12389D;
}
.BgClassName
{
background-color: #12389D;
}
</style>
border-color css
<style>
span { border-color: #12389D; }
span { border-color: rgb(18,56,157); }
td.TdClassName
{
border-color: #12389D;
}
.TagClassName
{
border-color: #12389D;
}
</style>