Shades of Egyptian Blue #123895
Tints of Egyptian Blue #123895
RGB
CMYK
RGB Variations
Color information
#123895 (or 0x123895) is known color: Egyptian Blue. HEX triplet: 12, 38 and 95. RGB value is (18,56,149). Sum of RGB (Red+Green+Blue) = 18+56+149=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 149 (58.59% from 255 or 66.82% from 223); Max value from RGB is 149 - color contains mainly: blue. Hex color #123895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123895 is #EDC76A. Grayscale: #363636. Windows color (decimal): -15583083 or 9779218. OLE color: 9779218.
HSL color Cylindrical-coordinate representation of color #123895: hue angle of 222.6º 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 #123895 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 56 | 149 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.42 |
| HSL | 222.6º | 0.78% | 0.33% | - |
| HSV(B) | 222.6º | 0.88% | 0.58% | - |
| XYZ | 7.09 | 5.13 | 29.05 | - |
| YUV | 55.24 | 180.91 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 56 | 149 | 0.88 | 0.62 | 0 | 0.42 | 222.6 | 0.78 | 0.33 |
| Hex | 12 | 38 | 95 | 58 | 3E | 0 | 2A | DF | 4E | 21 |
| Octal | 22 | 70 | 225 | 130 | 76 | 0 | 52 | 337 | 116 | 41 |
| Binary | 10010 | 111000 | 10010101 | 1011000 | 111110 | 0 | 101010 | 11011111 | 1001110 | 100001 |
Color Harmonies of #123895
Complementary color
Monochromatic Colors of #123895
Black with #123895
Text Example
Text Example
White with #123895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123895; }
p { color: rgb(18,56,149); }
H1.HeaderClassName
{
color: #123895;
}
.AnyTagClassName
{
color: #123895;
}
</style>
background-color css
<style>
a { background-color: #123895; }
a { background-color: rgb(18,56,149); }
div.DivClassName
{
background-color: #123895;
}
.BgClassName
{
background-color: #123895;
}
</style>
border-color css
<style>
span { border-color: #123895; }
span { border-color: rgb(18,56,149); }
td.TdClassName
{
border-color: #123895;
}
.TagClassName
{
border-color: #123895;
}
</style>