Shades of Egyptian Blue #123C97
Tints of Egyptian Blue #123C97
RGB
CMYK
RGB Variations
Color information
#123C97 (or 0x123C97) is known color: Egyptian Blue. HEX triplet: 12, 3C and 97. RGB value is (18,60,151). Sum of RGB (Red+Green+Blue) = 18+60+151=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #123C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123C97 is #EDC368. Grayscale: #393939. Windows color (decimal): -15582057 or 9911314. OLE color: 9911314.
HSL color Cylindrical-coordinate representation of color #123C97: hue angle of 221.05º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123C97 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 60 | 151 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.41 |
| HSL | 221.05º | 0.79% | 0.33% | - |
| HSV(B) | 221.05º | 0.88% | 0.59% | - |
| XYZ | 7.45 | 5.59 | 29.97 | - |
| YUV | 57.82 | 180.59 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 151 | 0.88 | 0.60 | 0 | 0.41 | 221.05 | 0.79 | 0.33 |
| Hex | 12 | 3C | 97 | 58 | 3C | 0 | 29 | DD | 4F | 21 |
| Octal | 22 | 74 | 227 | 130 | 74 | 0 | 51 | 335 | 117 | 41 |
| Binary | 10010 | 111100 | 10010111 | 1011000 | 111100 | 0 | 101001 | 11011101 | 1001111 | 100001 |
Color Harmonies of #123C97
Complementary color
Monochromatic Colors of #123C97
Black with #123C97
Text Example
Text Example
White with #123C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123C97; }
p { color: rgb(18,60,151); }
H1.HeaderClassName
{
color: #123C97;
}
.AnyTagClassName
{
color: #123C97;
}
</style>
background-color css
<style>
a { background-color: #123C97; }
a { background-color: rgb(18,60,151); }
div.DivClassName
{
background-color: #123C97;
}
.BgClassName
{
background-color: #123C97;
}
</style>
border-color css
<style>
span { border-color: #123C97; }
span { border-color: rgb(18,60,151); }
td.TdClassName
{
border-color: #123C97;
}
.TagClassName
{
border-color: #123C97;
}
</style>