Shades of Egyptian Blue #201DAC
Tints of Egyptian Blue #201DAC
RGB
CMYK
RGB Variations
Color information
#201DAC (or 0x201DAC) is known color: Egyptian Blue. HEX triplet: 20, 1D and AC. RGB value is (32,29,172). Sum of RGB (Red+Green+Blue) = 32+29+172=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #201DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DAC is #DFE253. Grayscale: #2D2D2D. Windows color (decimal): -14672468 or 11279648. OLE color: 11279648.
HSL color Cylindrical-coordinate representation of color #201DAC: hue angle of 241.26º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201DAC is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 29 | 172 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.33 |
| HSL | 241.26º | 0.71% | 0.39% | - |
| HSV(B) | 241.26º | 0.83% | 0.67% | - |
| XYZ | 8.48 | 4.16 | 39.39 | - |
| YUV | 46.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 172 | 0.81 | 0.83 | 0 | 0.33 | 241.26 | 0.71 | 0.39 |
| Hex | 20 | 1D | AC | 51 | 53 | 0 | 21 | F1 | 47 | 27 |
| Octal | 40 | 35 | 254 | 121 | 123 | 0 | 41 | 361 | 107 | 47 |
| Binary | 100000 | 11101 | 10101100 | 1010001 | 1010011 | 0 | 100001 | 11110001 | 1000111 | 100111 |
Color Harmonies of #201DAC
Complementary color
Monochromatic Colors of #201DAC
Black with #201DAC
Text Example
Text Example
White with #201DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DAC; }
p { color: rgb(32,29,172); }
H1.HeaderClassName
{
color: #201DAC;
}
.AnyTagClassName
{
color: #201DAC;
}
</style>
background-color css
<style>
a { background-color: #201DAC; }
a { background-color: rgb(32,29,172); }
div.DivClassName
{
background-color: #201DAC;
}
.BgClassName
{
background-color: #201DAC;
}
</style>
border-color css
<style>
span { border-color: #201DAC; }
span { border-color: rgb(32,29,172); }
td.TdClassName
{
border-color: #201DAC;
}
.TagClassName
{
border-color: #201DAC;
}
</style>