Shades of Egyptian Blue #1438AC
Tints of Egyptian Blue #1438AC
RGB
CMYK
RGB Variations
Color information
#1438AC (or 0x1438AC) is known color: Egyptian Blue. HEX triplet: 14, 38 and AC. RGB value is (20,56,172). Sum of RGB (Red+Green+Blue) = 20+56+172=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #1438AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1438AC is #EBC753. Grayscale: #393939. Windows color (decimal): -15451988 or 11286548. OLE color: 11286548.
HSL color Cylindrical-coordinate representation of color #1438AC: hue angle of 225.79º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1438AC is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 56 | 172 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.33 |
| HSL | 225.79º | 0.79% | 0.38% | - |
| HSV(B) | 225.79º | 0.88% | 0.67% | - |
| XYZ | 9.15 | 5.96 | 39.7 | - |
| YUV | 58.46 | 192.07 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 172 | 0.88 | 0.67 | 0 | 0.33 | 225.79 | 0.79 | 0.38 |
| Hex | 14 | 38 | AC | 58 | 43 | 0 | 21 | E2 | 4F | 26 |
| Octal | 24 | 70 | 254 | 130 | 103 | 0 | 41 | 342 | 117 | 46 |
| Binary | 10100 | 111000 | 10101100 | 1011000 | 1000011 | 0 | 100001 | 11100010 | 1001111 | 100110 |
Color Harmonies of #1438AC
Complementary color
Monochromatic Colors of #1438AC
Black with #1438AC
Text Example
Text Example
White with #1438AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1438AC; }
p { color: rgb(20,56,172); }
H1.HeaderClassName
{
color: #1438AC;
}
.AnyTagClassName
{
color: #1438AC;
}
</style>
background-color css
<style>
a { background-color: #1438AC; }
a { background-color: rgb(20,56,172); }
div.DivClassName
{
background-color: #1438AC;
}
.BgClassName
{
background-color: #1438AC;
}
</style>
border-color css
<style>
span { border-color: #1438AC; }
span { border-color: rgb(20,56,172); }
td.TdClassName
{
border-color: #1438AC;
}
.TagClassName
{
border-color: #1438AC;
}
</style>