Shades of Egyptian Blue #1226AD
Tints of Egyptian Blue #1226AD
RGB
CMYK
RGB Variations
Color information
#1226AD (or 0x1226AD) is known color: Egyptian Blue. HEX triplet: 12, 26 and AD. RGB value is (18,38,173). Sum of RGB (Red+Green+Blue) = 18+38+173=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #1226AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1226AD is #EDD952. Grayscale: #2E2E2E. Windows color (decimal): -15587667 or 11347474. OLE color: 11347474.
HSL color Cylindrical-coordinate representation of color #1226AD: hue angle of 232.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1226AD is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 38 | 173 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.32 |
| HSL | 232.26º | 0.81% | 0.37% | - |
| HSV(B) | 232.26º | 0.9% | 0.68% | - |
| XYZ | 8.49 | 4.53 | 39.96 | - |
| YUV | 47.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 173 | 0.90 | 0.78 | 0 | 0.32 | 232.26 | 0.81 | 0.37 |
| Hex | 12 | 26 | AD | 5A | 4E | 0 | 20 | E8 | 51 | 25 |
| Octal | 22 | 46 | 255 | 132 | 116 | 0 | 40 | 350 | 121 | 45 |
| Binary | 10010 | 100110 | 10101101 | 1011010 | 1001110 | 0 | 100000 | 11101000 | 1010001 | 100101 |
Color Harmonies of #1226AD
Complementary color
Monochromatic Colors of #1226AD
Black with #1226AD
Text Example
Text Example
White with #1226AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1226AD; }
p { color: rgb(18,38,173); }
H1.HeaderClassName
{
color: #1226AD;
}
.AnyTagClassName
{
color: #1226AD;
}
</style>
background-color css
<style>
a { background-color: #1226AD; }
a { background-color: rgb(18,38,173); }
div.DivClassName
{
background-color: #1226AD;
}
.BgClassName
{
background-color: #1226AD;
}
</style>
border-color css
<style>
span { border-color: #1226AD; }
span { border-color: rgb(18,38,173); }
td.TdClassName
{
border-color: #1226AD;
}
.TagClassName
{
border-color: #1226AD;
}
</style>