Shades of Egyptian Blue #1438AD
Tints of Egyptian Blue #1438AD
RGB
CMYK
RGB Variations
Color information
#1438AD (or 0x1438AD) is known color: Egyptian Blue. HEX triplet: 14, 38 and AD. RGB value is (20,56,173). Sum of RGB (Red+Green+Blue) = 20+56+173=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #1438AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1438AD is #EBC752. Grayscale: #3A3A3A. Windows color (decimal): -15451987 or 11352084. OLE color: 11352084.
HSL color Cylindrical-coordinate representation of color #1438AD: hue angle of 225.88º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1438AD is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 56 | 173 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.32 |
| HSL | 225.88º | 0.79% | 0.38% | - |
| HSV(B) | 225.88º | 0.88% | 0.68% | - |
| XYZ | 9.25 | 5.99 | 40.2 | - |
| YUV | 58.57 | 192.57 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 173 | 0.88 | 0.68 | 0 | 0.32 | 225.88 | 0.79 | 0.38 |
| Hex | 14 | 38 | AD | 58 | 44 | 0 | 20 | E2 | 4F | 26 |
| Octal | 24 | 70 | 255 | 130 | 104 | 0 | 40 | 342 | 117 | 46 |
| Binary | 10100 | 111000 | 10101101 | 1011000 | 1000100 | 0 | 100000 | 11100010 | 1001111 | 100110 |
Color Harmonies of #1438AD
Complementary color
Monochromatic Colors of #1438AD
Black with #1438AD
Text Example
Text Example
White with #1438AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1438AD; }
p { color: rgb(20,56,173); }
H1.HeaderClassName
{
color: #1438AD;
}
.AnyTagClassName
{
color: #1438AD;
}
</style>
background-color css
<style>
a { background-color: #1438AD; }
a { background-color: rgb(20,56,173); }
div.DivClassName
{
background-color: #1438AD;
}
.BgClassName
{
background-color: #1438AD;
}
</style>
border-color css
<style>
span { border-color: #1438AD; }
span { border-color: rgb(20,56,173); }
td.TdClassName
{
border-color: #1438AD;
}
.TagClassName
{
border-color: #1438AD;
}
</style>