Shades of Egyptian Blue #123598
Tints of Egyptian Blue #123598
RGB
CMYK
RGB Variations
Color information
#123598 (or 0x123598) is known color: Egyptian Blue. HEX triplet: 12, 35 and 98. RGB value is (18,53,152). Sum of RGB (Red+Green+Blue) = 18+53+152=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #123598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123598 is #EDCA67. Grayscale: #353535. Windows color (decimal): -15583848 or 9975058. OLE color: 9975058.
HSL color Cylindrical-coordinate representation of color #123598: hue angle of 224.33º 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 #123598 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 53 | 152 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.40 |
| HSL | 224.33º | 0.79% | 0.33% | - |
| HSV(B) | 224.33º | 0.88% | 0.6% | - |
| XYZ | 7.19 | 4.94 | 30.28 | - |
| YUV | 53.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 152 | 0.88 | 0.65 | 0 | 0.40 | 224.33 | 0.79 | 0.33 |
| Hex | 12 | 35 | 98 | 58 | 41 | 0 | 28 | E0 | 4F | 21 |
| Octal | 22 | 65 | 230 | 130 | 101 | 0 | 50 | 340 | 117 | 41 |
| Binary | 10010 | 110101 | 10011000 | 1011000 | 1000001 | 0 | 101000 | 11100000 | 1001111 | 100001 |
Color Harmonies of #123598
Complementary color
Monochromatic Colors of #123598
Black with #123598
Text Example
Text Example
White with #123598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123598; }
p { color: rgb(18,53,152); }
H1.HeaderClassName
{
color: #123598;
}
.AnyTagClassName
{
color: #123598;
}
</style>
background-color css
<style>
a { background-color: #123598; }
a { background-color: rgb(18,53,152); }
div.DivClassName
{
background-color: #123598;
}
.BgClassName
{
background-color: #123598;
}
</style>
border-color css
<style>
span { border-color: #123598; }
span { border-color: rgb(18,53,152); }
td.TdClassName
{
border-color: #123598;
}
.TagClassName
{
border-color: #123598;
}
</style>