Shades of Egyptian Blue #1427AB
Tints of Egyptian Blue #1427AB
RGB
CMYK
RGB Variations
Color information
#1427AB (or 0x1427AB) is known color: Egyptian Blue. HEX triplet: 14, 27 and AB. RGB value is (20,39,171). Sum of RGB (Red+Green+Blue) = 20+39+171=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #1427AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1427AB is #EBD854. Grayscale: #2F2F2F. Windows color (decimal): -15456341 or 11216660. OLE color: 11216660.
HSL color Cylindrical-coordinate representation of color #1427AB: hue angle of 232.45º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1427AB is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 39 | 171 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.33 |
| HSL | 232.45º | 0.79% | 0.37% | - |
| HSV(B) | 232.45º | 0.88% | 0.67% | - |
| XYZ | 8.36 | 4.54 | 38.96 | - |
| YUV | 48.37 | 197.21 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 171 | 0.88 | 0.77 | 0 | 0.33 | 232.45 | 0.79 | 0.37 |
| Hex | 14 | 27 | AB | 58 | 4D | 0 | 21 | E8 | 4F | 25 |
| Octal | 24 | 47 | 253 | 130 | 115 | 0 | 41 | 350 | 117 | 45 |
| Binary | 10100 | 100111 | 10101011 | 1011000 | 1001101 | 0 | 100001 | 11101000 | 1001111 | 100101 |
Color Harmonies of #1427AB
Complementary color
Monochromatic Colors of #1427AB
Black with #1427AB
Text Example
Text Example
White with #1427AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1427AB; }
p { color: rgb(20,39,171); }
H1.HeaderClassName
{
color: #1427AB;
}
.AnyTagClassName
{
color: #1427AB;
}
</style>
background-color css
<style>
a { background-color: #1427AB; }
a { background-color: rgb(20,39,171); }
div.DivClassName
{
background-color: #1427AB;
}
.BgClassName
{
background-color: #1427AB;
}
</style>
border-color css
<style>
span { border-color: #1427AB; }
span { border-color: rgb(20,39,171); }
td.TdClassName
{
border-color: #1427AB;
}
.TagClassName
{
border-color: #1427AB;
}
</style>