Shades of Egyptian Blue #123C9B
Tints of Egyptian Blue #123C9B
RGB
CMYK
RGB Variations
Color information
#123C9B (or 0x123C9B) is known color: Egyptian Blue. HEX triplet: 12, 3C and 9B. RGB value is (18,60,155). Sum of RGB (Red+Green+Blue) = 18+60+155=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #123C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C9B is #EDC364. Grayscale: #393939. Windows color (decimal): -15582053 or 10173458. OLE color: 10173458.
HSL color Cylindrical-coordinate representation of color #123C9B: hue angle of 221.61º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123C9B is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 60 | 155 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.39 |
| HSL | 221.61º | 0.79% | 0.34% | - |
| HSV(B) | 221.61º | 0.88% | 0.61% | - |
| XYZ | 7.78 | 5.73 | 31.71 | - |
| YUV | 58.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 155 | 0.88 | 0.61 | 0 | 0.39 | 221.61 | 0.79 | 0.34 |
| Hex | 12 | 3C | 9B | 58 | 3D | 0 | 27 | DE | 4F | 22 |
| Octal | 22 | 74 | 233 | 130 | 75 | 0 | 47 | 336 | 117 | 42 |
| Binary | 10010 | 111100 | 10011011 | 1011000 | 111101 | 0 | 100111 | 11011110 | 1001111 | 100010 |
Color Harmonies of #123C9B
Complementary color
Monochromatic Colors of #123C9B
Black with #123C9B
Text Example
Text Example
White with #123C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C9B; }
p { color: rgb(18,60,155); }
H1.HeaderClassName
{
color: #123C9B;
}
.AnyTagClassName
{
color: #123C9B;
}
</style>
background-color css
<style>
a { background-color: #123C9B; }
a { background-color: rgb(18,60,155); }
div.DivClassName
{
background-color: #123C9B;
}
.BgClassName
{
background-color: #123C9B;
}
</style>
border-color css
<style>
span { border-color: #123C9B; }
span { border-color: rgb(18,60,155); }
td.TdClassName
{
border-color: #123C9B;
}
.TagClassName
{
border-color: #123C9B;
}
</style>