Shades of Egyptian Blue #1427AD
Tints of Egyptian Blue #1427AD
RGB
CMYK
RGB Variations
Color information
#1427AD (or 0x1427AD) is known color: Egyptian Blue. HEX triplet: 14, 27 and AD. RGB value is (20,39,173). Sum of RGB (Red+Green+Blue) = 20+39+173=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #1427AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1427AD is #EBD852. Grayscale: #303030. Windows color (decimal): -15456339 or 11347732. OLE color: 11347732.
HSL color Cylindrical-coordinate representation of color #1427AD: hue angle of 232.55º 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 #1427AD is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 39 | 173 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.32 |
| HSL | 232.55º | 0.79% | 0.38% | - |
| HSV(B) | 232.55º | 0.88% | 0.68% | - |
| XYZ | 8.56 | 4.62 | 39.98 | - |
| YUV | 48.6 | 198.21 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 173 | 0.88 | 0.77 | 0 | 0.32 | 232.55 | 0.79 | 0.38 |
| Hex | 14 | 27 | AD | 58 | 4D | 0 | 20 | E9 | 4F | 26 |
| Octal | 24 | 47 | 255 | 130 | 115 | 0 | 40 | 351 | 117 | 46 |
| Binary | 10100 | 100111 | 10101101 | 1011000 | 1001101 | 0 | 100000 | 11101001 | 1001111 | 100110 |
Color Harmonies of #1427AD
Complementary color
Monochromatic Colors of #1427AD
Black with #1427AD
Text Example
Text Example
White with #1427AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1427AD; }
p { color: rgb(20,39,173); }
H1.HeaderClassName
{
color: #1427AD;
}
.AnyTagClassName
{
color: #1427AD;
}
</style>
background-color css
<style>
a { background-color: #1427AD; }
a { background-color: rgb(20,39,173); }
div.DivClassName
{
background-color: #1427AD;
}
.BgClassName
{
background-color: #1427AD;
}
</style>
border-color css
<style>
span { border-color: #1427AD; }
span { border-color: rgb(20,39,173); }
td.TdClassName
{
border-color: #1427AD;
}
.TagClassName
{
border-color: #1427AD;
}
</style>