Shades of Egyptian Blue #12259D
Tints of Egyptian Blue #12259D
RGB
CMYK
RGB Variations
Color information
#12259D (or 0x12259D) is known color: Egyptian Blue. HEX triplet: 12, 25 and 9D. RGB value is (18,37,157). Sum of RGB (Red+Green+Blue) = 18+37+157=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #12259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12259D is #EDDA62. Grayscale: #2C2C2C. Windows color (decimal): -15587939 or 10298642. OLE color: 10298642.
HSL color Cylindrical-coordinate representation of color #12259D: hue angle of 231.8º 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 #12259D is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 37 | 157 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.38 |
| HSL | 231.8º | 0.79% | 0.34% | - |
| HSV(B) | 231.8º | 0.89% | 0.62% | - |
| XYZ | 7 | 3.89 | 32.28 | - |
| YUV | 45 | 191.21 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 157 | 0.89 | 0.76 | 0 | 0.38 | 231.8 | 0.79 | 0.34 |
| Hex | 12 | 25 | 9D | 59 | 4C | 0 | 26 | E8 | 4F | 22 |
| Octal | 22 | 45 | 235 | 131 | 114 | 0 | 46 | 350 | 117 | 42 |
| Binary | 10010 | 100101 | 10011101 | 1011001 | 1001100 | 0 | 100110 | 11101000 | 1001111 | 100010 |
Color Harmonies of #12259D
Complementary color
Monochromatic Colors of #12259D
Black with #12259D
Text Example
Text Example
White with #12259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12259D; }
p { color: rgb(18,37,157); }
H1.HeaderClassName
{
color: #12259D;
}
.AnyTagClassName
{
color: #12259D;
}
</style>
background-color css
<style>
a { background-color: #12259D; }
a { background-color: rgb(18,37,157); }
div.DivClassName
{
background-color: #12259D;
}
.BgClassName
{
background-color: #12259D;
}
</style>
border-color css
<style>
span { border-color: #12259D; }
span { border-color: rgb(18,37,157); }
td.TdClassName
{
border-color: #12259D;
}
.TagClassName
{
border-color: #12259D;
}
</style>