Shades of Egyptian Blue #123696
Tints of Egyptian Blue #123696
RGB
CMYK
RGB Variations
Color information
#123696 (or 0x123696) is known color: Egyptian Blue. HEX triplet: 12, 36 and 96. RGB value is (18,54,150). Sum of RGB (Red+Green+Blue) = 18+54+150=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #123696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123696 is #EDC969. Grayscale: #353535. Windows color (decimal): -15583594 or 9844242. OLE color: 9844242.
HSL color Cylindrical-coordinate representation of color #123696: hue angle of 223.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123696 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 54 | 150 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.41 |
| HSL | 223.64º | 0.79% | 0.33% | - |
| HSV(B) | 223.64º | 0.88% | 0.59% | - |
| XYZ | 7.07 | 4.97 | 29.44 | - |
| YUV | 54.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 150 | 0.88 | 0.64 | 0 | 0.41 | 223.64 | 0.79 | 0.33 |
| Hex | 12 | 36 | 96 | 58 | 40 | 0 | 29 | E0 | 4F | 21 |
| Octal | 22 | 66 | 226 | 130 | 100 | 0 | 51 | 340 | 117 | 41 |
| Binary | 10010 | 110110 | 10010110 | 1011000 | 1000000 | 0 | 101001 | 11100000 | 1001111 | 100001 |
Color Harmonies of #123696
Complementary color
Monochromatic Colors of #123696
Black with #123696
Text Example
Text Example
White with #123696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123696; }
p { color: rgb(18,54,150); }
H1.HeaderClassName
{
color: #123696;
}
.AnyTagClassName
{
color: #123696;
}
</style>
background-color css
<style>
a { background-color: #123696; }
a { background-color: rgb(18,54,150); }
div.DivClassName
{
background-color: #123696;
}
.BgClassName
{
background-color: #123696;
}
</style>
border-color css
<style>
span { border-color: #123696; }
span { border-color: rgb(18,54,150); }
td.TdClassName
{
border-color: #123696;
}
.TagClassName
{
border-color: #123696;
}
</style>