Shades of Egyptian Blue #123091
Tints of Egyptian Blue #123091
RGB
CMYK
RGB Variations
Color information
#123091 (or 0x123091) is known color: Egyptian Blue. HEX triplet: 12, 30 and 91. RGB value is (18,48,145). Sum of RGB (Red+Green+Blue) = 18+48+145=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #123091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123091 is #EDCF6E. Grayscale: #313131. Windows color (decimal): -15585135 or 9515026. OLE color: 9515026.
HSL color Cylindrical-coordinate representation of color #123091: hue angle of 225.83º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123091 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 48 | 145 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.43 |
| HSL | 225.83º | 0.78% | 0.32% | - |
| HSV(B) | 225.83º | 0.88% | 0.57% | - |
| XYZ | 6.42 | 4.29 | 27.28 | - |
| YUV | 50.09 | 181.56 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 145 | 0.88 | 0.67 | 0 | 0.43 | 225.83 | 0.78 | 0.32 |
| Hex | 12 | 30 | 91 | 58 | 43 | 0 | 2B | E2 | 4E | 20 |
| Octal | 22 | 60 | 221 | 130 | 103 | 0 | 53 | 342 | 116 | 40 |
| Binary | 10010 | 110000 | 10010001 | 1011000 | 1000011 | 0 | 101011 | 11100010 | 1001110 | 100000 |
Color Harmonies of #123091
Complementary color
Monochromatic Colors of #123091
Black with #123091
Text Example
Text Example
White with #123091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123091; }
p { color: rgb(18,48,145); }
H1.HeaderClassName
{
color: #123091;
}
.AnyTagClassName
{
color: #123091;
}
</style>
background-color css
<style>
a { background-color: #123091; }
a { background-color: rgb(18,48,145); }
div.DivClassName
{
background-color: #123091;
}
.BgClassName
{
background-color: #123091;
}
</style>
border-color css
<style>
span { border-color: #123091; }
span { border-color: rgb(18,48,145); }
td.TdClassName
{
border-color: #123091;
}
.TagClassName
{
border-color: #123091;
}
</style>