Shades of Egyptian Blue #123797
Tints of Egyptian Blue #123797
RGB
CMYK
RGB Variations
Color information
#123797 (or 0x123797) is known color: Egyptian Blue. HEX triplet: 12, 37 and 97. RGB value is (18,55,151). Sum of RGB (Red+Green+Blue) = 18+55+151=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #123797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123797 is #EDC868. Grayscale: #363636. Windows color (decimal): -15583337 or 9910034. OLE color: 9910034.
HSL color Cylindrical-coordinate representation of color #123797: hue angle of 223.31º 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 #123797 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 55 | 151 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.41 |
| HSL | 223.31º | 0.79% | 0.33% | - |
| HSV(B) | 223.31º | 0.88% | 0.59% | - |
| XYZ | 7.2 | 5.1 | 29.88 | - |
| YUV | 54.88 | 182.24 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 151 | 0.88 | 0.64 | 0 | 0.41 | 223.31 | 0.79 | 0.33 |
| Hex | 12 | 37 | 97 | 58 | 40 | 0 | 29 | DF | 4F | 21 |
| Octal | 22 | 67 | 227 | 130 | 100 | 0 | 51 | 337 | 117 | 41 |
| Binary | 10010 | 110111 | 10010111 | 1011000 | 1000000 | 0 | 101001 | 11011111 | 1001111 | 100001 |
Color Harmonies of #123797
Complementary color
Monochromatic Colors of #123797
Black with #123797
Text Example
Text Example
White with #123797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123797; }
p { color: rgb(18,55,151); }
H1.HeaderClassName
{
color: #123797;
}
.AnyTagClassName
{
color: #123797;
}
</style>
background-color css
<style>
a { background-color: #123797; }
a { background-color: rgb(18,55,151); }
div.DivClassName
{
background-color: #123797;
}
.BgClassName
{
background-color: #123797;
}
</style>
border-color css
<style>
span { border-color: #123797; }
span { border-color: rgb(18,55,151); }
td.TdClassName
{
border-color: #123797;
}
.TagClassName
{
border-color: #123797;
}
</style>