Shades of Egyptian Blue #123D9E
Tints of Egyptian Blue #123D9E
RGB
CMYK
RGB Variations
Color information
#123D9E (or 0x123D9E) is known color: Egyptian Blue. HEX triplet: 12, 3D and 9E. RGB value is (18,61,158). Sum of RGB (Red+Green+Blue) = 18+61+158=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #123D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123D9E is #EDC261. Grayscale: #3A3A3A. Windows color (decimal): -15581794 or 10370322. OLE color: 10370322.
HSL color Cylindrical-coordinate representation of color #123D9E: hue angle of 221.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123D9E is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 61 | 158 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.38 |
| HSL | 221.57º | 0.8% | 0.35% | - |
| HSV(B) | 221.57º | 0.89% | 0.62% | - |
| XYZ | 8.09 | 5.93 | 33.07 | - |
| YUV | 59.2 | 183.75 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 158 | 0.89 | 0.61 | 0 | 0.38 | 221.57 | 0.8 | 0.35 |
| Hex | 12 | 3D | 9E | 59 | 3D | 0 | 26 | DE | 50 | 23 |
| Octal | 22 | 75 | 236 | 131 | 75 | 0 | 46 | 336 | 120 | 43 |
| Binary | 10010 | 111101 | 10011110 | 1011001 | 111101 | 0 | 100110 | 11011110 | 1010000 | 100011 |
Color Harmonies of #123D9E
Complementary color
Monochromatic Colors of #123D9E
Black with #123D9E
Text Example
Text Example
White with #123D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123D9E; }
p { color: rgb(18,61,158); }
H1.HeaderClassName
{
color: #123D9E;
}
.AnyTagClassName
{
color: #123D9E;
}
</style>
background-color css
<style>
a { background-color: #123D9E; }
a { background-color: rgb(18,61,158); }
div.DivClassName
{
background-color: #123D9E;
}
.BgClassName
{
background-color: #123D9E;
}
</style>
border-color css
<style>
span { border-color: #123D9E; }
span { border-color: rgb(18,61,158); }
td.TdClassName
{
border-color: #123D9E;
}
.TagClassName
{
border-color: #123D9E;
}
</style>