#201FA6

Color #201FA6 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #201FA6

Tints of Egyptian Blue #201FA6

Color information

#201FA6 (or 0x201FA6) is unknown color: approx Egyptian Blue. HEX triplet: 20, 1F and A6. RGB value is (32,31,166). Sum of RGB (Red+Green+Blue) = 32+31+166=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 166 (65.23% from 255 or 72.49% from 229); Max value from RGB is 166 - color contains mainly: blue. Hex color #201FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FA6 is #DFE059. Grayscale: #2E2E2E. Windows color (decimal): -14671962 or 10886944. OLE color: 10886944.

HSL color Cylindrical-coordinate representation of color #201FA6: 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 #201FA6 is Cyan = 0.81, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3231166-
CMYK0.810.8100.35
HSL240.44º68.53%38.63%-
HSV(B)240.44º81.33%65.1%-
XYZ7.974.0436.44-
YUV46.69195.33117.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 31 (12.5% from 255) = 13.54%
BLUE value IS 166 (65.23% from 255) = 72.49%
R=13.97%
G=13.54%
B=72.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal32311660.810.8100.35240.4468.5338.63
Hex201FA65151023f04527
Octal403724612112104336010547
Binary1000001111110100110101000110100010100011111100001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201FA6; }

 p { color: rgb(32,31,166); }

 H1.HeaderClassName
 {
   color: #201FA6;
 }
 .AnyTagClassName
 {
   color: #201FA6;
 }
</style>
background-color css

<style>
 a { background-color: #201FA6; }

 a { background-color: rgb(32,31,166); }

 div.DivClassName
 {
   background-color: #201FA6;
 }
 .BgClassName
 {
   background-color: #201FA6;
 }
</style>
border-color css

<style>
 span { border-color: #201FA6; }

 span { border-color: rgb(32,31,166); }

 td.TdClassName
 {
   border-color: #201FA6;
 }
 .TagClassName
 {
   border-color: #201FA6;
 }
</style>