Shades of Egyptian Blue #123995
Tints of Egyptian Blue #123995
RGB
CMYK
RGB Variations
Color information
#123995 (or 0x123995) is known color: Egyptian Blue. HEX triplet: 12, 39 and 95. RGB value is (18,57,149). Sum of RGB (Red+Green+Blue) = 18+57+149=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #123995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123995 is #EDC66A. Grayscale: #373737. Windows color (decimal): -15582827 or 9779474. OLE color: 9779474.
HSL color Cylindrical-coordinate representation of color #123995: hue angle of 222.14º 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 #123995 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 57 | 149 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.42 |
| HSL | 222.14º | 0.78% | 0.33% | - |
| HSV(B) | 222.14º | 0.88% | 0.58% | - |
| XYZ | 7.14 | 5.22 | 29.07 | - |
| YUV | 55.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 57 | 149 | 0.88 | 0.62 | 0 | 0.42 | 222.14 | 0.78 | 0.33 |
| Hex | 12 | 39 | 95 | 58 | 3E | 0 | 2A | DE | 4E | 21 |
| Octal | 22 | 71 | 225 | 130 | 76 | 0 | 52 | 336 | 116 | 41 |
| Binary | 10010 | 111001 | 10010101 | 1011000 | 111110 | 0 | 101010 | 11011110 | 1001110 | 100001 |
Color Harmonies of #123995
Complementary color
Monochromatic Colors of #123995
Black with #123995
Text Example
Text Example
White with #123995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123995; }
p { color: rgb(18,57,149); }
H1.HeaderClassName
{
color: #123995;
}
.AnyTagClassName
{
color: #123995;
}
</style>
background-color css
<style>
a { background-color: #123995; }
a { background-color: rgb(18,57,149); }
div.DivClassName
{
background-color: #123995;
}
.BgClassName
{
background-color: #123995;
}
</style>
border-color css
<style>
span { border-color: #123995; }
span { border-color: rgb(18,57,149); }
td.TdClassName
{
border-color: #123995;
}
.TagClassName
{
border-color: #123995;
}
</style>