Shades of Egyptian Blue #1427A4
Tints of Egyptian Blue #1427A4
RGB
CMYK
RGB Variations
Color information
#1427A4 (or 0x1427A4) is known color: Egyptian Blue. HEX triplet: 14, 27 and A4. RGB value is (20,39,164). Sum of RGB (Red+Green+Blue) = 20+39+164=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #1427A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1427A4 is #EBD85B. Grayscale: #2F2F2F. Windows color (decimal): -15456348 or 10757908. OLE color: 10757908.
HSL color Cylindrical-coordinate representation of color #1427A4: hue angle of 232.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1427A4 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 39 | 164 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.36 |
| HSL | 232.08º | 0.78% | 0.36% | - |
| HSV(B) | 232.08º | 0.88% | 0.64% | - |
| XYZ | 7.71 | 4.28 | 35.54 | - |
| YUV | 47.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 164 | 0.88 | 0.76 | 0 | 0.36 | 232.08 | 0.78 | 0.36 |
| Hex | 14 | 27 | A4 | 58 | 4C | 0 | 24 | E8 | 4E | 24 |
| Octal | 24 | 47 | 244 | 130 | 114 | 0 | 44 | 350 | 116 | 44 |
| Binary | 10100 | 100111 | 10100100 | 1011000 | 1001100 | 0 | 100100 | 11101000 | 1001110 | 100100 |
Color Harmonies of #1427A4
Complementary color
Monochromatic Colors of #1427A4
Black with #1427A4
Text Example
Text Example
White with #1427A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1427A4; }
p { color: rgb(20,39,164); }
H1.HeaderClassName
{
color: #1427A4;
}
.AnyTagClassName
{
color: #1427A4;
}
</style>
background-color css
<style>
a { background-color: #1427A4; }
a { background-color: rgb(20,39,164); }
div.DivClassName
{
background-color: #1427A4;
}
.BgClassName
{
background-color: #1427A4;
}
</style>
border-color css
<style>
span { border-color: #1427A4; }
span { border-color: rgb(20,39,164); }
td.TdClassName
{
border-color: #1427A4;
}
.TagClassName
{
border-color: #1427A4;
}
</style>