Shades of Egyptian Blue #1420B1
Tints of Egyptian Blue #1420B1
RGB
CMYK
RGB Variations
Color information
#1420B1 (or 0x1420B1) is known color: Egyptian Blue. HEX triplet: 14, 20 and B1. RGB value is (20,32,177). Sum of RGB (Red+Green+Blue) = 20+32+177=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 177 (69.53% from 255 or 77.29% from 229); Max value from RGB is 177 - color contains mainly: blue. Hex color #1420B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1420B1 is #EBDF4E. Grayscale: #2C2C2C. Windows color (decimal): -15458127 or 11608084. OLE color: 11608084.
HSL color Cylindrical-coordinate representation of color #1420B1: hue angle of 235.41º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1420B1 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 32 | 177 | - |
| CMYK | 0.89 | 0.82 | 0 | 0.31 |
| HSL | 235.41º | 0.8% | 0.39% | - |
| HSV(B) | 235.41º | 0.89% | 0.69% | - |
| XYZ | 8.74 | 4.36 | 41.98 | - |
| YUV | 44.94 | 202.52 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 177 | 0.89 | 0.82 | 0 | 0.31 | 235.41 | 0.8 | 0.39 |
| Hex | 14 | 20 | B1 | 59 | 52 | 0 | 1F | EB | 50 | 27 |
| Octal | 24 | 40 | 261 | 131 | 122 | 0 | 37 | 353 | 120 | 47 |
| Binary | 10100 | 100000 | 10110001 | 1011001 | 1010010 | 0 | 11111 | 11101011 | 1010000 | 100111 |
Color Harmonies of #1420B1
Complementary color
Monochromatic Colors of #1420B1
Black with #1420B1
Text Example
Text Example
White with #1420B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1420B1; }
p { color: rgb(20,32,177); }
H1.HeaderClassName
{
color: #1420B1;
}
.AnyTagClassName
{
color: #1420B1;
}
</style>
background-color css
<style>
a { background-color: #1420B1; }
a { background-color: rgb(20,32,177); }
div.DivClassName
{
background-color: #1420B1;
}
.BgClassName
{
background-color: #1420B1;
}
</style>
border-color css
<style>
span { border-color: #1420B1; }
span { border-color: rgb(20,32,177); }
td.TdClassName
{
border-color: #1420B1;
}
.TagClassName
{
border-color: #1420B1;
}
</style>