Shades of Egyptian Blue #123DA9
Tints of Egyptian Blue #123DA9
RGB
CMYK
RGB Variations
Color information
#123DA9 (or 0x123DA9) is known color: Egyptian Blue. HEX triplet: 12, 3D and A9. RGB value is (18,61,169). Sum of RGB (Red+Green+Blue) = 18+61+169=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 169 (66.41% from 255 or 68.15% from 248); Max value from RGB is 169 - color contains mainly: blue. Hex color #123DA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123DA9 is #EDC256. Grayscale: #3B3B3B. Windows color (decimal): -15581783 or 11091218. OLE color: 11091218.
HSL color Cylindrical-coordinate representation of color #123DA9: hue angle of 222.91º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123DA9 is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 61 | 169 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.34 |
| HSL | 222.91º | 0.81% | 0.37% | - |
| HSV(B) | 222.91º | 0.89% | 0.66% | - |
| XYZ | 9.08 | 6.33 | 38.28 | - |
| YUV | 60.46 | 189.25 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 169 | 0.89 | 0.64 | 0 | 0.34 | 222.91 | 0.81 | 0.37 |
| Hex | 12 | 3D | A9 | 59 | 40 | 0 | 22 | DF | 51 | 25 |
| Octal | 22 | 75 | 251 | 131 | 100 | 0 | 42 | 337 | 121 | 45 |
| Binary | 10010 | 111101 | 10101001 | 1011001 | 1000000 | 0 | 100010 | 11011111 | 1010001 | 100101 |
Color Harmonies of #123DA9
Complementary color
Monochromatic Colors of #123DA9
Black with #123DA9
Text Example
Text Example
White with #123DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DA9; }
p { color: rgb(18,61,169); }
H1.HeaderClassName
{
color: #123DA9;
}
.AnyTagClassName
{
color: #123DA9;
}
</style>
background-color css
<style>
a { background-color: #123DA9; }
a { background-color: rgb(18,61,169); }
div.DivClassName
{
background-color: #123DA9;
}
.BgClassName
{
background-color: #123DA9;
}
</style>
border-color css
<style>
span { border-color: #123DA9; }
span { border-color: rgb(18,61,169); }
td.TdClassName
{
border-color: #123DA9;
}
.TagClassName
{
border-color: #123DA9;
}
</style>