Shades of Egyptian Blue #123AAA
Tints of Egyptian Blue #123AAA
RGB
CMYK
RGB Variations
Color information
#123AAA (or 0x123AAA) is known color: Egyptian Blue. HEX triplet: 12, 3A and AA. RGB value is (18,58,170). Sum of RGB (Red+Green+Blue) = 18+58+170=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #123AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123AAA is #EDC555. Grayscale: #3A3A3A. Windows color (decimal): -15582550 or 11155986. OLE color: 11155986.
HSL color Cylindrical-coordinate representation of color #123AAA: hue angle of 224.21º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #123AAA is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 58 | 170 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.33 |
| HSL | 224.21º | 0.81% | 0.37% | - |
| HSV(B) | 224.21º | 0.89% | 0.67% | - |
| XYZ | 9.02 | 6.06 | 38.72 | - |
| YUV | 58.81 | 190.75 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 170 | 0.89 | 0.66 | 0 | 0.33 | 224.21 | 0.81 | 0.37 |
| Hex | 12 | 3A | AA | 59 | 42 | 0 | 21 | E0 | 51 | 25 |
| Octal | 22 | 72 | 252 | 131 | 102 | 0 | 41 | 340 | 121 | 45 |
| Binary | 10010 | 111010 | 10101010 | 1011001 | 1000010 | 0 | 100001 | 11100000 | 1010001 | 100101 |
Color Harmonies of #123AAA
Complementary color
Monochromatic Colors of #123AAA
Black with #123AAA
Text Example
Text Example
White with #123AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123AAA; }
p { color: rgb(18,58,170); }
H1.HeaderClassName
{
color: #123AAA;
}
.AnyTagClassName
{
color: #123AAA;
}
</style>
background-color css
<style>
a { background-color: #123AAA; }
a { background-color: rgb(18,58,170); }
div.DivClassName
{
background-color: #123AAA;
}
.BgClassName
{
background-color: #123AAA;
}
</style>
border-color css
<style>
span { border-color: #123AAA; }
span { border-color: rgb(18,58,170); }
td.TdClassName
{
border-color: #123AAA;
}
.TagClassName
{
border-color: #123AAA;
}
</style>