Shades of Egyptian Blue #123DB0
Tints of Egyptian Blue #123DB0
RGB
CMYK
RGB Variations
Color information
#123DB0 (or 0x123DB0) is known color: Egyptian Blue. HEX triplet: 12, 3D and B0. RGB value is (18,61,176). Sum of RGB (Red+Green+Blue) = 18+61+176=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 176 (69.14% from 255 or 69.02% from 255); Max value from RGB is 176 - color contains mainly: blue. Hex color #123DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DB0 is #EDC24F. Grayscale: #3C3C3C. Windows color (decimal): -15581776 or 11549970. OLE color: 11549970.
HSL color Cylindrical-coordinate representation of color #123DB0: hue angle of 223.67º 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 #123DB0 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 61 | 176 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.31 |
| HSL | 223.67º | 0.81% | 0.38% | - |
| HSV(B) | 223.67º | 0.9% | 0.69% | - |
| XYZ | 9.75 | 6.6 | 41.83 | - |
| YUV | 61.25 | 192.75 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 176 | 0.90 | 0.65 | 0 | 0.31 | 223.67 | 0.81 | 0.38 |
| Hex | 12 | 3D | B0 | 5A | 41 | 0 | 1F | E0 | 51 | 26 |
| Octal | 22 | 75 | 260 | 132 | 101 | 0 | 37 | 340 | 121 | 46 |
| Binary | 10010 | 111101 | 10110000 | 1011010 | 1000001 | 0 | 11111 | 11100000 | 1010001 | 100110 |
Color Harmonies of #123DB0
Complementary color
Monochromatic Colors of #123DB0
Black with #123DB0
Text Example
Text Example
White with #123DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DB0; }
p { color: rgb(18,61,176); }
H1.HeaderClassName
{
color: #123DB0;
}
.AnyTagClassName
{
color: #123DB0;
}
</style>
background-color css
<style>
a { background-color: #123DB0; }
a { background-color: rgb(18,61,176); }
div.DivClassName
{
background-color: #123DB0;
}
.BgClassName
{
background-color: #123DB0;
}
</style>
border-color css
<style>
span { border-color: #123DB0; }
span { border-color: rgb(18,61,176); }
td.TdClassName
{
border-color: #123DB0;
}
.TagClassName
{
border-color: #123DB0;
}
</style>