Shades of Egyptian Blue #123198
Tints of Egyptian Blue #123198
RGB
CMYK
RGB Variations
Color information
#123198 (or 0x123198) is known color: Egyptian Blue. HEX triplet: 12, 31 and 98. RGB value is (18,49,152). Sum of RGB (Red+Green+Blue) = 18+49+152=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #123198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123198 is #EDCE67. Grayscale: #333333. Windows color (decimal): -15584872 or 9974034. OLE color: 9974034.
HSL color Cylindrical-coordinate representation of color #123198: hue angle of 226.12º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123198 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 49 | 152 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.40 |
| HSL | 226.12º | 0.79% | 0.33% | - |
| HSV(B) | 226.12º | 0.88% | 0.6% | - |
| XYZ | 7.02 | 4.59 | 30.22 | - |
| YUV | 51.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 49 | 152 | 0.88 | 0.68 | 0 | 0.40 | 226.12 | 0.79 | 0.33 |
| Hex | 12 | 31 | 98 | 58 | 44 | 0 | 28 | E2 | 4F | 21 |
| Octal | 22 | 61 | 230 | 130 | 104 | 0 | 50 | 342 | 117 | 41 |
| Binary | 10010 | 110001 | 10011000 | 1011000 | 1000100 | 0 | 101000 | 11100010 | 1001111 | 100001 |
Color Harmonies of #123198
Complementary color
Monochromatic Colors of #123198
Black with #123198
Text Example
Text Example
White with #123198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123198; }
p { color: rgb(18,49,152); }
H1.HeaderClassName
{
color: #123198;
}
.AnyTagClassName
{
color: #123198;
}
</style>
background-color css
<style>
a { background-color: #123198; }
a { background-color: rgb(18,49,152); }
div.DivClassName
{
background-color: #123198;
}
.BgClassName
{
background-color: #123198;
}
</style>
border-color css
<style>
span { border-color: #123198; }
span { border-color: rgb(18,49,152); }
td.TdClassName
{
border-color: #123198;
}
.TagClassName
{
border-color: #123198;
}
</style>