Shades of Egyptian Blue #123EB0
Tints of Egyptian Blue #123EB0
RGB
CMYK
RGB Variations
Color information
#123EB0 (or 0x123EB0) is known color: Egyptian Blue. HEX triplet: 12, 3E and B0. RGB value is (18,62,176). Sum of RGB (Red+Green+Blue) = 18+62+176=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #123EB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123EB0 is #EDC14F. Grayscale: #3D3D3D. Windows color (decimal): -15581520 or 11550226. OLE color: 11550226.
HSL color Cylindrical-coordinate representation of color #123EB0: hue angle of 223.29º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123EB0 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 62 | 176 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.31 |
| HSL | 223.29º | 0.81% | 0.38% | - |
| HSV(B) | 223.29º | 0.9% | 0.69% | - |
| XYZ | 9.81 | 6.71 | 41.85 | - |
| YUV | 61.84 | 192.42 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 176 | 0.90 | 0.65 | 0 | 0.31 | 223.29 | 0.81 | 0.38 |
| Hex | 12 | 3E | B0 | 5A | 41 | 0 | 1F | DF | 51 | 26 |
| Octal | 22 | 76 | 260 | 132 | 101 | 0 | 37 | 337 | 121 | 46 |
| Binary | 10010 | 111110 | 10110000 | 1011010 | 1000001 | 0 | 11111 | 11011111 | 1010001 | 100110 |
Color Harmonies of #123EB0
Complementary color
Monochromatic Colors of #123EB0
Black with #123EB0
Text Example
Text Example
White with #123EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EB0; }
p { color: rgb(18,62,176); }
H1.HeaderClassName
{
color: #123EB0;
}
.AnyTagClassName
{
color: #123EB0;
}
</style>
background-color css
<style>
a { background-color: #123EB0; }
a { background-color: rgb(18,62,176); }
div.DivClassName
{
background-color: #123EB0;
}
.BgClassName
{
background-color: #123EB0;
}
</style>
border-color css
<style>
span { border-color: #123EB0; }
span { border-color: rgb(18,62,176); }
td.TdClassName
{
border-color: #123EB0;
}
.TagClassName
{
border-color: #123EB0;
}
</style>