Shades of Egyptian Blue #201FAB
Tints of Egyptian Blue #201FAB
RGB
CMYK
RGB Variations
Color information
#201FAB (or 0x201FAB) is known color: Egyptian Blue. HEX triplet: 20, 1F and AB. RGB value is (32,31,171). Sum of RGB (Red+Green+Blue) = 32+31+171=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 171 (67.19% from 255 or 73.08% from 234); Max value from RGB is 171 - color contains mainly: blue. Hex color #201FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FAB is #DFE054. Grayscale: #2E2E2E. Windows color (decimal): -14671957 or 11214624. OLE color: 11214624.
HSL color Cylindrical-coordinate representation of color #201FAB: hue angle of 240.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201FAB is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 31 | 171 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.33 |
| HSL | 240.43º | 0.69% | 0.4% | - |
| HSV(B) | 240.43º | 0.82% | 0.67% | - |
| XYZ | 8.44 | 4.23 | 38.9 | - |
| YUV | 47.26 | 197.83 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 171 | 0.81 | 0.82 | 0 | 0.33 | 240.43 | 0.69 | 0.4 |
| Hex | 20 | 1F | AB | 51 | 52 | 0 | 21 | F0 | 45 | 28 |
| Octal | 40 | 37 | 253 | 121 | 122 | 0 | 41 | 360 | 105 | 50 |
| Binary | 100000 | 11111 | 10101011 | 1010001 | 1010010 | 0 | 100001 | 11110000 | 1000101 | 101000 |
Color Harmonies of #201FAB
Complementary color
Monochromatic Colors of #201FAB
Black with #201FAB
Text Example
Text Example
White with #201FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FAB; }
p { color: rgb(32,31,171); }
H1.HeaderClassName
{
color: #201FAB;
}
.AnyTagClassName
{
color: #201FAB;
}
</style>
background-color css
<style>
a { background-color: #201FAB; }
a { background-color: rgb(32,31,171); }
div.DivClassName
{
background-color: #201FAB;
}
.BgClassName
{
background-color: #201FAB;
}
</style>
border-color css
<style>
span { border-color: #201FAB; }
span { border-color: rgb(32,31,171); }
td.TdClassName
{
border-color: #201FAB;
}
.TagClassName
{
border-color: #201FAB;
}
</style>