Shades of Egyptian Blue #123DAC
Tints of Egyptian Blue #123DAC
RGB
CMYK
RGB Variations
Color information
#123DAC (or 0x123DAC) is known color: Egyptian Blue. HEX triplet: 12, 3D and AC. RGB value is (18,61,172). Sum of RGB (Red+Green+Blue) = 18+61+172=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #123DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DAC is #EDC253. Grayscale: #3C3C3C. Windows color (decimal): -15581780 or 11287826. OLE color: 11287826.
HSL color Cylindrical-coordinate representation of color #123DAC: hue angle of 223.25º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123DAC is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 61 | 172 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.33 |
| HSL | 223.25º | 0.81% | 0.37% | - |
| HSV(B) | 223.25º | 0.9% | 0.67% | - |
| XYZ | 9.36 | 6.44 | 39.78 | - |
| YUV | 60.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 172 | 0.90 | 0.65 | 0 | 0.33 | 223.25 | 0.81 | 0.37 |
| Hex | 12 | 3D | AC | 5A | 41 | 0 | 21 | DF | 51 | 25 |
| Octal | 22 | 75 | 254 | 132 | 101 | 0 | 41 | 337 | 121 | 45 |
| Binary | 10010 | 111101 | 10101100 | 1011010 | 1000001 | 0 | 100001 | 11011111 | 1010001 | 100101 |
Color Harmonies of #123DAC
Complementary color
Monochromatic Colors of #123DAC
Black with #123DAC
Text Example
Text Example
White with #123DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DAC; }
p { color: rgb(18,61,172); }
H1.HeaderClassName
{
color: #123DAC;
}
.AnyTagClassName
{
color: #123DAC;
}
</style>
background-color css
<style>
a { background-color: #123DAC; }
a { background-color: rgb(18,61,172); }
div.DivClassName
{
background-color: #123DAC;
}
.BgClassName
{
background-color: #123DAC;
}
</style>
border-color css
<style>
span { border-color: #123DAC; }
span { border-color: rgb(18,61,172); }
td.TdClassName
{
border-color: #123DAC;
}
.TagClassName
{
border-color: #123DAC;
}
</style>