Shades of Egyptian Blue #123695
Tints of Egyptian Blue #123695
RGB
CMYK
RGB Variations
Color information
#123695 (or 0x123695) is known color: Egyptian Blue. HEX triplet: 12, 36 and 95. RGB value is (18,54,149). Sum of RGB (Red+Green+Blue) = 18+54+149=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #123695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123695 is #EDC96A. Grayscale: #353535. Windows color (decimal): -15583595 or 9778706. OLE color: 9778706.
HSL color Cylindrical-coordinate representation of color #123695: hue angle of 223.51º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123695 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 54 | 149 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.42 |
| HSL | 223.51º | 0.78% | 0.33% | - |
| HSV(B) | 223.51º | 0.88% | 0.58% | - |
| XYZ | 6.99 | 4.94 | 29.02 | - |
| YUV | 54.07 | 181.57 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 149 | 0.88 | 0.64 | 0 | 0.42 | 223.51 | 0.78 | 0.33 |
| Hex | 12 | 36 | 95 | 58 | 40 | 0 | 2A | E0 | 4E | 21 |
| Octal | 22 | 66 | 225 | 130 | 100 | 0 | 52 | 340 | 116 | 41 |
| Binary | 10010 | 110110 | 10010101 | 1011000 | 1000000 | 0 | 101010 | 11100000 | 1001110 | 100001 |
Color Harmonies of #123695
Complementary color
Monochromatic Colors of #123695
Black with #123695
Text Example
Text Example
White with #123695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123695; }
p { color: rgb(18,54,149); }
H1.HeaderClassName
{
color: #123695;
}
.AnyTagClassName
{
color: #123695;
}
</style>
background-color css
<style>
a { background-color: #123695; }
a { background-color: rgb(18,54,149); }
div.DivClassName
{
background-color: #123695;
}
.BgClassName
{
background-color: #123695;
}
</style>
border-color css
<style>
span { border-color: #123695; }
span { border-color: rgb(18,54,149); }
td.TdClassName
{
border-color: #123695;
}
.TagClassName
{
border-color: #123695;
}
</style>