Shades of Egyptian Blue #123095
Tints of Egyptian Blue #123095
RGB
CMYK
RGB Variations
Color information
#123095 (or 0x123095) is known color: Egyptian Blue. HEX triplet: 12, 30 and 95. RGB value is (18,48,149). Sum of RGB (Red+Green+Blue) = 18+48+149=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #123095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123095 is #EDCF6A. Grayscale: #323232. Windows color (decimal): -15585131 or 9777170. OLE color: 9777170.
HSL color Cylindrical-coordinate representation of color #123095: hue angle of 226.26º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123095 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 48 | 149 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.42 |
| HSL | 226.26º | 0.78% | 0.33% | - |
| HSV(B) | 226.26º | 0.88% | 0.58% | - |
| XYZ | 6.73 | 4.41 | 28.93 | - |
| YUV | 50.54 | 183.56 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 149 | 0.88 | 0.68 | 0 | 0.42 | 226.26 | 0.78 | 0.33 |
| Hex | 12 | 30 | 95 | 58 | 44 | 0 | 2A | E2 | 4E | 21 |
| Octal | 22 | 60 | 225 | 130 | 104 | 0 | 52 | 342 | 116 | 41 |
| Binary | 10010 | 110000 | 10010101 | 1011000 | 1000100 | 0 | 101010 | 11100010 | 1001110 | 100001 |
Color Harmonies of #123095
Complementary color
Monochromatic Colors of #123095
Black with #123095
Text Example
Text Example
White with #123095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123095; }
p { color: rgb(18,48,149); }
H1.HeaderClassName
{
color: #123095;
}
.AnyTagClassName
{
color: #123095;
}
</style>
background-color css
<style>
a { background-color: #123095; }
a { background-color: rgb(18,48,149); }
div.DivClassName
{
background-color: #123095;
}
.BgClassName
{
background-color: #123095;
}
</style>
border-color css
<style>
span { border-color: #123095; }
span { border-color: rgb(18,48,149); }
td.TdClassName
{
border-color: #123095;
}
.TagClassName
{
border-color: #123095;
}
</style>