Shades of Egyptian Blue #201FA7
Tints of Egyptian Blue #201FA7
RGB
CMYK
RGB Variations
Color information
#201FA7 (or 0x201FA7) is known color: Egyptian Blue. HEX triplet: 20, 1F and A7. RGB value is (32,31,167). Sum of RGB (Red+Green+Blue) = 32+31+167=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 167 (65.62% from 255 or 72.61% from 230); Max value from RGB is 167 - color contains mainly: blue. Hex color #201FA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FA7 is #DFE058. Grayscale: #2E2E2E. Windows color (decimal): -14671961 or 10952480. OLE color: 10952480.
HSL color Cylindrical-coordinate representation of color #201FA7: hue angle of 240.44º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201FA7 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 31 | 167 | - |
| CMYK | 0.81 | 0.81 | 0 | 0.35 |
| HSL | 240.44º | 0.69% | 0.39% | - |
| HSV(B) | 240.44º | 0.81% | 0.65% | - |
| XYZ | 8.06 | 4.08 | 36.92 | - |
| YUV | 46.8 | 195.83 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 167 | 0.81 | 0.81 | 0 | 0.35 | 240.44 | 0.69 | 0.39 |
| Hex | 20 | 1F | A7 | 51 | 51 | 0 | 23 | F0 | 45 | 27 |
| Octal | 40 | 37 | 247 | 121 | 121 | 0 | 43 | 360 | 105 | 47 |
| Binary | 100000 | 11111 | 10100111 | 1010001 | 1010001 | 0 | 100011 | 11110000 | 1000101 | 100111 |
Color Harmonies of #201FA7
Complementary color
Monochromatic Colors of #201FA7
Black with #201FA7
Text Example
Text Example
White with #201FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FA7; }
p { color: rgb(32,31,167); }
H1.HeaderClassName
{
color: #201FA7;
}
.AnyTagClassName
{
color: #201FA7;
}
</style>
background-color css
<style>
a { background-color: #201FA7; }
a { background-color: rgb(32,31,167); }
div.DivClassName
{
background-color: #201FA7;
}
.BgClassName
{
background-color: #201FA7;
}
</style>
border-color css
<style>
span { border-color: #201FA7; }
span { border-color: rgb(32,31,167); }
td.TdClassName
{
border-color: #201FA7;
}
.TagClassName
{
border-color: #201FA7;
}
</style>