Shades of Egyptian Blue #123CB2
Tints of Egyptian Blue #123CB2
RGB
CMYK
RGB Variations
Color information
#123CB2 (or 0x123CB2) is known color: Egyptian Blue. HEX triplet: 12, 3C and B2. RGB value is (18,60,178). Sum of RGB (Red+Green+Blue) = 18+60+178=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 178 (69.92% from 255 or 69.53% from 256); Max value from RGB is 178 - color contains mainly: blue. Hex color #123CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123CB2 is #EDC34D. Grayscale: #3C3C3C. Windows color (decimal): -15582030 or 11680786. OLE color: 11680786.
HSL color Cylindrical-coordinate representation of color #123CB2: hue angle of 224.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123CB2 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 60 | 178 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.30 |
| HSL | 224.25º | 0.82% | 0.38% | - |
| HSV(B) | 224.25º | 0.9% | 0.7% | - |
| XYZ | 9.9 | 6.57 | 42.87 | - |
| YUV | 60.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 178 | 0.90 | 0.66 | 0 | 0.30 | 224.25 | 0.82 | 0.38 |
| Hex | 12 | 3C | B2 | 5A | 42 | 0 | 1E | E0 | 52 | 26 |
| Octal | 22 | 74 | 262 | 132 | 102 | 0 | 36 | 340 | 122 | 46 |
| Binary | 10010 | 111100 | 10110010 | 1011010 | 1000010 | 0 | 11110 | 11100000 | 1010010 | 100110 |
Color Harmonies of #123CB2
Complementary color
Monochromatic Colors of #123CB2
Black with #123CB2
Text Example
Text Example
White with #123CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CB2; }
p { color: rgb(18,60,178); }
H1.HeaderClassName
{
color: #123CB2;
}
.AnyTagClassName
{
color: #123CB2;
}
</style>
background-color css
<style>
a { background-color: #123CB2; }
a { background-color: rgb(18,60,178); }
div.DivClassName
{
background-color: #123CB2;
}
.BgClassName
{
background-color: #123CB2;
}
</style>
border-color css
<style>
span { border-color: #123CB2; }
span { border-color: rgb(18,60,178); }
td.TdClassName
{
border-color: #123CB2;
}
.TagClassName
{
border-color: #123CB2;
}
</style>