Shades of Egyptian Blue #1428AC
Tints of Egyptian Blue #1428AC
RGB
CMYK
RGB Variations
Color information
#1428AC (or 0x1428AC) is known color: Egyptian Blue. HEX triplet: 14, 28 and AC. RGB value is (20,40,172). Sum of RGB (Red+Green+Blue) = 20+40+172=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 172 (67.58% from 255 or 74.14% from 232); Max value from RGB is 172 - color contains mainly: blue. Hex color #1428AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1428AC is #EBD753. Grayscale: #303030. Windows color (decimal): -15456084 or 11282452. OLE color: 11282452.
HSL color Cylindrical-coordinate representation of color #1428AC: hue angle of 232.11º 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 #1428AC is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 40 | 172 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.33 |
| HSL | 232.11º | 0.79% | 0.38% | - |
| HSV(B) | 232.11º | 0.88% | 0.67% | - |
| XYZ | 8.49 | 4.64 | 39.48 | - |
| YUV | 49.07 | 197.37 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 172 | 0.88 | 0.77 | 0 | 0.33 | 232.11 | 0.79 | 0.38 |
| Hex | 14 | 28 | AC | 58 | 4D | 0 | 21 | E8 | 4F | 26 |
| Octal | 24 | 50 | 254 | 130 | 115 | 0 | 41 | 350 | 117 | 46 |
| Binary | 10100 | 101000 | 10101100 | 1011000 | 1001101 | 0 | 100001 | 11101000 | 1001111 | 100110 |
Color Harmonies of #1428AC
Complementary color
Monochromatic Colors of #1428AC
Black with #1428AC
Text Example
Text Example
White with #1428AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428AC; }
p { color: rgb(20,40,172); }
H1.HeaderClassName
{
color: #1428AC;
}
.AnyTagClassName
{
color: #1428AC;
}
</style>
background-color css
<style>
a { background-color: #1428AC; }
a { background-color: rgb(20,40,172); }
div.DivClassName
{
background-color: #1428AC;
}
.BgClassName
{
background-color: #1428AC;
}
</style>
border-color css
<style>
span { border-color: #1428AC; }
span { border-color: rgb(20,40,172); }
td.TdClassName
{
border-color: #1428AC;
}
.TagClassName
{
border-color: #1428AC;
}
</style>