Shades of Egyptian Blue #123B96
Tints of Egyptian Blue #123B96
RGB
CMYK
RGB Variations
Color information
#123B96 (or 0x123B96) is known color: Egyptian Blue. HEX triplet: 12, 3B and 96. RGB value is (18,59,150). Sum of RGB (Red+Green+Blue) = 18+59+150=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 59 (23.44% from 255 or 25.99% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #123B96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B96 is #EDC469. Grayscale: #383838. Windows color (decimal): -15582314 or 9845522. OLE color: 9845522.
HSL color Cylindrical-coordinate representation of color #123B96: hue angle of 221.36º 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 #123B96 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 59 | 150 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.41 |
| HSL | 221.36º | 0.79% | 0.33% | - |
| HSV(B) | 221.36º | 0.88% | 0.59% | - |
| XYZ | 7.32 | 5.46 | 29.52 | - |
| YUV | 57.12 | 180.42 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 150 | 0.88 | 0.61 | 0 | 0.41 | 221.36 | 0.79 | 0.33 |
| Hex | 12 | 3B | 96 | 58 | 3D | 0 | 29 | DD | 4F | 21 |
| Octal | 22 | 73 | 226 | 130 | 75 | 0 | 51 | 335 | 117 | 41 |
| Binary | 10010 | 111011 | 10010110 | 1011000 | 111101 | 0 | 101001 | 11011101 | 1001111 | 100001 |
Color Harmonies of #123B96
Complementary color
Monochromatic Colors of #123B96
Black with #123B96
Text Example
Text Example
White with #123B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B96; }
p { color: rgb(18,59,150); }
H1.HeaderClassName
{
color: #123B96;
}
.AnyTagClassName
{
color: #123B96;
}
</style>
background-color css
<style>
a { background-color: #123B96; }
a { background-color: rgb(18,59,150); }
div.DivClassName
{
background-color: #123B96;
}
.BgClassName
{
background-color: #123B96;
}
</style>
border-color css
<style>
span { border-color: #123B96; }
span { border-color: rgb(18,59,150); }
td.TdClassName
{
border-color: #123B96;
}
.TagClassName
{
border-color: #123B96;
}
</style>