Shades of Egyptian Blue #123395
Tints of Egyptian Blue #123395
RGB
CMYK
RGB Variations
Color information
#123395 (or 0x123395) is known color: Egyptian Blue. HEX triplet: 12, 33 and 95. RGB value is (18,51,149). Sum of RGB (Red+Green+Blue) = 18+51+149=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #123395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123395 is #EDCC6A. Grayscale: #333333. Windows color (decimal): -15584363 or 9777938. OLE color: 9777938.
HSL color Cylindrical-coordinate representation of color #123395: hue angle of 224.89º 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 #123395 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 51 | 149 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.42 |
| HSL | 224.89º | 0.78% | 0.33% | - |
| HSV(B) | 224.89º | 0.88% | 0.58% | - |
| XYZ | 6.86 | 4.67 | 28.97 | - |
| YUV | 52.31 | 182.57 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 149 | 0.88 | 0.66 | 0 | 0.42 | 224.89 | 0.78 | 0.33 |
| Hex | 12 | 33 | 95 | 58 | 42 | 0 | 2A | E1 | 4E | 21 |
| Octal | 22 | 63 | 225 | 130 | 102 | 0 | 52 | 341 | 116 | 41 |
| Binary | 10010 | 110011 | 10010101 | 1011000 | 1000010 | 0 | 101010 | 11100001 | 1001110 | 100001 |
Color Harmonies of #123395
Complementary color
Monochromatic Colors of #123395
Black with #123395
Text Example
Text Example
White with #123395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123395; }
p { color: rgb(18,51,149); }
H1.HeaderClassName
{
color: #123395;
}
.AnyTagClassName
{
color: #123395;
}
</style>
background-color css
<style>
a { background-color: #123395; }
a { background-color: rgb(18,51,149); }
div.DivClassName
{
background-color: #123395;
}
.BgClassName
{
background-color: #123395;
}
</style>
border-color css
<style>
span { border-color: #123395; }
span { border-color: rgb(18,51,149); }
td.TdClassName
{
border-color: #123395;
}
.TagClassName
{
border-color: #123395;
}
</style>